/* general stuff */

* { margin: 0; padding: 0; }

html, body { height: 100%; }

body {
	background: #FFF;
	}

/* Layout  - oben, rechts, unten, links */

#pagewidth {
	margin: 0px auto 0px; 
	position: relative;
	min-height: 100%; width: 900px;
	overflow: hidden;
	}

#outer { 
	margin: 0px auto 0px; 
	position: relative;
	height: 99,9%; width: 900px;
	z-index: 0;
	} 

#navicol {
	position: relative;
	padding: 0 0 0 10px;
	border-top: 1px solid #DDD;
	z-index: 99;
	}

#maincol {
	clear: both; 
	margin: 0 auto;
	position: relative;
	width: 900px;
	z-index: -1; overflow: hidden;
	} 
	
#content { 
	position: relative;
/*	padding: 20px 0px 0px 40px; */
	}

#zwei_eins, #zwei_zwei {
	position: relative;
	float: left; 
	}

#zwei_eins {
	height: 480px; width: 490px;
	margin: 0; padding: 20px;
	overflow: auto;
	}

#zwei_zwei {
	width: 370px;
	margin: 0; padding: 20px;
	}

#zwei_zwei.bild {
	padding: 0;	
	}

#sponsored {
	position: relative;
	float: right; 
	margin: 5px 0 0 0 ;
	height: 50px; width: 300px;
	}
	
#sponsored p {
	margin: 5px 15px 0px 10px;
	font-size: 11px;
	color: #BCBCBC;
	}

/* Formularelemente */

input.txt {
	margin: 0 5px 10px 0;
	font-size: 11px;
	height: 18px; width: 360px;
	border: 1px solid #8F989D;
	background: #EEE;
	}

select.txt {
	font-size: 11px;
	height: 20px; width: 362px;
	border: 1px solid #8F989D;
	background: #EEE;
	}

textarea.txt {
	font-size: 11px;
	height: 80px; width: 360px;
	border: 1px solid #8F989D;
	background-color: #EEE;
	}
