@charset "utf-8";

body {
	font: 100% Verdana, Geneva, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.mf-pwd #container {
	width: 947px;
	background:#fff;
	margin: 0 auto;
	border: 1px solid #56D444;
	text-align: left;
	z-index:1;
}
.mf-pwd #header {
	background:url(../image/Header-Logo.jpg) no-repeat;
	height:200px;
	padding: 0px 0px 0px 0px;
	z-index:10;
}
.mf-pwd #header h1 {
	margin: 0;
	padding: 10px 0;
}
.header-logo {
	border:solid 0px #fff;
}
.header-link-home {
	position: absolute;
	float:left;
	font-size:14px;
	width:250px;
	height:100px;
	padding:0px 0px 0px 0px;
	color:#FFF;
	z-index:103;
}
.header-link-login {
	position: absolute;
	float:left;
	font-size:14px;
	padding:172px 8px 0px 725px;
	color:#FFF;
	z-index:102;
}
.header-link-login a:link {
	color:#FFF;
	text-decoration:none;	
}
.header-link-login a:visited {
	color:#FFF;
	text-decoration:none;	
}
.header-link-login a:hover {
	color:#FFF;
	text-decoration:underline;	
}

.header-link-kontakt {
	position:absolute;
	float:left;
	font-size:14px;
	padding:172px 0px 0px 780px;
	color:#FFF;
	z-index:101;
}
.header-link-kontakt a:link {
	color:#FFF;
	text-decoration:none;	
}
.header-link-kontakt a:visited {
	color:#FFF;
	text-decoration:none;	
}
.header-link-kontakt a:hover {
	color:#FFF;
	text-decoration:underline;	
}

.header-link-impressum {
	position:absolute;
	float:left;
	font-size:14px;
	padding:172px 0px 0px 850px;
	color:#FFF;
	z-index:100;
}
.header-link-impressum a:link {
	color:#FFF;
	text-decoration:none;	
}
.header-link-impressum a:visited {
	color:#FFF;
	text-decoration:none;	
}
.header-link-impressum a:hover {
	color:#FFF;
	text-decoration:underline;	
}

.mf-pwd #topnavi {
	height:75px;
	padding: 0px 0px 0px 0px;
	z-index:500;
}
.mf-pwd #mainContent-left {
	float:left;
	width:200px;
	height:auto;
	padding: 0px 0px 0px 0px;
	background: none;
	z-index:20;
}
.mf-pwd #mainContent {
	float:left;
	width:530px;
	height:auto;
	padding:0px 0px 0px 0px;
	background: none;
	border-right:1px solid #56D444;
	z-index:30;
}
.mf-pwd #mainContent-right {
	float:left;
	width:216px;
	height:auto;
	padding:0px 0px 0px 0px;
	background: none;
	z-index:40;
}
.mf-pwd #footer {
	padding: 0 10px;
	background:#fff;
	z-index:50;
}
.mf-pwd #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: right;
	font-size: 13px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

