html, body				{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background: rgb(232,234,231);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

H1 {margin: 0; padding: 0; font-weight: normal;}

H2	{
	font-size: 18px;
}

P {
	margin: 0; padding: 0;
}



 
#pagewidth				{ 
	width:975px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	display: block;
}

#schattenoben			{
	width: 975px;
	height: 20px;
	padding-top: 15px;
	
	background: rgb(232,234,231) url(images/schattenoben.jpg) no-repeat;
	text-align: right;
	
	color: #666;
	font-size: 12px;
}

#flaggen {
	width: 100px; margin-left: 20px; 
	float: left;
	text-align: left;	
}

#schattenoben A {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	margin: 5px;
}

#schatten					{
	width: 945px;
	padding: 0px 16px 0px 16px;
	background: rgb(232,234,231)  url(images/schattenmitte.jpg) repeat-y;
	display: block;
}

/* ---Bild oben ----------------------------------------------------------------------- */
#oben				{
	clear: both;
	width: 925px;
	height: 145px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	display: block;
}

/* ---Navigationsbereich ----------------------------------------------------------------------- */
#menue	{
	width: 925px;
	clear: both;	
	background: #fff;
	padding: 0px 10px 10px 10px;
	height: 70px;
	display: block;
	
}

/* ---Hauptbereich ----------------------------------------------------------------------- */

#main	{
	clear: both;
	background: #fff;
	color: #333;
	padding: 10px 100px 10px 100px;
	text-align: left;
}

#main.nopadding {
	padding: 3px 14px 10px 10px;
	}

#main .introbabac1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #00C;
	font-size: 46px;
	letter-spacing: 5px;
	}
#main .introbabac2 {
	color: rgb(203,0,0);
	font-size: 14px;
	}	

#main .introadresse {
	color: rgb(203,0,0);
	font-size: 11px;
	}	

#main .dreiteiler {
	margin-left: 10px;
	float: left;
	width: 293px;
	font-size: 12px;
	text-align:justify;
}

#main H3 {
	font-size: 16px; 
	color: #4A67b3;
	background-color: #EEE;
	padding: 3px;
	
}

#main .block {
	text-align:justify;
}

#main TABLE.formular TD{
	vertical-align:top;
}

#main INPUT {
	width: 300px;	
}

#main select {
	width: 305px;	
}

#main textarea {
	width: 300px;	
}

/* ---Unten ----------------------------------------------------------------------- */
#schattenunten			{
	clear: both;
	width: 975px;
	height: 35px;
	padding-top: 5px;
	background: rgb(232,234,231) url(images/schattenunten.jpg) no-repeat;
}

#schattenunten	A		{
	margin-left: 15px;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

/* ######################################################################## */

#fusstext {
	margin-left: 20px; font-size: 9px; color: #BBB;
	}
#fusstext A {
	font-size: 9px; color: #BBB; text-decoration: none;
}
	

	

.clear {
	clear: both;	
}

.clearfix:after {content: ".";  display: block; height: 0;  clear: both;  visibility: hidden; }
 .clearfix		{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix		{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
@media print	{ 
/*hide the left column when printing*/ 
#leftcol		{display:none;} 

/*hide Beim Druck die rechte Spalte ausblenden*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}