
html, body {
	height: 100%;
	padding: 0; 
	margin: 0;
	
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #640f08;
	
}

a:link, a:visited, a:hover, a:active {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #640f08;
}

#distance {
     width: 1px;
     height: 50%;
     margin-bottom: -343px;
     float: left;
}


#zentriert {
     margin: 0 auto;
     position: relative;
     height: 686px;
     width: 1009px;
     clear: left;
     border:0;
} 

#logo {
	z-index:900;
	position:absolute;
	width:192px;
	height:85px;
	margin-left:754px;
	margin-top:338px;
	background: url(../_art/oekeundbiologo.png) no-repeat;
	
}

.maintable {
	padding: 0;
}

.startchildtable {
	margin: auto;
	height: 686px;
	width: 1009px;
	background: url(../_art/bg_start.jpg) no-repeat;
}

.childtable {
	margin: auto;
	height: 686px;
	width: 1009px;
	background: url(../_art/bg_logo_meta.jpg) no-repeat;
}

.transtable {
	width: 756px; 
	height: 603px; 
	background: url(../_art/transparent.png) no-repeat;
} 

.tblnaehrwert {
	width: 696px;
	height: 243px;
}





/* Nähwerttabelle */
	.nw {
		font-size: 11px;
		font-weight: bold;
	}
	.nwheadlineleft {
		text-align: center;
		background-color: #f5c795;
		height: 19px;
	}
	.nwheadline {
		text-align: center;
		background-color: #f5c795;	
		height: 18px;
	}
	.nwdarkrowhd {
		background-color: #ec8630;	
		padding-left: 10px;
		height: 18px;
	}
	.nwdarkrow {
		background-color: #ec8630;	
		text-align: center;
		height: 18px;
	}
	.nwdarkrowhdbottom {
		background-color: #ec8630;	
		padding-left: 10px;
		height: 18px;
	}
	.nwdarkrowbottom {
		background-color: #ec8630;	
		text-align: center;
		height: 18px;
	}
	.nwlightrowhd {
		background-color: #f5c795;	
		padding-left: 10px;
		height: 18px;
	}
	.nwlightrow {
		background-color: #f5c795;	
		text-align: center;
		height: 18px;
	}
	.nwcontentlightrow {
		background-color: #f9e3c1;	
		text-align: center;
		height: 18px;
	}

