* {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
/* use this class for good wrapping of nested div's in the parent div */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0em;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	display: inline-block;
	/* this is valid;
	validator needs to catch up with it yet!*/
}
/* end clear fix */
body {
	margin-bottom: 30px;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 910px;
	background: #fff;
	position: relative;
	clear: both;
}
#header {
	margin: 0 auto -2px auto;
	background: #FF0000 url(../images/logo.jpg) 13px 13px no-repeat;
	width: 852px;
	height: 112px;
	position: relative;
}
h1 {
	/*background: url(../images/logo.png) center no-repeat;
*/
	width: 344px;
	height: 32px;
	position: absolute;
	top: 12px;
	left: 24px;
}
h1 span {
	display: none;
}
#subscribe {
	/*background: url(../images/subscribe.gif) center no-repeat;
*/
	width: 391px;
	height: 23px;
	position: absolute;
	top: 48px;
	left: 48px;
}
#subscribe span {
	display: none;
}
#searchbox {
	position: absolute;
	top: 48px;
	right: 24px;
}
#searchform .submit {
	background: url(../images/searchbutton.gif) center no-repeat;
	width: 11px;
	height: 19px;
	margin-top: -10px;
	margin-left: 7px;
	border: 0;
	float: left;
	cursor: pointer;
}
#searchform .sword {
	background: url(../images/searchbar.gif) center no-repeat;
	font-size: 9px;
	padding-top: 2px;
	width: 162px;
	padding-left: 18px;
	margin-top: -10px;
	height: 19px;
	margin-left: 10px;
	border: 0;
	float: left;
	color:#FFF;
}
#breadcrumb {
	margin-top: 45px;
	padding-left: 30px;
	padding-bottom: 15px;
	text-align: left;
}
#content_container {
	padding-bottom: 25px;
	background: url(../images/container.gif) center bottom no-repeat;
}
#content {
	padding-bottom: 30px;
	position: relative;
	text-align: left;
	border-left:1px solid red;
	border-right:1px solid red;
	margin-top:-2px;
}
#content_links {
	display: block;
	float: left;
	width: 257px;
	margin-left: -849px;
	position: relative;
	text-align: left;
}
#content_links_1 {
	position: relative;
	background:#f00;
}

#content_normal {
	float: left;
	margin-left: 318px;
	width: 561px;
	position: relative;
	text-align: left;
}
* html #content_normal {
	display: inline;
}
#content_rechts {
	display: none;
}
.news-single-img {
	float: right;
}
#footer {
	margin: 0 auto;
	text-align: center;
	width: 910px;
	background-color: #E6F5FA;
	color: #fff;
	position: relative;
	clear:both;
}
