body {
background-color: #A1A1A1; 
color: #1C1C1C;
margin-top: 0px; 
margin-left:auto;  
text-align:center; 
font-family: verdana, helvetica, sans-serif;
}
#main {
background-color:  #F5F5F5; 
color: white;
border: 0px solid black;
width: 750px; /* oder auch z.B. 800px */
margin: 0px auto;  /* main-Box vertikal zentrieren, Rand oben + unten 20px */
text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
}

#top_leiste_sprache {
background-color: #cdcdcd; 
color: white;
width: 740px;
padding:5px;
text-align:right; 
font-size: 10px; 
}
#top_leiste_sprache img{
border:0px;
}


#top_leiste_bildband {
background-color: #cdcdcd;
color: white;
width: 750px;
height: 100px;
text-align:right; 
font-size: 10px 
}
#top_leiste_menue {
background-color: #cdcdcd; 
color: white;
width: 740px;
height:15px;
text-align:right; 
font-size: 10px;
padding:5px; 
}
#top_leiste_menue_index {
background-color: #cdcdcd; 
color: white;
width: 740px;
height:15px;
text-align:center; 
font-size: 10px;
padding:5px; 
}
#top_leiste_menue a {
padding: 5px;
text-decoration:none;
border: 1px solid #cccccc;
width:100px;
height:15px;
font-size:11px;
font-weight:bold;
text-align: center;
color:#fff;
margin: 1px;
background-color:#cdcdcd;
}

#top_leiste_menue a:hover {
background-color:#eee;
color:#cdcdcd;
}

#hauptcontent {
background-color: #F5F5F5; 
color: #1C1C1C;
width: 750px;
height:420px;
text-align:center; 
font-size: 10px;
padding:0px; 

}


#messetermine_bg {
		float:right;
		
		width:250px;
		height:190px;
		border:0px solid #000;
		padding:0px;
		text-align:center;
		}
		
#messetermine {
		background-color: #fff;
		color: #1C1C1C;
		width:220px;
		font-size: 11px;
		padding: 3px;
		margin: 5px;
		border: 1px solid #0E81C1;
		text-align:left;
		overflow: auto;
		}
#newsbox_bg {	
		float:right;
		
		width:250px;
		
		border:0px solid #000;
		padding:0px;
		text-align:center;
		}

 
#newsbox {
		background-color: #fff;
		color: #1c1c1c;
		width:220px;
		font-size: 11px;
		padding: 3px;
		margin: 5px;
		border: 1px solid #0E81C1;
		text-align:left;
		overflow: auto;
		}
		
#hauptteil_bg {
		float:left;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: right top;
		width:500px;
		
		padding:0px;
		text-align:left;
		
		}


#hauptteil {
		color: #000;
		font-size: 12px;
		padding: 5px;
		width: 480px;
}
#hauptteil h1 {
font-size: 18px;
color:#006699;
}


#footer_bg {    background-color: #F5F5F5;
		clear:both;
		width:740px;
		padding:0px;
		text-align:left;
		border-top: 1px solid #0E81C1;
		margin-bottom:0px;
		}

#footer {
		
		color: #006699;
		width:710px;
		font-size: 9px;
		padding: 3px;
		margin: 5px;
		text-align:center;
		}

#footer a{
		color: #006699;
}

a {
color:#000;
text-decoration:underline;
font-weight:bold;
}	
input {
font-size:9px;

}