html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/*body {
	text-align: center; 
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #8B0E12; 
	font-family: Arial, Helvetica, sans-serif;*/
}
#homepage {
	width: 100%; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
/*	position: relative; */
 	background-color: #FFFFFF;
}

#menueleiste {
	width: 185px;
 	margin-right: 0px;
	margin-top: 0px;
	float: left;
}
.spalteMenu {
  margin-top : 100px;
  background-color: cyan;   
  width: 150px;
  height: 800px;   
}
.spalteGesamtContent {
  margin-left:0px;
  height: 100%; 
  width: 100%;  
  background-color: #8B0E12;   
/*  width: 810px;  */
/*  width: 910px;  */
}
.spalteContentRechts {
  background-color: yellow; 
  margin-left : 150px;
  margin-top : -640px;
/*  width: 150px;  */
  width: 100%;  
  height: 100%;
}

	#logo {
		float: left;
		margin-top: 20px;
		margin-left: 20px;
	}
		#logo_img {
			border: 0;
			margin-top: 15px;
			margin-left: 15px;
		}
	#balken_oben {
		position: absolute;
		top: 0px;
		height: 47px;  
		width: 100%;
/*		line-height: 15px; */
		background-color: #3267AB;
	}
	
	#balken_unten {
		position: absolute; 
		top: 47px;
		height: 30px; 
		width: 100%;
		background-color: #EEEEEE;
	}
	
	
#fussleiste {
	text-align:center;
	bottom: 0px;
	left: 20px;
	margin-top: 10px;
	border-top:1px solid #B0B0B0; 
	width: 98%;
	height: 20px;
	float:left;
	font-size : 10px;
	color : #B0B0B0;
	font-family : Arial,Helvetica,sans serif;
}	
.clear_left {
	clear: left;
	height: 1px;
	font-size: 1px;
}
.clear_both {
	clear: both;
}
