/* CSS Document */
body {
	background-color:#dedede;
	/*background-image:url(../grafiken/background.png);
	background-repeat:repeat-x;*/
}

div.cElement {
	overflow:hidden;
}
div#centeredDocument {
	width:960px;
	background-color:#fae9a0;
	margin:0px auto;
	padding:0px;
	border:1px solid black;
}
div#header {
	position:relative;
	height:175px;
	overflow:hidden;
	background-image:url(../grafiken/headerHG.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div#header img#bannerPhoto {
	float:left;
	margin-right:10px;
}
div#header h1 {
	position:absolute;
	left:265px;
	bottom:0px;
	color:black;
	font-size:1.6em;
	width:475px;
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	border-bottom:2.5px solid #782235;
}

div#header img#headLogo {
	margin-left:25px;
	margin-top:25px;
}
div#header ul#metaNavigation {
	position:absolute;
	right:210px;
	bottom:45px;
}

div#content {
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-image:url(../grafiken/headerHG2.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

div#content div#menuCol {
	width:255px;
	min-height:500px;
	margin:0px;
	padding:0px;
	float:left;
	margin-left:-750px;
	overflow:hidden;
	position:relative;
}
div#content div#mainContent {
	width:475px;
	min-height:500px;
	margin:0px 10px;
	margin-top:10px;
	padding:0px;
	float:left;
	margin-left:265px;
	overflow:hidden;
	position:relative;
}
div#content div#mainContent p.contentButtons {
	margin-top:50px;
	text-align:justify;
}
div#content div#mainContent p.contentButtons img.empfehlen { float:left; }
div#content div#mainContent p.contentButtons img.drucken { float:right; }

div#content div#rightCol {
	width:190px;
	min-height:450px;
	margin:0px 10px;
	padding:0px;
	padding-top:50px;
	float:left;
	overflow:hidden;
	position:relative;
}
div#footer {
	background-repeat:no-repeat;
	height:40px;
}

.reader-only {
	display:none;
	visibility:hidden;
}

#suchbutton {
	height:24px;
	float:right;
	width:30px;
	margin-top:-1px;
}
#suchfeld {
	height:14px;
	padding:3px;
	float:left;
	width:150px;
}
#suche {
	overflow:hidden;
	margin-bottom:10px;
}