body{
background-color: #000000;
font-family: verdana, sans-serif;
color: white;
font-size: 12px;
margin-top: 0px;
}

#main{
width: 900px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}

#header{
width: 900px;
height: 156px;
background-image: url('grafik/header.gif');
}

#menu{
width: 850px;
height: 43px;
background-image: url('grafik/menu_bg.gif');
background-repeat: no-repeat;
padding: 10px 25px 0px 25px;
}

#menu a{
display: block;
float: left;
width: 143px;
height: 28px;
padding-top: 11px;
padding-left: 12px;
color: white;
font-family: verdana;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: url('grafik/knap.gif');
}

#menu a.active{
color: black;
background-image: url('grafik/knap_hover.gif');
}

#menu a:hover{
color: black;
background-image: url('grafik/knap_hover.gif');
}

#content{
background-image: url('grafik/bg.gif');
padding: 1px 50px 10px 30px;
}

#sidebar{
float: left;
width: 23px;
position: relative;
left: -41px;
top: - 73px;
margin-right: -23px;
margin-top: -40px;
}

#sidebar a{
display: block;
width: 23px;
height: 69px;
}

#sidebar .erhverv{
background: url('grafik/erhverv.gif') top right no-repeat;
}

#sidebar .erhverv:hover{
background: url('grafik/erhverv.gif') top left no-repeat;
}

#sidebar .erhverv-active{
background: url('grafik/erhverv_active.gif');
}

#sidebar .privat{
background: url('grafik/privat.gif') top right no-repeat;
}

#sidebar .privat:hover{
background: url('grafik/privat.gif') top left no-repeat;
}

#sidebar .privat-active{
background: url('grafik/privat_active.gif');
}

#sidebar .home{
height: 33px;
background: url('grafik/home.gif') top right no-repeat;
}

#sidebar .home:hover{
background: url('grafik/home.gif') top left no-repeat;
}

#sidebar .home-active{
height: 33px;
background: url('grafik/home_active.gif');
}

#footer{
width: 900px;
height: 11px;
background-image: url('grafik/footer.gif');
}

h1{
font-size: 20px;
}

.a{
color: #ffffff;
text-decoration: none;
}

.a:hover{
text-decoration: underline;
}

.a2{
color: black;
text-decoration: none;
}

.a:hover{
text-decoration: underline;
}