/****************************
+++ HTML-Standards +++
****************************/

html {
	min-height:auto;
}

body {
	color:black;
	background: none;
}


h1, h2, h3, h4, h5, h6 {
	color:black;
}


a {
	color:black;
}


/*################################
++++ Display-none +++
################################*/

#top, #bottom, #sprachen, .headerabstand, #hauptnavigation, #unternavigation  {
	display:none;
}

#container {
	width: 100%;
	background: none;
	margin: 0;
	padding: 0; 
}


#logo {
	width:240px;
	float:left;
}

.trennerheader {
	display:block;
	clear:both;
	height:1px;
	font-size:1px;
	background:#558A4F;
}

#headerinhalt {
	height:auto;
}

#imagebild {
	width:100%;
	text-align:right;
	float:left;
}

#spruch {
	width:100%;
	position:relative;
	top:1em;
	left:0px;
	height:auto;
}

#spruch h1 {
	color:black;
	margin-bottom:1em;
}

#inhaltsbereich {
	width:100%;
	background: none;
	clear:both;
}

#inhaltsbereichverlauf {
	width:100%;
	background: none;
	padding-top:0px;
	min-height:auto;
}

#inhalt {
	width:100%;
	padding: 2em 0px;
}

#rechts {
	width:100%;
	padding-left:0px;
	float:none;
}

#fusszeile {
	display:none;
}


