html { margin: 0px; padding: 0px; border: 0px; font-size: 62.5%; height: 100.2%; }

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

body { 
background: #333333; 
text-align: center;
font-family: Verdana, sans-serif;
background-image: url(../images/bg.jpg);
font-size: 1.1em;
line-height: 1.2em; 
color: #444444;
}

#wrapper { 
margin: 30px auto; 
width: 850px;
text-align: left; 
}

#header {
height: 80px;
width: 400px;
background-image: url(../images/header.png);
}

#shadow_top {
background-image:url(../images/shadow_top.png);
height: 20px;
}

#space {
height: 25px;
clear: left;
}

#round {
height: 18px;
background-image: url(../images/round.png);
}

#menu {
height: 25px;
background-image: url(../images/menu_bg.png);
line-height: 25px;
float: left;
width: 850px;
padding-left: 100px;
background-repeat: repeat-y;
}

#menu li {
display: block;
float: left;
} 

#menu li a {
color: white;
margin-right: 4px;
margin-left: 4px;
float: left;
padding-left: 15px;
padding-right: 15px;
border-left: 5px solid #808080;
} 

#menu li a:hover {
background-color: #c6c6c6;
color: #444444;
border-left: 5px solid #505050;
margin-right: 4px;
margin-left: 4px;
float: left;
padding-left: 15px;
padding-right: 15px;
}

.aktiv {
background-color: #ffffff;
color: #444444;
border-left: 5px solid #e2001a;
margin-right: 4px;
margin-left: 4px;
float: left;
padding-left: 15px;
padding-right: 15px;
}

#wrapper_content {
background-image: url(../images/shadow_main.png);
clear: left;
}

#images {
margin: 0px 35px;
height: 150px;
width: 780px;
border-top: 5px solid #808080;
border-bottom: 5px solid #808080;
}

#submenu {
	text-align: center;
	margin-top: 10px;
	color: #444444;
background-image: url(../images/submenubg.gif);
	line-height: 30px;
	width: 500px;
	margin-left: 180px;
}

#submenu li {
display:inline;
padding-bottom: 6px;
}  

#submenu li a {
color: #444444;
margin-right: 8px;
margin-left: 8px;
padding: 6px 10px 6px 10px;
} 

#submenu li a:hover {
padding: 6px 10px 6px 10px;
color: #444444;
margin-right: 8px;
margin-left: 8px;
}

.submenu {
padding: 6px 10px 6px 10px;
margin-right: 8px;
margin-left: 8px;
border-bottom: 5px solid #e2001a;
}

	#content {
	clear: left;
	width: 700px;
	padding: 20px 30px 30px 30px;
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	height: 25px;
	background-image: url(../images/bottom.png);
}

#footer {
	text-align: center;
	height: 35px;
	background-image: url(../images/footer.png);
	line-height: 75px;
	font-size: 0.9em;
	background-repeat: no-repeat;
}

#footer li {
display:inline;
} 

#footer li a {
color: #ffffff;
padding: 6px 10px 6px 10px;
margin-right: 8px;
margin-left: 8px;
} 

#footer li a:hover {
padding: 6px 10px 6px 10px;
color: #ffffff;
margin-right: 8px;
margin-left: 8px;
}

.impressum {
padding: 6px 10px 6px 10px;
border-bottom: 3px solid #e2001a;
margin-right: 8px;
margin-left: 8px;
color: #ffffff;
}


h1{
	color: #444444;
	border-left: 5px solid #e2001a;
	padding-left: 20px;
	width: 750px;
	height: 30px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	
}

.mf-input, .mf-text{
	border: 1px dashed gray;
	background-color: #fafafa;
    margin: 0px 0px 5px 0px;
}

.mf-submit {
	border: 1px dashed gray;
	background-color: #fafafa;
    margin: 5px 0px 5px 0px;
}





