html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url("http://www.bsc.li/images/wasser12.jpg");
	background-repeat: repeat;
}
#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: 410px;
	width: 566px;
	height: 20px;
	float:left;
	font-size : 11px;
	color : #C0C0C0;
	font-family : Arial,Helvetica,sans serif;
	margin-bottom: 100px;
}

#container { 
   margin: 0 auto 0 auto; /* Zentrieren fuer Gecko / Webkit */
	width: 980px;
	text-align: left; /* Zuruecksetzen der Zentrierung fuer IE */
    height:auto;
	overflow-x:hidden;
}
.spalte_a {
	width: 150px;
	height:auto;
	min-height:564px;
	float: left;
	clear: none;
	display: inline;
	overflow:hidden;
}
.spalte_b {
	width: 680px;
	float: left;
	clear: none;
	display: inline;
	height:auto;
	min-height:564px;
	position:relative;
	z-index:2;
	/* padding-left:13px; */
}
.spalte_c {
	width: 150px;
	float:left;
	height:auto;
	min-height:564px;
	overflow-y:hidden;
}

/*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;
}


