body {
	margin: 0px 0px 0px 0px;
	background-color: white;
         background-image: url('yellow stripes.jpg');
background-repeat: repeat;

	}

a {
	text-decoration: none;
	color: white;
}
a:hover {
	
	
         color: #ccff66;

}

.ydreTD {
	
	
         
}

.indreTD {
	background-color: #667C26;
	border: solid #666600 1px;
	width: 900px;
			
}
.indreTD2 {background-color: #667C26;
		
			
}
.indreTD3 {background-color: #667C26;
		text-align: center;
		width: 100%;
}

.indreTD5 {
	background-color: #667C26;
	text-align: center;
} - samme som indretd4
.indreTD6 {
	background-color: #667C26;
}
.mohnton {
         background-color: #667C26;
         padding: 25px;
         width: 35%;
         text-align: center;

}
.overskrift{ 
	font-size: 30pt;
	text-align: left;
		
	width: 35%;	
	font-family: century gothic;
         padding-top: 5px; 
         
}
.overskrift2{
      font-size: 10.5pt;
      text-align: right;	
width: 100%;
	font-family: Century gothic;
padding-top: 2px;

}

.overskrift6 {
	font-size: 15pt;
	color: white;
	text-align: center;
	font-family: Copperplate Gothic Light;
font-weight: bold;
}
.overskrift7{
	font-family: Copperplate Gothic Light;
	font-size: 14pt;
	color: white;
	text-align: left;
font-weight: bold;	
}

.dato {
font-size: 10.5pt;
	text-align: left;
	color: #ffff66;
	font-family: Century gothic;
}

.footer{
         font-size: 10pt;
	text-align: center;
	color: white;
	font-family: century gothic;
width: 50%; 
border-top: 1px solid white; 
padding-top: 5px;

}
.farvet {
font-size: 10.5pt;
	color: #FBB117 ;
	text-align: left;
	font-family: Century gothic;
}
.lysfarvet {
font-size: 10.5pt;
	color: #F9966B;
	text-align: left;
	font-family: Century gothic;
}
.border {
border: medium double white;
}


.underoverskrift {
font-size: 13pt;
color: white;
text-align: center;
font-family: Century gothic
}

.underoverskrift2 {
font-size: 12pt;
color: white;
text-align: center;
font-family: Copperplate Gothic Light
}


.tekst4 {
	font-size: 10.5pt;
	text-align: center;
	color: #660000;
         margin-left: 25px;
	margin-right: 20px;
	font-family: century gothic;
         line-height: 1.5;     
}  /* ### samme som -tekst7 bare centreret### */

.tekst7{
	font-size: 10.5pt;
	font-family: century gothic;
	color: #fff68f ;
	margin-left: 25px;
	margin-right: 20px;
	text-align: left;
line-height: 1.5;
}  /* ###  samme som -tekst ### */

.tekst9 {
	font-size: 10.5pt;
	color: white;
	text-align: left;
	padding-left: 30px;
	font-family: courier new;

}
.tekst10 {
        font-size: 10.5pt;
color: #E55B3C;
padding: 7px;
text-align: center;	
padding-left: 10px;
	font-weight: bold;
	font-family: courier new;
}

/* ######### Style for Menu ######### */

.glowingtabs{
float:left;
width:99.5%;
font-size: 16px;
background-color: #A0C544;
line-height: normal;
padding: 3px;
border: 1px solid #FFF8C6 ;
font-family: Century Gothic;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 40px; /*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: 35px; /*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: 14pt;
color: white;



}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #667C26;


}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
margin-top: 5px; 
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: #A0C544;
width: 200px;
visibility: hidden;
font-family: Century Gothic;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 0px solid white;
border: 0px 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*/

color: white;
background-color: #667C26;
}