﻿body
{
	color: Black;
	background-color: White;
	font-family: Arial;
	font-size: 11pt;
}

h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }

img
{
	border-style: none;
}

a:link { color: Black; }
a:visited { color: Black; }

.PageTitle
{
	font-size: 14pt;
	font-weight: bold;
}

.Menu
{
	background-color: #FFC080;
}
.MenuItem
{
	padding: 2px 4px 2px 4px;
}
.MenuHover
{
	background-color: #E2AA71;
}
.MenuSelected
{
	background-color: #3A5282;
	color: White;
}
a.MenuSelected:visited { color: White; }

.DataGridView
{
	border-color: Black;
}
.DataGridView td,th
{
	border-color: Black;
	padding: 4px 4px 4px 4px;
}

table.Nyhedsliste
{
	border: solid 1px #808080;
	background-color: #E0E0E0;
}
.NyhedslisteDato
{
	color: #404040;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}
.NyhedslisteOverskrift
{
	color: #505050;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.NyhedslisteLedetekst
{
	color: #404040;
	font-size: 9pt;
	text-decoration: none;
}
.NyhedslisteLink
{
	color: #606060;
	font-size: 9pt;
}

.NyhedDato
{
	font-size: 10pt;
	font-style: italic;
}