/* '
'"""""""""""""""""""""""""""""""""""""""""" Side info """""""""""""""""""""""""""""""""""""""""""""""

'# Filnavn: menustyle.css

'# Version: 2.1.2

'# Beskrivelse: indeholder stylesheet specifikt til menuen / menuerne
'
'# Ekstra noter: header og version sat på af tkn

'#Sidst redigeret af: MNS

''""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
*/
/* til den table som menuen ligger i, generelle indstillinger for hele menuen, 
stort set alt skal defineres her, kun undtagelser skal skrives andre steder */

.menu{ 
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu a{
	text-decoration: none;
}

.menu a:visited {
		text-decoration: none;
}

.menu a:active {
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------ *

/************************* Level 1 *******************************/

.menulevel0{
	
}

.menu0 {
	color : #F0F0F0;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
/*	background-image : url(Images/System/preview.jpg);*/
	background-position: top;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.menu0 a{
	color : #F0F0F0;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu0 a:hover{
	color : #F0F0F0;
	font-size : 11px;
	font-weight: normal;
	text-decoration : none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu0 a:visited{
	color : #F0F0F0;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu0 a:active { 
	color : #F0F0F0;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu0active {
	color : #6A7072;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/************************* Level 2 *******************************/


.menulevel1{

}

.menu1{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu1 a{
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

.menu1 a:hover{
	color : #057BA2;
	font-size : 11px;
	text-decoration : none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu1 a:visited{
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu1 a:active { 
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu1active {
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
	font-weight:bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/************************* Level 3 *******************************/


.menulevel2{
background: url(../Images/Menu/MenuLevelBg.gif);
}

.menu2{
	
}


.menu2 a{
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}



.menu2 a:hover{
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}
.menu2 a:visited{
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2 a:active { 
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2active {
	color : #6A7072;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
}


/************************* Level 4 *******************************/

.menulevel3{
	
}

.menu3{
	
}


.menu3 a{
	color : #94797B;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}



.menu3 a:hover{
	color : #94797B;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}
.menu3 a:visited{
	color : #94797B;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu3 a:active { 
	color: #94797B;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu3active {
	color : #94797B;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
}


/************************* Level 5 *******************************/

.menulevel4{
	
}

.menu4{
	
}


.menu4 a:hover{

}

.menu4 a:visited{

}

.menu4 a:active { 

}



/* ------------------------------------------------------------------------------------------ *

/* TEMPLATE */
div#nifty{background: #9BD1FA; width: 38%; float:right;}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
div.textDiv
{
padding: 10px;
}
div.leftDiv
{
	width: 60%;

