﻿body 
{
	margin:0px; 
	background-color:#f2f1f1; 
	color:#333333; 
	font-family:Verdana; 
	font-size:11px; 
	cursor:default;
}

.TopMenuItemsLeft
{
	padding-right: 20px;
}

.TopMenuItemsRight
{
    padding-left: 20px;    
}

.PageLinks
{
    border-top: solid 1px #74ba12;
    border-bottom: solid 1px #74ba12;
}

a:link, a:visited
{
	color:#1D2F75;
	font-weight:normal;
	text-decoration:none;
}

a:hover
{
	color:#333333;
}


h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

h1, h2
{
	padding-top:30px;
	color:#1D2F75;
	vertical-align:middle;
	font-weight:normal;	
	text-transform:uppercase;
}

h1 /*overskrift i hovedfeltet*/
{
	font-size:12px;
	padding-bottom:15px;
}

h2 /*overskrift i venstre menu*/
{
	padding-bottom:10px;
	border-bottom:solid 1px white;
	font-size:11px;
}

h3, h3 a:link, h3 a:visited /*underoverskrift i venstre menu*/
{
	color:#999999;
	padding-top:14px;
	padding-bottom:5px;
	font-size:11px;
	font-weight:normal;
}

h3 a:hover
{
	color:#1D2F75;    
}

h4 /*alm. tekst i hovedfeltet*/
{
	color:#333333;
	padding-bottom:15px;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
}

h5 /*alm. tekst i venstre menu*/
{
	color:#333333;
	padding-top:0px;
	padding-bottom:15px;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
}

h6 /*blå overskrift i hovedfelt*/
{
	color:#1D2F75;
	padding-top:0px;
	padding-bottom:10px;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}

.LeftMenuDivider
{
	height:2px;
	border-bottom:solid 1px white;
}


.GroupHeader
{
	line-height:20px;
	border-bottom:solid 1px #a9a9a9;
	font-size:12px;
	color:#102f75;
	font-weight:normal;
}


.BlueButton
{
	background-color:#1D2f75;
	color:White;
	font-size:11px; 
	font-family:Verdana; 
	width:70px;
}

input, textarea, select
{
	font-family:Verdana;
	font-size:11px;
}

.TableFunctions
{
    border: solid 1px #eaf2dd;
}

.TableFunctions th
{
    vertical-align: top;
    padding: 4px 4px 10px 4px;    
    text-align: left;
}

.TableFunctions td
{
    vertical-align: top;
    padding: 4px 4px 12px 4px;
    line-height: 16px;
}

a:link .MenuItemHead, a:visited .MenuItemHead, .MenuItemHead
{
	color:#999999;
	padding-top:14px;
	padding-bottom:5px;
	font-size:11px;
	font-weight:normal;
}

a:link .MenuItemDetail, a:visited .MenuItemDetail
{
	color:#333333;
	padding-top:0px;
	padding-bottom:15px;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	border-bottom:solid 1px white;	
}

a:hover .MenuItemHead
{
    color: #1D2F75;
}
