/* STANDARD STYLES */

h1{ font-size:22px; margin-top:0px; margin-bottom:14px; color:black;}
h2 { font-size:16px; margin-top:14px; margin-bottom:14px; color:#727272; }
h3 { font-size:12px; margin-top:12px; margin-bottom:12px; color:#727272;}
h4 { font-size:11px; margin-top:14px; margin-bottom:14px; color:#727272;}
h5 { font-size:9px; margin-top:15px; margin-bottom:15px; color:#727272;}

/* THEME STYLES */

hr{
	border: 0;
	width: 100%;
	color: #a0a0a0;
 	background-color: #a0a0a0;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

#sitemap a{text-decoration:none;color:#7D7C81;}
#sitemap a:hover{text-decoration:none;color:#E00406;}

a:link{
	text-decoration:none;
	color:#7D7C81;
	}
	
a:visited{
	text-decoration:none;
	color:#7D7C81;
	}
	
a:hover{
	text-decoration:none;
	color:#E00406;
}



body{
	margin-top: 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7d7c81;
}

#shadow_bg{
	width: 1050px;
	background-image: url(../img/bg_shadow.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#shadow_bund{
	width: 1050px;
	background-image: url(../img/shadow_bund.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
	
#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#top{
	width: 960px;
	height: 143px;
}

#logo{
	width: 480px;
	height: 143px;
	float: left;
}

#search{
	background-image: url(../img/search_bg.jpg);
	background-repeat: no-repeat;
	width: 153px;
	height: 25px;
	margin-top: 5px;
	margin-left:20px;
}

#menu_wrapper{
	width: 960px;
	height: 41px;
}

#menu{
	width:944px;
	float:left;
	height: 41px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
}

#content_wrapper{
	width: 960px;
	margin-top: 16px;
}

#left_content{
	width: 635px;
	float: left;
}

#right_content{
	width: 325px;
	float: left;
}

#banner{
	width: 605px;
	height: 294px;
	background-image: url(../img/banner_bg.jpg);
	background-repeat: no-repeat;
	background-color: #CCC;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content{
	width: 615px;
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
}

#referencer_wrap{
	background-image: url(../img/ref.jpg);
	background-repeat: no-repeat;
	width: 242px;
	height: 300px; 
	margin-left: 23px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

#referencer{
	width: 242px;
	height: 300px; 
	padding-top: 10px;
}

#nyheder{
	width: 302px;
	margin-left: 23px;
	margin-top: 10px;
}

#nyheder_inner {
	width: 246px;
	padding:20px;
	padding-top:20px;
	padding-bottom:0px;
	border-left: 8px solid #f5f5f5;
	border-right: 8px solid #f5f5f5;
}

#nyheder_inner h2 { margin-top:0; }
#nyheder_inner div { color:#4c4c4c; padding-bottom:20px; }
#nyheder_inner div b { color:#4f4f4f; }
#nyheder_inner div a { text-decoration:none; }  


#newsletter{
	width: 252px;
	margin-left: 23px;
	padding-left:25px;
	padding-right:25px;
}

#newsletter input {
	border:1px solid #727272;
	font-size:14px;
	background-color:white;
	
}

#userfield{
	width: 615px;
	padding-left:10px;
	padding-right:10px;
}

#footer_wrapper{
	width: 960px;
	height: 40px;
	margin-bottom:20px;
	margin-top: 20px;
}

#footer{
	width:944px;
	height:40px;
	float:left;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	line-height: 40px;
	color: white;
	text-align: center;
	font-size: 11px;
}

#tiger_footer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 20px;
	color: #CCC;
	text-align: center;
	font-size: 11px;
}

#tiger_footer a{
	color: #CCC;
}