@charset "utf-8";
/* stoeberstube ditzum */


html{
	margin:auto;
	padding:auto;
}
body{
	margin:auto;
	text-align:center;
	background-color:#d2e0f1;
}

h4{
	margin:10px auto 5px auto;
	display:block;
	color:#0c539c;	
	font-size:15px;
	padding:7px 0 0 0;
	
}

h5{
	margin:-10px 0 -20px -110px;
	padding:7px 7px 0 0;
	color:#fff;
	font-size:12px;
	font-style:inherit;
	float:right;
	position:relative;
	z-index:10;
	width:120px;
	height:20px;
	background-color:#1F4A81;
	text-align:right;
	
	
	
}

#body{
	margin:auto auto 20px auto;
	width:922px;
	height:auto;
	background-color:#fff;
	-moz-box-shadow: 3px 4px 3px #CCC;
	-webkit-box-shadow: 3px 4px 3px #CCC;
	box-shadow: 3px 4px 3px #CCC;

}

#container{
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	height:auto;
	background-image:url('../img/layout/bg2.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	text-align:left;
}
#slider{
	margin:auto;
	padding:37px 0 0 0;
	position:center;
	text-align:center;
	width:922px;
	height:416px;
	
	
	
}

#menu{
	margin:36px auto auto auto;
	width:922px;
	height:41px;
	background-color:#1f4a81;
	
}
#menu a{
	color:#fff;
	margin:0 22px 0 22px;
	padding:9px 0 0 0;
	float:left;
	text-decoration:none;
	font-weight:normal;
}
#menu div{

}
#menu a.act,
#menu a:hover{
	color:#d2e0f1;
	
}

#menu img{
	display:block;
	float:left;
	width:5px;
	height:37px;
	margin:0;
	padding:2px 0 0 0;
}

#content{
	padding:10px 30px 30px 30px;
	width:680px;
	font-size:14px;
}

#sidebar{
	margin:20px;
	padding:0;
	width:187px;
	height:353px;
	float:right;
	position:relative;
	z-index:4;
	background-image:url('../img/layout/bg-sidebar.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#f3fafb;
	-moz-box-shadow: 3px 4px 3px #CCC;
	-webkit-box-shadow: 3px 4px 3px #CCC;
	box-shadow: 3px 4px 3px #CCC;
}

#sidecontent{
	padding:0px 20px 20px 20px;
	font-size:13px;
	
	
}

#clear{
	clear:both;
}

.highlight{
	float:left;
	
	
	
}