/*Top-tabel*/
td.toptabel
{
	background-color:C0C0C0;
	color:#C0C0C0;
}

/*  Formatering af menu-boksene  */
td.menuvalg, 

a.menu:link, a.menuvalg:link{
    text-decoration: none; 
    color: blue; 
    width:100%;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    font-variant: small-caps;}

a.menu:active,  a.menuvalg:active{
    text-decoration: none; 
    color: black; 
    width:100%;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    font-variant: small-caps;}

a.menu:visited, a.menuvalg:visited{ 
    text-decoration: none; 
    color: black; 
    width:100%;
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    font-variant: small-caps;}
    
a.menu:hover, a.menuvalg:hover{
	text-decoration: none;
	color: blue;
	width:100%;
	font-size:12px;
	font-weight: normal;
    font-family: verdana, arial, helvetica sans-serif;
    font-variant: small-caps;
}

	
	
/*  Formatering til Mac  */
td.menuvalg, a.menuvalg:link, a.menuvalg:active, a.menuvalg:visited, a.menuvalg:hover{
	background:#C0C0C0;
	color:black
}

#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8 {
	position:absolute;
	visibility:hidden;
	 
}


/* Farver i dropdown-menuer */

/* DropDown-menuens farve */
td.ddmenubox { background-color: #C0C0C0; background-repeat: repeat; background-attachment: 
               scroll; color: #C0C0C0; font-family: verdana, arial, helvetica,; 
               font-size: 12 px; background-position: 0% 50% }
/* Kantens farve */
.menuborder{
	background:#C0C0C0;
	color:#C0C0C0;
}

/*  Formatering af DropDown-menuen  */
a.menupunkt1:link, a.menupunkt1:active, a.menupunkt1:visited, a.menupunkt1:hover, 
a.menupunkt2:link, a.menupunkt2:active, a.menupunkt2:visited, a.menupunkt2:hover, 
a.menupunkt3:link, a.menupunkt3:active, a.menupunkt3:visited, a.menupunkt3:hover, 
a.menupunkt4:link, a.menupunkt4:active, a.menupunkt4:visited, a.menupunkt4:hover, 
a.menupunkt5:link, a.menupunkt5:active, a.menupunkt5:visited, a.menupunkt5:hover, 
a.menupunkt6:link, a.menupunkt6:active, a.menupunkt6:visited, a.menupunkt6:hover, 
a.menupunkt7:link, a.menupunkt7:active, a.menupunkt7:visited, a.menupunkt7:hover,
a.menupunkt8:link, a.menupunkt8:active, a.menupunkt8:visited, a.menupunkt8:hover
{
	color:black;
	text-decoration:none;
	width:100%;
	padding:2px;
	font-size:12px;
	font-weight: normal;
    font-family: verdana, arial, helvetica,;
  
}

   /* 
   Hvis du vil have forskellige farver i menuen, kan du adskille 
    selektorerne fra hinanden. F.eks.: td.oe1,a.menupunkt1:hover{...} til 
	td.oe1{...} og a.menupunkt1:hover{...}
	*/
td.oe1, a.menupunkt1:hover{
	background:#cococo;
	color:blue;

}

td.oe2, a.menupunkt2:hover{
	background:#cococo;
	color:blue;
}

td.oe3, a.menupunkt3:hover{
	background:#cococo;
	color:blue;
}

td.oe4, a.menupunkt4:hover{
	background:#cococo;
	color:blue;
}

td.oe5, a.menupunkt5:hover{
	background:#cococo;
	color:blue;
}

td.oe6, a.menupunkt6:hover{
	background:#cococo;
	color:blue;
}

td.oe7, a.menupunkt7:hover{
	background:#cococo;
	color:blue;
}
td.oe8, a.menupunkt8:hover{
	background:#cococo;
	color:blue;
}

/* Farver og formatering for Netscape 4 */
a.menupunktns:link, a.menupunktns:active, a.menupunktns:visited{
	color:black;
	text-decoration:none;
	font-size : 11px;
}


/*  Herefter evt. formatering af dokumenteterne */
