/* =========== Farben =========== */
/* Grau Schrift			=		#323232 */
/* Hintergrund Grau Menü =		#b1b1b1 */
/* Orange Logo			=  		#f59e40 */
/* Grau Footer			=		#606060 */

/* ======= Allgemein ====== */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #323232;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	background: url(site_elements/bg.jpg) repeat;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0px;
	line-height: 20px;
}

h1 {
	color: #888887;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
}

ul {
	margin: 1em 0px;
	margin-left: 20px;
	line-height: 20px;
	list-style-image: url(site_elements/bullet.png);
}

ol {
	margin: 1em 0px;
	margin-left: 20px;
	line-height: 20px;
}

#center {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

#bg_white {
	width: 100%;
	height: 360px;
	top: 0px;
	background: url(site_elements/shadow_bg.png) repeat-x center bottom white;
	position: absolute;
	z-index: -99;
	border-bottom: 1px solid #eff0ef;
}

#bg_pflanze {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 285px;
	background: url(site_elements/pflanze_bg.png) top right no-repeat;
	position: absolute;
	margin-top: -285px;
	left:50%;
	margin-left: -400px;
	z-index: -99;
}

/* ========== Header ========= */

#header_wrapper {
}

	/* ========= Hauptmenü ========== */

		#menue_box {
			float:left;		
			display: table;
			width: 760px;
			height: 40px;
			padding: 110px 0px 0px 0px;
		}

		#menue_box ul {
			display: none;
		}
	
	/* ======== Logo =========== */
	
	#logo_box {
		width: 240px;
		height: 150px;
		float: left;
		text-align: right;
	}
	
	
	/* ========= Headergrafik ========= */
	
	#header_pic {
		width: 760px;
		height: 210px;
		float: left;
	}
	
		#header_pic:before {
		  content: '';
		  position: absolute;
		  margin-left: 656px;
		  height: 210px;
		  background: url(site_elements/shadow_header.png);
		  width: 104px;
		  display: block;
		}
	
	/* =========== Kontaktbox ======= */
	
	#contact_box {
		width: 208px;
		height: 192px;
		float: left;
		background: url(site_elements/contact_box_bg.png) no-repeat;
		border-top-right-radius: 25px;
		text-align: right;
		padding: 18px 32px 0px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 17px;
		color: white;
	}
	
		#contact_box a{
			color: white;
		}

/* ======== Main Content ========== */	

#main_content_wrapper {
	width: 1000px;
	min-height: 450px;
	background: white;
}

	#main_content_wrapper:before {
	  content: '';
	  position: relative;
	  top: -6px;
	  bottom: 0;
	  height: 6px;
	  background: url(site_elements/shadow_bg.png) repeat-x;
	  width: 100%;
	  display: block;
	}

#main_content {
		padding: 15px 0px 15px 0px;
}

#main_content a{
		color: #f59e40;
}

#main_content table {
		border-collapse: collapse;
}

#main_content table tr td{
		border: 1px solid #b1b1b1;
		padding: 5px 10px 5px 10px;
}

/* ========  Footer ========= */

#footer {
	width: 950px;
	min-height: 50px;
	color: #606060;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}

	#footer a{
		color: #606060;
	}

	.footer_left {
		display: none;
	}
	
	.footer_right {
		float: left;
	}