body { background-color: #c4d8d7; }
.maincont { background-color: #9cc; width: 800px; height:2500px  ; margin-right: auto; margin-left: auto; border: solid 1px #008081; }
.maintext { color: #373737; font-size: 15px; font-family: arial; margin: 40px 40px 20px; }
ul { list-style-type: none; margin: 1em 0 1em 40px; }
.bildbox { background-image: url(../bilder/flyer.jpg); width:800px; height:150px  ; margin-right: auto; margin-left: auto; border: solid 1px #008081; }
/*obere linkleiste*/
.linkleiste { text-align: center; margin-right: auto; margin-left: auto; width: 800px; height: 50px; }
#menu{ width: 100%; height: 43px; background: #c4d8d7 url(images/menu-bg.gif) repeat-x left top; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; border-top: 4px solid #005d5e; border-bottom: 4px solid #005d5e; }
#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
#menu li a:hover { 
	color: #333; 
	}
a { color: #373737; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }

