/* =template layout
--------------------------------------------------------------- */
#wrapper {
	width: 940px;
	margin: 0 auto;
	}
	
/* =header
--------------------------------------------------------------- */
#header {
	background: url(/pictures/bg-header.png) no-repeat right 1px;
	position: relative;
	width: 940px;
	height: 391px;
	}
#header h2 {
	margin: 0;
	padding: 14px 0 0 0;
	float: left;
	}
#services {
	position: absolute;
	left: 693px;
	top: 65px;
	padding: 0;
	margin: 0;
	font-size: 0.92em;
	}
#services li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
	color: #d3d3d3;
	}
#services li a {
	padding: 0 8px 0 0;
	color: #b2b2b2;
	text-decoration: none;
	font-size: 0.92em;
	}
#volltextsuche {
	/* float: right; */
	position: absolute;
	right: 0;
	top: 83px;
	/* margin-top: 83px; */
	}
#suche {
	width: 184px;
	height: 18px;
	margin: 0 1px 0 0;
	border: 1px solid #015574;
	padding: 11px 10px 9px 10px;
	color: #015574;
	-moz-box-shadow: inset 0px 0px 7px #b8b8b8;
	-webkit-box-shadow: inset 0px 0px 7px #b8b8b8;
	box-shadow: inset 0px 0px 7px #b8b8b8; 
	}
#btnSubmit {
	width: 40px;
	height: 40px;
	border: none;
	padding: 0;
	background: #015574 url(/pictures/lupe.png) no-repeat;
	text-indent: -9999px;
	}
#language {
	position: absolute;
	right: 0;
	top: 124px;
	z-index: 100;
	}
#language li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #b2b2b2;
	}
#language li a {
	width: 40px;
	height: 16px;
	display: block;
	color: #015574;
	text-decoration: none;
	padding: 12px 0;
	text-shadow: 1px 1px 0px #ffffff;
	background: url(/pictures/bg-lang.png);
	margin-left: 1px;
	text-align: center;
	}
#language li.active a, #language li a:hover {
	color: #000;
	background: url(/pictures/bg-lang-active.png);
	}
#headimage {
	position: absolute;
	top: 124px;
	width: 940px;
	height: 267px;
	margin-top: 0;
	left: 0;
	background-image: url(/pictures/headimage1.jpg);
	}
#headimage.zufall_1 {
	background-image: url(/pictures/headimage1.jpg);
	}
#headimage.zufall_2 {
	background-image: url(/pictures/headimage2.jpg);
	}
#headimage.zufall_3 {
	background-image: url(/pictures/headimage3.jpg);
	}
#headimage.zufall_4 {
	background-image: url(/pictures/headimage4.jpg);
	}
#headimage.zufall_5 {
	background-image: url(/pictures/headimage5.jpg);
	}
#image-overlay {
	width: 940px;
	height: 267px;
	margin-top: 124px;
	background-image: url(/pictures/overlay-image.png);
	position: absolute;
	z-index: 90;
	left: 0;
	}
#image-overlay h2 {
	padding: 7px 0 0 54px;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #015574;
	font-size: 1.83em;
	text-shadow: 1px 1px 0px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/ 
	}
/* =content
--------------------------------------------------------------- */
#container {
	width: 700px;
	float: right;
	background: url(/pictures/bg-container.png) no-repeat right top;
}
#content {
	width: 537px;
	margin-top: 42px;
	margin-bottom: 40px;
	float: left;
	}
a.topnews {
	font-weight: normal;
	}
/*-- news Bilder  */
ul.newslist h3 {
	margin-bottom: 0.3em;
	}
ul.newslist p {
	margin: 0;
	padding: 0;
	}
ul.newslist h3 a {
	display: block;
	}
ul.newslist, ul.newslist li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.newslist li {
	padding: 5px 0;
	clear: both;
	}
ul.newslist .bild-news img {
	float:left;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 1px solid #bababa;
	padding: 3px;
	margin-top: 4px;
	}
/* =sidebar
--------------------------------------------------------------- */
#sidebar {
	width: 122px;
	padding: 20px 0 20px 0;
	float: right;
	margin-top: 165px;
	background-color: #f2f2f2; 
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff ;
	}
#sidebar ul li {
	margin: 0;
	list-style: none;
	}
#sidebar ul li a {
	padding: 3px 13px;
	text-decoration: none;
	display: block;
	font-size: 0.92em;
	color: #797979;
	border-bottom: 1px solid #fff;
	}

#sidebar ul li a:hover {
	color: #000;
	}	
/* =nav
--------------------------------------------------------------- */
#nav {
	width: 220px;
	margin-top: 26px;
	float: left;
	}

/* =footer
--------------------------------------------------------------- */
#footer {
	clear: both;
	padding: 8px 0 30px 50px;
	border-top: 1px solid #4d889d;
	background: url(/pictures/bg-footer.png) no-repeat;
	font-size: 0.92em;
	color: #b2b2b2;
	overflow: auto;
	}
#footer a {
	color: #b2b2b2;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
.vcard {
	width: 700px;
	float: right;
	}
#created {
	width: 170px;
	float: left;
	}

