/* GENERELLE INDSTILLINGER */

body {
font:12px 'verdana';
background: #EFEFEF;
}


/* TYPOGRAFISKE INDSTILLINGER */

H1{
font:20px 'verdana';
color:#000066;
line-height: 20px;
text-align: center;
}

H2{
font:17px 'verdana';
line-height: 17px;
text-align: center;
color:#000066;
}

H3{
font:14px 'verdana';
font-weight: bold;
line-height: 14px;
color:#000066;
}

TD{
font:12px 'verdana';
color:#000066;
vertical-align: bottom;
}

A{
color:#0000AA;
text-decoration:underline;
}

A:hover{
color:#000000;
text-decoration:underline;
}



/* HEADER */
.header_billede{
background:url(images/header.gif);
background-repeat:no-repeat;
position:absolute;
width:800px;
height:160px;
left:5px;
top:5px;
border:2px solid #888888;
}





DIV.mail{
position:absolute;
width:173px;
left:15px;
top:600px;
}

DIV.counter{
position:absolute;
width:173px;
left:15px;
top:630px;
}

/* MENU */
.menu_billede{
position:absolute;
width:173px;
left:5px;
top:170px;
border:2px solid #888888;
padding:5px 5px 5px 5px;
background: #CBCBCB;
}

DIV.menu1{
padding:1px 1px 1px 1px;

}

DIV.menu{
text-decoration:none;
font:bold 16px;
letter-spacing:2px;
padding: 1px 1px 1px 1px;
width:164px;
border: 1px solid #444444;
background: url(images/background.gif) #CBCBCB repeat;
}

A.menu{
text-decoration: none;
font: bold 14px;
letter-spacing:2px;
padding: 3px 3px 3px 3px;
width:160px;
border: 1px solid #444444;
color:#000060;
}

A.menu:hover{
background:#AAAAAA;
text-decoration: none;
}


/* HOVEDINDHOLD */

DIV.indhold{
color:#000066;
position:absolute;
left:200px;
top:170px;
width:600px;
padding: 3px 3px 3px 3px;
text-align: justify;
}