@charset "utf-8";
/* CSS Document */

*, html, body{
color:#333333;
font-size:12px;
font-family:"Verdana, Arial","Helvetica",sans-serif;
margin: 0;
padding: 0;
}
html, body {
height: 100.1%; 
}
img {
border:0px;
}
ul, li {
list-style-type:none;
margin:0;
padding:0;
}
#container {
width:747px;
height:auto;
margin:auto;
}
/*HEADER*/
#header {
	width: 747px;
	height:80px;
	background-image: url(_img/header_bg2.png);
	background-repeat: no-repeat;
}
#menu {
text-align:right;
height:23px;
float:right;
padding-top:57px;
padding-right:26px;
}
#menu ul {
list-style-type:none;
margin:0;
padding:0;
}
#menu ul li {
background-position:center top;
float:left;
height:23px;
}
li#menu_om {
background:transparent url(_img/om.png) no-repeat scroll 0 0;
width:26px;
height:23px;
}
#menu ul li a {
display:block;
height:23px;
}
li#menu_adresser {
background:transparent url(_img/adresser.png) no-repeat scroll 0 0;
height:23px;
width:66px;
}
li#menu_ansatte{
background:transparent url(_img/ansatte.png) no-repeat scroll 0 0;
height:23px;
width:61px;
}
li#menu_raad{
background:transparent url(_img/raad.png) no-repeat scroll 0 0;
height:23px;
width:72px;
}
li#menu_nyttig {
background:transparent url(_img/nyttig.png) no-repeat scroll 0 0;
width:44px;
height:23px;
}
#menu ul li:active {
background-position:center bottom;
}
#menu ul li:hover {
background-position:center bottom;
}
body#om li#menu_om,
body#ansatte li#menu_ansatte,
body#adresser li#menu_adresser,
body#raad li#menu_raad,
body#nyttig li#menu_nyttig {
background-position:center bottom;
}

#main {
	padding: 10px 5px 10px 5px;
}
#ansatte p{
display:block;
}
.ansatte_img{
border:1px solid #ccc;
padding: 1px;
float:right;
margin-left:3px;
}
.adresser_img{
float:right;
margin-right:300px;
}
.raad_img {
	float:right;
	margin-right:20px;
	padding-bottom:20px;
}
p.kontakt {
	color:#666666;
}
h1, h2{
padding-bottom:10px;
padding-top:30px;
}
h3 {
font-size:12px;
font-weight:bold;
color:#1996d2;
padding:10px 0 3px 0;
}
a:link, a:active, a:visited {
text-decoration:none;
color:#1996d2;
outline: none;
}
a:hover {
text-decoration:underline;
}
#footer {
border-top:1px solid #cccccc;
padding-top:5px;
margin-top:20px;
}
#footer a {
text-decoration:none;
color:#333333;
font-size:9px;
}
#footer p {
padding: 0;
margin: 0;
}
.small_logo{
float:right;
padding-left:10px;
}
