@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #3d3d3d;
	color: #000000;
}

#container{
	width: 1003px;
	margin: 35px auto 0 auto;
	position: relative;
}

#topshadow{
	width: 1003px;
	height: 28px;
	background: url(/files/billeder/design/top_shadow.png) no-repeat;
}

#contentshadow{
	width: 1003px;
	background: url(/files/billeder/design/content_shadow.png) repeat-y;
	overflow: hidden;
}

#bottomshadow{
	width: 1003px;
	height: 28px;
	background: url(/files/billeder/design/bottom_shadow.png) no-repeat;
}

#banner{
	width: 959px;
	height: 285px;
	margin: 0 auto;
	overflow: hidden;
}

.slideshow {  
    width:   960px; 
    height:  285px;   
    padding: 0;  
    margin:  0;
} 
 
.slideshow img {  
    width:  960px; 
    height: 285px; 
    top:  0; 
    left: 0; 
} 
#logo{
	width: 959px;
	margin: 0 auto;
	position: absolute;
	top: 155px;
	left: 22px;
	z-index: 99;
	/*overflow: hidden;*/
}

#contentcontainer{
	width: 960px;
	position: relative;
    margin: -23px auto 0 auto;
	z-index: 99;
}

#left{
	width: 215px;
	float:left;
	position:relative;
	z-index: 99;
}

#main{
	width: 495px; /*530*/
	padding: 15px 15px 0 20px;
	line-height: 17px;
	float:left;
}

#main ul li{
	color: #034085;
	list-style-position: outside;
	list-style-type: disc;
}

#right{
	width: 215px;
	float: left;
	position:relative;
	top: -40px;
}

#menutop{
	width:215px;
	height: 20px;
	background: url(/files/billeder/design/menu_background_top.png) no-repeat;
}



#menubottom{
	width:215px;
	height: 26px;
	background: url(/files/billeder/design/menu_background_bottom.jpg) no-repeat;
}

#menumiddle{
	background: url(/files/billeder/design/menu_background_fill.jpg) repeat-x #e3e3e3;
}

#menucontent ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menucontent ul li{
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
}

#menucontent ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

#menucontent ul li a:hover{
	font-size: 14px;
	text-decoration: none;
	color: #034085;
	font-weight: bold;
}

#kontaktinfo{
	width: 215px;
	background: url(/files/billeder/design/rightbar_background.jpg) repeat-x #e6e6e6;
	padding: 0 0 20px 0;	
	margin: 15px 0 15px 0;
}

.boxcontent{
	padding: 10px 15px 0 15px;
}

.boxcontent img{
	padding: 0 10px 0 0;
}
#tidinfo{
	width: 215px;
	background: url(/files/billeder/design/rightbar_background.jpg) repeat-x #e6e6e6;
	margin: 15px 0 15px 0;
	padding: 0 0 20px 0;	
}

.rightbar_header{
	width: 204px; /* 215*/
	height: 28px; /* 28 */
	background: url(/files/billeder/design/rightbar_header.jpg) no-repeat;
	font-size: 12px;
	font-weight:bold;
	color: #034085;
	line-height: 28px;
	padding: 0 0 0 10px;
}

#footer, small{
	width: 960px;
	color: #FFFFFF;
	margin: 0 auto 25px auto;
	position: relative;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

h1, .h1{
	font-size: 14px;
	margin: 15px 0 0px 0;
	padding: 0 0 10px 0;
	color: #034085;
	border-bottom: 1px solid #999999;
	width: 485px;
}

h2, .h2{
	font-size: 14px;
	margin: 15px 0 0px 0;
	padding: 0 0 10px 0;
	color: #034085;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a:active {
	color: #034085;
	text-decoration: underline;
}