* { padding: 0px; margin: 0px; }
p { margin-bottom: 15px; }

body {
	background-color: #FFFFFF;
	text-align: left;
}
.haupttitel {
	display: none;
}
.untertitel {
	display: none;
}
#homepage {
	width: 1000px; 
	text-align: left;
	}
	#obenbalken {
		display: none;
	}
	#linker_rand {
		display: none;
	}
	#content {
		margin-top: 10px;
		width: 545px; 
	}
		#content_haupt {
			width: 545px; 
		}
		#content_seitenpfad {
			display: none;
		}
		#navigation_oben {
			display: none;
		}
	#randbereich {
		display: none;
	}
#fusszeile {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px #E2E4E4 solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}		
.clear_left {
	clear: left;
	height: 1px;
	font-size: 1px;
}
.clear_both {
	clear: both;
}	
