body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFF33;
         background-image: url('header/baggrund.jpg');
background-repeat: repeat;

	}

a {
	text-decoration: none;
	color: white;
}
a:hover {
	
	
         color: red;

}

.ydreTD {
	
	
         
}

.indreTD {
	background-color: black;
	border: solid white 1px;
	width: 900px;
			
}

.indreTD3 {background-color: black;
		text-align: center;
		width: 100%;
}
.indreTD4 {background-color: black;
		text-align: center;
padding-top: 15px;
}

.indreTD6 {
	background-color: black;
}

.overskrift{ 
	font-size: 30pt;
	text-align: center;
	color: white ; 	
	width: 35%;	
	font-family: century gothic;
         padding-top: 5px; 
         
}

.overskrift2 {
	font-size: 14pt;
	color: #99CC33;
	text-align: center;
	font-family: Century gothic;
}

.tekst{
	font-size: 10.5pt;
	font-family: century gothic;
	color: white;
	margin-left: 25px;
	margin-right: 20px;
	text-align: left;
line-height: 1.5;
}

.footer {
	font-size: 10pt;
	text-align: center;
	color: white;
	font-family: century gothic;
}        
 
.header 
{ font-size: 10pt;
text-align: right;
font-family: century gothic;
padding-top: 5px;

}

.home {
font-size: 10pt;
	text-align: left;
	color: white ;
	font-family: Century gothic;
line-height: 1.5;
margin-right: 10px;
}

.dato {
        font-size: 10.5pt;
color: #669900;
text-align: left;	
	font-family: century gothic;
}
.underoverskrift-forside {
	font-size: 12pt;
	font-family: century gothic;
	color: white;
	text-align: left;
			
}
.highlight {
color: #99CC33;
font-family: century gothic;
}
.border {
border: 2px solid white;
}

.glowingtabs{
float:left;
width:100%;
font-size: 14pt;
background-color: #669900;
line-height:normal;
padding: 2px;
border: solid 1pt white;
font-family: Century Gothic;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 30px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
margin:0;
margin-right: 20px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
padding: 0px 12px 0px 0px;
font-size: 13pt;
color: white ;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #003300;


}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
margin-top: 4px; 
border: 1px solid white; /*THEME CHANGE HERE*/
border-width: 0px solid white;
font: 16px;
line-height:18px;
text-align: left;
z-index:100;
background-color: #669900;
width: 200px;
visibility: hidden;
font-family: Century Gothic;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 0px solid white;
border: 1px solid white; /*THEME CHANGE HERE*/
border-bottom-width: 0px solid white;
padding: 2px 5px;
color: white;
font-family: Century Gothic;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #003300;
color: white;

}