@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ideengruen  */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ig Allgemein - A N F A N G  */

body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #232323;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	height:574px;
	position: relative;
	float:left;
	background-position: left center;
	width:100%;
	top: 100px;
}

#header_rechts {
	height:274px;
	width: 25%;
	float: right;
	background-position: left center;
}

#header_mitte {

	height: 174px;
	width: auto;
	position: relative;
	float: right;
}

#content {
	padding: 5%;
}



