@charset "utf-8";
/* CSS Document */
/* Menu på hovedsiden */
.menu a:link {color:#000000; text-decoration:none;}
.menu a:visited {color:#000000; text-decoration:none;}
.menu a:hover {color:#000000; text-decoration:none;}
.menu a:active {color:#000000;}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
a:active {color:#000000; text-decoration:underline;}

div.centered
{
 text-align:center;
}
div.centered table
{
 margin:0 auto;
 text-align:left;
}

.menu
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 text-decoration: none;
}

.overskrift
{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:25px; 
 font-weight:bold;
}
.indhold
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	/* letter-spacing: 1px;*/
/* word-spacing: 3px;*/
	text-shadow: 0 0 0 #FFF;
 font-size:12px;
	color:#000000;
}
.normal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;	
	/* letter-spacing: 1px;*/
/* word-spacing: 3px;*/
 font-size:12px;
 text-shadow:none;
	color:#000000;
}
.indholdFed
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight:bold;
	/* letter-spacing: 1px;*/
/* word-spacing: 3px;*/
 font-size:12px;
	color:#000000;
}
.indhold2
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 line-height: 1.5;
/* letter-spacing: 1px;*/
 font-size:12px;
 color:#000000;
}

.indholdhvid
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 color:#F1EFEE;
}
.subtekst
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:normal;
 color:#000000;
}
td.lefttop{
border-style:solid;
/* syntax er: top right bottom left */
border-width: 1px 0px 0px 1px;
border-color: #666666;
}
td.left{
	border-style:solid;
	border-width: 0px 0px 0px 1px;
	border-color: #666666;
}
td.leftright{
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	border-color: #666666;
}
td.top{
border-style:solid;
border-width:1px 0px 0px 0px;
border-color: #666666;
}
td.topright{
border-style:solid;
border-width:1px 1px 0px 0px;
border-color: #666666;
}
td.right{
border-style:solid;
border-width: 0px 1px 0px 0px;
border-color:#666666;
}
td.rightbottom{
border-style:solid;
border-width: 0px 1px 1px 0px;
border-color: #666666;
}
td.bottom{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #666666;
}
td.leftbottom{
	border-style:solid;
	border-width:0px 0px 1px 1px;
	border-color:#666666;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:100%;
/*font-size:0.7em;*/
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
/*width:150px;*/
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
/*padding: 14px;*/
/*width:150px;*/
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#000000;
padding: 5px; 
text-align:center;
/* width:80px;  */
height:7px; /* var 10 */ 
border:0px;
/*border-left:dotted;*/
border-width:1px 0 1px 1px;
background:#ffffff; 
border-collapse:collapse;
line-height:7px; /* var 10 */
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:150px;
w\idth:139px;*/
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
/*width:150px;
w\idth:129px;*/
}


/* style the top level hover */
.menu a:hover{
color:#ffffff; 
background:#000000;
}

.menu :hover > a{
color:#ffffff;
background:#000000;
}
.indholdRed {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	/* letter-spacing: 1px;*/
/* word-spacing: 3px;*/
 font-size:12px;
	color:#EE3224;
}
.indholdGreen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	/* letter-spacing: 1px;*/
/* word-spacing: 3px;*/
 font-size:12px;
	color:green;
}
.indholdRedSmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size:11px;
	color:#EE3224;
}
