<!--
NB:
Mørkeblå #003C4D
Mellemblå #0080A5
Lyseblå #EAEFF0 -->

body{
    font-family:arial,sans-serif;
    background: #ffffff ; 
    color:  #000000; }

h1, h2, h3, h4, h5, h6 {
    font-family:arial,sans-serif;
    margin-bottom:5px;
    margin-top:10px; }

h1 {font: Bold 105% ; color: #0080A5; }
h2 {font: Bold 90% ;color: #0080A5;}
h3 {font: Bold 80% ;color: #0080A5;}
h4 {font: normal 80% ;color: #0080A5;}
h5 {font: normal 80% ;color: #0080A5;}
h6 {font: normal 80% ;color: #0080A5;}

p { font: normal 80% ; line-height:130%; margin-top:5px; margin-bottom:5px;} 

ul, ol, li { margin-left:7px; color: #0080A5;}

.BulletBlack{ color: #000000;}
.TextLinks { font: normal 80% ;color: #0080A5;}
.TextNormal { font: normal 80% }
.footertext { font: normal 70% }

.Navigation {font 90%; color: #003c4d;}
.Navigation_Select {font 90%; color: #0080A5;}

a:link { text-decoration:none; color: #003c4d }
a:visited { text-decoration:none; color: #003c4d }
a:active { text-decoration:underline; color: #CC3300}
a:hover { text-decoration:underline; color: #CC3300}

'a:active { text-decoration:none; color: #003c4d ; font: Bold}
'a:hover { text-decoration:none; color: #0080A5; font: Bold}


'a:link { text-decoration:underline ; color: #003c4d }
'a:visited { text-decoration:underline ; color: #003c4d }
'a:active { text-decoration:underline ; color: #003c4d ; font: Bold}
'a:hover { text-decoration:underline ; color: #0080A5; font: Bold}

.topheader{
  height:107px;  
  float:left; 
  background-color:="#FFFFFF"
}

.bottomfooter{

  height:15px;
  width:975px;   
  float:left; 
  padding: 9px;
  text-align: center;
  background-color:#FFFFFF

}

.container{
	height:75% 

}

.navigationleft {
  height:100%;
  width:135px; 
  border-color:#003C4D; 
  border-style:solid; 
  border-width:1px 0px 1px 1px; 
	float:left; 
  padding: 9px;
  background-color:#EAEFF0
}

.content {
  height:100%; 
  width:582px; 
  border-color:#003C4D; 
  border-style:solid; 
  border-width:1px; 
float:left; 
  padding: 9px;
  background-color:#EAEFF0  

}

.contentdivider {
  height:100%; 
  width:4px; 
  border-color:#FFFFFF; 
  border-style:solid; 
  border-width:0px; 
float:left; 
  background-color:#FFFFFF
}

.contentright {
  height:100%; 
  width:254px; 
  border-color:#003C4D; 
  border-style:solid; 
  border-width:1px; 
  float:left; 
  padding: 9px;
  background-color:#EAEFF0
}