@charset "utf-8";
/*Zentrierung der Seiten mit Scrollbalken und oberen Rand, Breite festlegen*/
html    		{/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;}

body {
	font : 100% Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	background-color : #FFF;
	margin-top : 30px;
	margin-right: auto; margin-left: auto; }
 
#wrapper {
	width : 960px;
	margin-right : auto;
	margin-left : auto;
	border: 1px solid #999;
	background-image: url(../images/Gelbe_Streifen_145x1-2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 
#container {
	width : 960px;
} 
#drucklogo { 
height : 100px; 
width : 400px; 
float : left; 
display : none; 
} 

#header {
	height : 93px;
	width : 960px;
	float : right;
	background-color: #FFF;
} 
#wrapper #container #pictureleft {
	width : 85px;
	float : left;
	margin-left: 20px;
	margin-top: 20px;
} 
#sidebar2 {
	width : 130px;
	float : left;
	margin-left: 25px;
	margin-top: 12px;
} 
#mainContent {
	float : right;
	margin-top : 15px;
	width: 670px;
} 
.fltrt { 
float : right; 
margin-left : 8px; 
} 
.fltlft { 
float : left; 
margin-right : 8px; 
} 
.clearfloat { 
clear : both; 
height : 0; 
font-size : 1px; 
line-height : 0; 
} 

