html{
	height:100.01%;
}

body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0; 
	margin:0;
}


/* input */

textarea
{
	/* width:200px; */
	margin:2px 0;
	/* border:1px solid silver; */
	border:1px solid #86ba33;
}

/*
[if lte IE7]
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0; 
	margin:0;
	background-image: url(images/balken_unten.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
[endif]
*/

a{
	text-decoration:none;
	color: #86ba33;
	font-weight:bold;
}

#bereich { line-height: 1; }


#wrapper{
	overflow:hidden;
	margin:auto;
}	
#navi_wrapper{
	float:left;
}	
#oben {
	left:0px;
	top:0px;
	height:30px;
	width:100%;
	background-image: url(images/balken_oben.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	margin:50px 0 0 100px;
	height:55px;
	width:800px;
	background-image:url(images/mw_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	text-decoration: none;
	color: orange;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	
#unten {
	left:0px;
	bottom:0px;
	height:40px;
	width:100%;
	background-image: url(images/balken_unten.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#logo a{
	text-decoration:none;
	color:orange;
}

#navi {
	margin-left:160px;
	margin-top:50px;
	width:250px;
	height:auto;
	color:gray;
	font-size:12px;
	line-height: 2.5em;
}
	
#navi a {
	text-decoration:none;
	color: orange;
	font-weight:bold;
}	

#navi a:visited {
	text-decoration:none;
	/* color: gray; */
        color: orange;
	font-weight:bold;
}		

#navi a:hover {
	text-decoration:none;
	color: #86ba33;
	font-weight:bold;
}	
	
#navi a:active {
	text-decoration:none;
	color: #86ba33;
	font-weight:bold;
}	

#image {
	margin-top:30px;
	width:335px;
	height:212px;
}

sup {
	font-size: 8px;
	vertical-align: 3px;
}

	
#inhalt {
	left:380px;
	top:150px;
	overflow:auto;
	height:auto;
	width:480px;
	/* width:10cm;*/
	text-align:left;
	color:gray;
	/* text-align:justify; */
	text-align:left;
	font-size:11px;
	line-height: 18px;	/*margin:0 0 0 200px;*/
}

#inhalt a:hover{
	text-decoration:underline;
}

#adresse {
	height:auto;
	width:955px;
	margin-top: 100px;
	text-align:center;
	vertical-align: baseline;
	color: orange;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
}

#adresse sup {
	color:orange;
}
	
#adresse a {
	font-weight: bold;
	text-decoration: none;
	color: #86ba33;
}

#adresse a:hover {
	text-decoration: underline;
}

.headline {
	line-height:2.5em;
	text-decoration:none;
	/* font-size:12px; */
	font-size:130%;
	color:orange;
	font-weight:bold;
}

.subheadline {
	line-height:1.5em;
	text-decoration:none;
	font-size:11px;
	color:orange;
	font-weight:bold;
}

.naviklein a {
	font-size: 10px;
	text-decoration:none;
	color: orange;
	font-weight:bold;
	line-height:70%;
}

.naviklein a:hover {
	font-size: 10px;
	text-decoration:none;
	color: #86ba33;
	font-weight:bold;
}

.naviklein a:active {
	font-size: 10px;
	text-decoration:none;
	color: #86ba33;
	font-weight:bold;
}

.naviklein a:visited {
	font-size: 10px;
	text-decoration:none;
	/* color: grey; */
	color: orange;
	font-weight:bold;
}

.fehler{
	border:1px solid orange;
}
/****** FORMULARE ******/
td  {
    text-align:left;
    color:gray;
    /* text-align:justify; */
    text-align:left;
    font-size:11px;
    line-height: 18px;  /*margin:0 0 0 200px;*/ 
}

.overview h3{
    margin: 0;
    padding:0;
}
