html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;	
}
body {
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
	/* background-color: #FFFFFF; */
	background-image: url(__DOMAIN__/images/bkgrd.gif);
	background: url(__DOMAIN__/images/bkgrd.gif);
	font-family: Arial, Helvetica, sans-serif;
}
#homepage {
	width: 900px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	position: relative;	
}
.spalte_a {	
   	background-color: #0066CC;
	width: 185px;
	float: left;
	/*height: 465px;*/
	margin-left: 1px;
}
.spalte_b {	
	/*width: 280px;*/
	float: left;
	text-align: left;
 	margin: 0;  /* Rand oben rechts unten links */
	/* padding: 5px;	 */
	/* background-color: yellow; */
	/*height: 465px;*/
}

.spalte_c {	
	width: 161px;
	float: left;
	text-align: left;
	/*background-color: #000000;*/
}

#rand {
	float: left;
	margin-top: 141px;

}


#fusszeile {
	position: absolute;
	margin-top: 600px;
	margin-bottom: 25px;
	margin-right: 60px;
	right: 0px;
	width: 727px;  /* wird benötigt für die genaue Positionierung auf der linken Seite */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.58em;
	color: White;
	z-index: 2;
}

#ospelt_logo {
	border: 0;	
	width: 150px;
	height: 61px;
	margin-left: 21px;
	margin-top: 25px;
	/* margin-top: -3px; */
	float: left;
}

#blockTransparentVerticalStretch {
	border: 0;
	width: 1px;
	height: 0px;  /* 605 wegen Logo weniger dann sind es 640px */
	margin: 0px;
	padding: 0px;
	Z-INDEX: -1;
}
.trenner_left {
	clear: left;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.trenner_both {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}	
A.ics_link {
	color: #000000; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 0.75em; 
	text-decoration: none;  
	margin-left: 20px;
}
A.disclaimer_link {	 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 0.7em; 
	text-decoration: none; 
	color: #585858;
	font-weight: normal;	
	margin-left: 18px;
}
A.drucken_link {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 0.75em; 
	text-decoration: none;  
	color: #1B2871;
	font-weight: bold;
	position: absolute; 
	top: -2px;
	left: 931px;
}
A.logout_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #6170AC;	
}
.inputField {
	width: 197px; 
	height: 17px; 
	color: #000000; 
	border: 1px #FF0000 solid; 
	border-right: 2px #FF0000 solid; 
    border-bottom: 2px #FF0000 solid; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	position:relative;
}
#container1{
  height:580px; /*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] {
   width: 910px; 
   height:auto;
   min-height:570px;
}
#container {   /* hier wird das Objekt nur Horizontal zentriert mit einem oberen Abstand von 80px  */
   margin: 0 auto 0 auto;
   width: 910px;
   /*height: 580px;*/
  }
#oben {
	/*  background: orange;  */
	width: 100%;
	height: 111px;
 }

#mitte {
	/*width: 100%;*/
	height: 193px;
	text-align: left;
	float: left;
}

#inhalt {
	/*background: red;*/
	width: 520px;
	float: left;
	/*padding-left: 34px;*/
	margin-left: 34px;*/
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
#blockTransparentVerticalStretch {
	border: 0;
	width: 1px;
	height: 466px;  /* 605 wegen Logo weniger dann sind es 640px */
	margin: 0px;
	padding: 0px;
}

#navigation {
	margin-top: 60px;
	float: left;
}

