@charset "utf-8";
/* CSS Document */

#hauptteil {
	padding-right: 100px; /* Restbreite erzeugen -- 100% minus Breite der Bilderleiste */
	background: #fff;
}
			
#spalte1 {
	width: 50%; /* Das sind 50% der Restbreite */
	float:left;
	margin-left: 45px;
	text-align: right;
}

#spalte2 {
	width: 50%;
	float:right;
	margin-right: -55px;  /*  Nach ganz rechts auf Padding-Bereich schieben */
	margin-left: -10px;      /*negativer Backside-Margin gleicht Rundungsfehler aus */
	text-align: left;
}
			
#hauptteil hr {
	clear: both;
	height: .1px;
	border: none;
	visibility: hidden;
}
		
/* allgemeine Angaben */
body {
	font: 100%/1.5 Verdana, Geneva, sans-serif bold;
	color: #000;
	margin:0; 
	padding:0; 
}

#head {
	text-align: center;
	background: #FFF;
}
			
#footer {
	margin-top: 20px;
	text-align: center;
	background: #b6bdde;
	padding: .75em 0;
	font-size: 12px;
}
			
#head p {
	margin-bottom: 0;
	font-size: 12px;
}
			
			
#loTitle {
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
			
html, body { 
	height:100%; 
	background-color: #ffffff;
	font: 100%/1.5 Verdana, Geneva, sans-serif bold;
	color: #000;
}
			
#flashContent { 
	width:100%; 
	height:100%; 
}

