html,body {
	margin:0px; 
	padding:0px;
	font-family: Verdana, Arial, Tahoma, lucida, sans-serif;
	background-color:#424242;
	color:#fff; 
	font-size:9pt;
	text-align:center;
}

#container {
	padding:0px 0px 15px 0px;
	margin:0 auto 0 auto; 
	width:1000px;
	background: url("../images/site/bg_container.jpg") top left repeat-y #999999;
	overflow:auto;
}  


#header {
	margin:0 auto 0 auto; 
	width:1000px; 
	height:75px;
	background: url("../images/site/bg_header.jpg") top left repeat-y #999999;
}

#menu {
	margin:0 auto 0 auto; 
	width:1000px; 
	height:30px;
	background: url("../images/site/bg_menu.jpg") top right no-repeat #000;	
}
#menu ul {
	margin: 0 auto 0 auto;
}
#menu li {
	float:left;
	margin: 5px 0 0 7px;
	list-style: none;
	font-weight:bold;
}
#menu li.now a {
	color:#FFF;
	border-bottom: #FFFFFF 1px solid;
}
#menu li a {
	padding: 0px;
	margin: 0 10px 0 0;
	color:#EBEBEB;
	text-decoration: none;
	display:block;
}
#menu li a:hover {
	color:#FFF;
	border-bottom: #fff 1px dotted;
}

#teaser {
	margin:30px auto 0 auto; 
	width:900px; 
	height:250px;
	background: url("../images/site/bg_teaser.jpg") top right no-repeat #000;	
}


#stage {
	width:858px; 
	min-height: 300px;
	margin: 30px auto 0px auto;
	padding: 20px;
	text-align:left;
	border:1px solid #424242;
	background-color:#EAEAEA; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 	/* Opacity IE8 */
	filter: alpha(opacity=80); /* Opacity IE5-7 */
	opacity: .8; /* Opacity all other browsers */
} 
#stage_inner {
	margin: 10px 20px 30px 20px;
	color:#575757;
}


#footer { 
	margin:0 auto 0 auto; 
	padding-top: 7px;
	width:980px; 
	font-size: 90%;
	text-align:right;
}
#footer a {
	font-weight:normal;
	color:#EBEBEB;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


.fehler, .erfolg {
	margin: 30px auto 0px auto;
	width:890px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
}
.fehler {
	background-color:#990000;
	border: 1px solid #660000;
}
.fehler_top {
	background: url("../images/site/fehler_top.jpg") no-repeat top ;
	height:24px;
}
.fehler_bottom {
	background: url("../images/site/fehler_bottom.jpg") no-repeat bottom ;
	height:10px;
}
.erfolg {
	background-color:#009933;
	border: 1px solid #006600;
}
.erfolg_top {
	background: url("../images/site/erfolg_top.jpg") no-repeat top ;
	height:10px;
}
.erfolg_bottom {
	background: url("../images/site/erfolg_bottom.jpg") no-repeat bottom ;
	height:10px;
}



a {
	color:#575757;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#969696;
	text-decoration: underline;
}


h1 { 
	font-size:15pt;
	color:#575757;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	border-bottom:#575757 dotted 1px;
	text-align:right;
}
h2 { 
	font-size:13pt;
	font-weight:bold;
}
h3 { 
	font-size:9pt;
	font-weight:bold;
	margin-top:40px;
}




.framedarkgrey {
	border: #6C6C6C 1px solid;
}
.bild_news_prev {
	float:left; 
	margin: 0px 7px 7px 0px; 
	border: 1px solid #6C6C6C;
}


input, textarea {
	font-size:8pt;
}


/* Spamschutz in Formularen!!! */
#www {
	display:none;
}