@charset "utf-8";

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/Hintergrund.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.mf-pwd #container {
	width: 865px;
	background: url(../images/Content-Hintergrund.jpg);/*  Layout_09*/
	margin: 0 auto;
	border: 0px solid #ccc;
	text-align: left;
	z-index:1;
}
.mf-pwd #header {
	background-image:url(../images/Header-Logo.jpg);
	height:257px;
	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:220px;
	height:140px;
	padding:0px 0px 0px 0px;
	color:#FFF;
	z-index:103;
}
.header-link-login {
	position: absolute;
	float:left;
	font-size:14px;
	padding:0px 0px 0px 735px;
	color:#FFF;
	z-index:104;
}
.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:0px 0px 0px 775px;
	color:#FFF;
	z-index:103;
}
.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:0px 0px 0px 818px;
	color:#FFF;
	z-index:102;
}
.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:33px;
	padding: 0px 0px 0px 0px;
	z-index:500;
	background-image: url(../images/Top-Navi.jpg);
}
.mf-pwd #mainContent-left {
	float:left;
	width:191px;
	height:auto;
	padding: 0px 0px 0px 0px;
	background:url(../images/Content-Hintergrund-left.jpg) top left no-repeat;
	z-index:20;
}
.mf-pwd #mainContent-left1 {
	float:left;
	width:191px;
	height:auto;
	padding: 0px 0px 0px 0px;
	
	z-index:20;
}
.mf-pwd #mainContent {
	float:left;
	width:500px;
	height:auto;
	padding:0px 0px 0px 0px;
	background: none;
	z-index:30;
}
.mf-pwd #mainContent-right {
	float:left;
	width:174px;
	height:auto;
	padding:0px 0px 0px 0px;
	background:url(../images/Content-Hintergrund-right.jpg) right top no-repeat;
	z-index:40;
}
.mf-pwd #footer {
	padding: 0 10px;
	background: url(../images/Footer-Hintergrund.jpg);
	z-index:50;
}
.mf-pwd #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	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;
}

