body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
background-color: #333333; 
color: black;
scrollbar-face-color: #999999;
scrollbar-shadow-color: #000099;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #dcd7d7;
scrollbar-track-color: #f0f0f0;
scrollbar-arrow-color: white;
margin-top: 5px;
margin-bottom: 3px;
}

.top{
background-color: #6a9fcf; /* Skiftet fra gul fef301 til R106 G156 B207 = #6a9fcf   */
height: 140px; /* Dette er højden på det øverste felt. Kuno havde 100px, jeg har ændret til 130px */
}
.top H1 {
letter-spacing: 2px;
color: white;
font-weight: bold;
font-size: 36px; /* ændret fra 24 til 36 */
margin-left: 35px;
margin-top: 25px; /* ændret fra 15px */
}
.top H2 {
color: white;
font-weight: bold;
font-size: 20px;
margin-left: 35px;
margin-top: 12px; /* ændret fra 2 */
}

P {
font-size: 12px;
margin: 5px;
}
H1{
color: black;
font-weight: bold;
font-size: 12px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 3px;
}
H2{
color: black;
font-weight: bold;
font-size: 12px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 3px;
}
H3{
color: black;
text-transform: uppercase;
font-weight: normal;
font-size: 11px;
margin-left: 5px;
margin-top: 8px;
margin-bottom: 3px;
}
a:link{
color: #333333;
text-decoration: none;
}
a:visited{
color: #333333;
text-decoration: none;
}
a:active{
color: #333333;
text-decoration: none;
}
a:hover{
color: black;
text-decoration: none;
background-color:white;
}

.tabel{
height: 100%;
background-color: white;
padding: 0px;
}


.content_left {
height: 100%;
background-color: #f0f0f0; /* ændret fra ffff99  til R240  G240  B240  = #f0f0f0*/
}
.content_left P {
color: #333333;
}
.content{
height: 100%;
background-color: white;
}
.content P {
line-height: 130%;
color: black;
}
.content H1 {
color: black;
}
.content a:link{
color: #333333;
text-decoration: underline;
}
.content a:visited{
color: #333333;
text-decoration: underline;
}
.content a:active{
color: #333333;
text-decoration: underline;
}
.content a:hover{
color: white;
text-decoration: none;
background-color:#666666;
}
.footer {
height: 15px;
text-align: center;
background-color:#CCCCCC;
}
.footer a:link{
color: white;
text-decoration: underline;
}
.footer a:visited{
color: white;
text-decoration: underline;
}
.footer a:active{
color: white;
text-decoration: underline;
}
.footer a:hover{
color: white;
text-decoration: none;
background-color:#666666;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 5px;
}
/* Top Navigation Menu */
.topnav {
   font-family: Verdana, sans-serif;
   font-size: 12px;
   font-variant: normal;
   text-align: center;
}   
.topnav a:link {
   font-weight: bold;
   font-family: Verdana, sans-serif;
   font-variant: normal;
   text-decoration: none;
   color: white;    
   padding: 3px;   
   /*border-left: 1px solid black;
   border-right: 1px solid black;*/
}
.topnav a:visited {
  font-weight: bold;
   font-family: Verdana, sans-serif;
   font-variant: normal;
   text-decoration: none;
   color: white;    
   padding: 3px;   
/*   border-left: 1px solid red;
   border-right: 1px solid red;*/
}
.topnav a:active {
   font-weight: bold;
   font-family: Verdana, sans-serif;
   font-variant: normal;
   text-decoration: none;
   color: white;    
   padding: 3px;
/*   border: 1px solid white;*/
}
.topnav a:hover {
   font-weight: bold;
   font-family: Verdana, sans-serif;
   font-variant: normal;
   text-decoration: none;
   color: black;
   background-color: #f0f0f0;
   /*color: #C23D1C; 00f0f0;    */
   padding: 3px;
/*   border: 1px solid white;*/
}
.topnav_act a {
   font-size: 12px;
   font-weight: bold;
   font-family: Verdana, sans-serif;
   font-variant: normal;
   text-decoration: none;
   background-color: #f0f0f0;
   color: #333333;    
   padding: 3px;
/*   border: 1px solid white;*/
}
.topnav_act a:visited {
   font-size: 12px;
   font-weight: bold;
   font-family: Verdana, sans-serif;
   font-variant: normal;
   text-decoration: none;
   color: #333333;    
   padding: 3px;
/*   border: 1px solid white;*/
}
.topnav_act a:hover {
   font-size: 12px;
   font-weight: bold;
   font-family: Verdana, sans-serif;
   font-variant: normal;
   text-decoration: none;
   color: #999999;    
   padding: 3px;
/*   border: 1px solid white;*/
}
.topnav {
height: 16px;
background-color: #666666;
}
.topnav P {
font-size: 11px;
margin: 5px;
}

/* Top Navigation Menu 2nd Level */
.topnav1 {
   font-family: Verdana, sans-serif;
   font-size: 11px;
   color: black;
   letter-spacing: 1px;
   width: 200px;
   padding: 5px;
         }   
.topnav1 a:link {
   text-decoration: none;
   color: black;
         }
.topnav1 a:visited {
   text-decoration: none;
      color: black;
	}
.topnav1 a:active {
   text-decoration: none;
      color: black;
	  padding: 5px;
	  }
.topnav1 a:hover {
   text-decoration: none;
      color: #f0f0f0;
	  background-color: #787878;
}
.topnav1_act a {
   text-decoration: none;
      color: white;
	  background-color: #787878;
   color: #333333;    
   padding: 5px;
   }
.topnav1_act a:visited {
   text-decoration: none;
      color: white;
}
.topnav1_act a:hover {
   text-decoration: none;
   color: white;
}

/* Top Navigation Menu 3rd Level */
.topnav2 {
   font-family: Verdana, sans-serif;
   font-size: 11px;
   color: black;
   letter-spacing: 1px;
   width: 200px;
   padding: 5px;
      }   
.topnav2 a:link {
   text-decoration: none;
   color: black;
      }
.topnav2 a:visited {
   text-decoration: none;
      color: black;
	
}
.topnav2 a:active {
   text-decoration: none;
      color: black;
	
  }
.topnav2 a:hover {
   text-decoration: none;
      color: #f0f0f0;
	  background-color: #787878;
}
.topnav2_act a {
   text-decoration: none;
      color: white;
	  background-color: #787878;
   color: #333333;    
      }
.topnav2_act a:visited {
   text-decoration: none;
      color: white;
}
.topnav2_act a:hover {
   text-decoration: none;
   color: white;
}
