/* 
-----------------------
Almindelige tekstsider!
-----------------------
Overskrifter
*/
.header 			{ 
					color: #000000; 
					font-weight: normal; 
					font-size: 17px; 
					line-height: 15px; 
					font-family: "Arial black", "Helvetica text-transform capitalize"; 
					text-transform: uppercase;
					}

/* 
Underoverskrifter
*/
					
				
.subheader      	{ 
					color: #000000;
					font-weight: normal; 
					font-size: 14px; 
					font-family: verdana, helvetica, sans-serif 
					}

/* 
Titel overskrift ved logo i top
*/
					
					
.header_top   		{  
					color: #ffffff; 
					font-weight: normal; 
					font-size: 17px; 
					line-height: 15px; 
					font-family: "Arial black", "Helvetica text-transform capitalize"; 
					text-transform: uppercase;
					}

/* 
Titel underoverskrift ved logo i top
*/


.subheader_top      { 
					color: #ffffff; 
					font-weight: bold; 
					font-size: 10px; 
					font-family: verdana, helvetica, sans-serif }

/* 
Dato tekst
*/


.date   			{ 
					color: #599d75; 
					font-size: 9px; 
					font-family: verdana, helvetica, sans-serif 
					}

/* 
Br¿dtekst
*/
					
					
td 					{ 
					font-size: 10px; 
					font-family: verdana, helvetica, sans-serif 
					}

/* 
Indholds bokses baggrundsfarver og rammer, samt tekstens farve
*/
					
					
.box_bg 			{ 
					background-color: #ffffff;
					border: 1px solid #000000;
					color: #000000;
					}

/* 
Undersiders baggrundsfarve
*/

					
.frame_bg 			{ 
					background-color: #000000;
					}

/* 
Link udseende/farve
*/

					
a   				{ 
					color: #000000; 
					text-decoration: none; 
					}

/* 
Link udseende/farve ved mouseover
*/
					
					
a:hover  			{ 
					color: #000000; 
					text-decoration: underline; 
					}

/* 
Link udseende/farve pŒ bes¿gte links
*/
										
a:vlink   			{ 
					color: #000000; 
					text-decoration: none; 
					}

/* 
Ramme omkring fotos
*/

.foto
					{ 
					border: 1px solid #000000;
					}

/* 
Tekst og baggrund for ting der falder udenfor ovenstŒende
*/
					
body 				{ 
					font-size: 10px; 
					font-family: Verdana; 
					background-color: #F9F7DE;
					}
/* 
-----------------------
Menuen!
-----------------------
Rammefarve samt baggrundsfarve for almindelige menupunkter
*/
		
#rightmenu ul a,
#rightmenu ul ul a,
#rightmenu ul li
{
	border-color:#000000;
	color:#000000
}

/* 
Rammefarve samt baggrundsfarve for almindelige menupunkter, som er bes¿gte
*/

#rightmenu a, 
#rightmenu a:visited 
{
	border-color:#000000;
	color: 000000;
}

/* 
Rammefarve samt baggrundsfarve for almindelige menupunkter, ved mouseover
*/


#rightmenu a:hover, 
#rightmenu a.on:hover 
{
	color:#000000;
	background-color: #F9F7DE;
}

/* 
Rammefarve samt baggrundsfarve for almindelige menupunkter som er valgte
*/

#rightmenu a.on, 
#rightmenu a.on:visited
{
	background-color: #F9F7DE;
	color: #000000;
}

/* 
Rammefarve samt baggrundsfarve for 2. niveau menupunkter som er valgte
*/


#rightmenu a.active,
#rightmenu a.active:visited
{
	background-color: #99B099;
	color: #fff;
}

/* 
Rammefarve samt baggrundsfarve for 2. niveau menupunkter ved mouseover
*/

#rightmenu a.active:hover
{
	background-color:#567456;
	color: #fff;
}
