@charset "utf-8";
/* CSS Document Soja-Haus.at
   (c) 2010 sojamat.com
   hc greier, parallaxweb.at
*/

body {
	padding: 20px;
	background-color:#F8EE76;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../imgs/main_bgr_01.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
p {
	padding-bottom:0.5em;
}
h3 {
	padding-bottom: 1em;
}
/*    Zentrierte Seite Workaround    */
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: -475px;
	position: absolute;
	top: -400px;
	left: 50%;
	width: 950px;
	height: 670px;
	visibility: visible;
	padding: 0px;
	text-align: left;
}
#inhalt {
	/*width: 808px;*/
	text-align: left;
	overflow: auto;
	height: 529px;
	clear: both;
	color: #007134;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #FFEB99;
	background-image: url(../imgs/sojapflanze.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1.6em;
}
#header {
	z-index:998;
	height:72px;
}
#headertop {
	height:30px;
}
#footer {
	background-color: #FFEB99;
	background:url(../imgs/footer_bgr.gif) no-repeat;
	height: 30px;
	font-size: 9px;
	text-align: center;
	color: #007134;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
a {
	color: #AD4E41;
}
td {
	border-bottom: 1px dotted #AD4E41;
	text-align: left;
}


#horizon #content #inhalt table {
	text-align: left;
}

.einzug {
	
	padding-left:1em;
	border-left: 1px dotted #AD4E41;
	
}

