html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #791523; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#homepageStart {
	width: 900px;
	height: 560px;
	margin-top: 50px;
	text-align: left;
 	background-color: #791523;
  }

#fontStart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

.unetereZeileSart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  padding-top: 220px; 
  color: #FFFFFF;
}

#homepage {
/*	width: 1090px; */
	width: 1100px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
 	background-color: red; 
}

	#reiheBildRechts{
	 width: 900px;
	 height: 125px;
	}

	#reiheBildLinks{
	  background-color: #333333;   
	  width: 705px;
	  height: 125px;
	  margin-top: -125px;
	  margin-left:195px;
	}

#reiheOben {
  background-color: #FFFFFF;   
  width: 900px;
  height: 113px;
}

#spalteMenu {
  background-color: #791523;   
  width: 195px;
  height: 322px;
/*  position: relative; */
}

#spalteContent {
  height: 230px; 
  width: 605px;  
  margin-top:-278px;
  margin-left: 250px;
}
	
	#navigation_oben {
        padding-top:25px;
        padding-left:25px;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
		color: #333333;
	}
#fussleiste {
	text-align:center;
	bottom: 0px;
	margin-left: 710px;
	width: 566px;
	height: 20px;
	float:left;
	font-size : 11px;
	color : #C0C0C0;
	font-family : Arial,Helvetica,sans serif;
}

#container{
  height:564px /*Set this for IE Windows*/
 }

/*this is a way to get more compliant browsers to use min-height as IE Win
doesn't recognize the attribute selector*/
#container[id] {
  height:auto;
  min-height:564px;
}
.clear_left {
	clear: left;
	height: 1px;
	font-size: 1px;
}
.clear_both {
	clear: both;
}

