html {
       overflow-y: scroll;
}
body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 960px;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	}
#wrapper {
	background-image: url(../../images/hp/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
 background-attachment:fixed;
  }
header {
	position: fixed;
	width: 960px;
	height: 80px;
	z-index: 30;
	background-color: #FFF;
	padding-top: 10px;
}
header.qn3logo {
	position:absolute;
	width: 90px;
	top:0;
	left: 0;
}
/*---- menu ------*/
header nav {
	position: relative;
	width: 810px;
	height: 30px;
	top: -30px;
	left: 150px;
}
header nav #menu {
	display: table;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	text-align: left;
  }
header nav #menu li {
  display:table-cell;
}

header nav #menu a {
	width:auto;
	display:block;
	padding-right: 8px;
	text-decoration:none;
	font-weight: normal;
	border-bottom: none;

	color: #990000;
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
 }
header nav #menu .wflast a  {
	}
nav #menu a:hover {
	color: #000000;
 }
/*---- menu ------*/
section {
	z-index: 20;
	padding-top: 90px;
	}
.background_home {
	background-image: url(../../images/hp/home_1.png);
	background-repeat: no-repeat;
	min-height: 400px;
	padding-top: 20px;
	padding-left: 180px;
	padding-right: 150px
	
}
.einzug2 {
	padding-left: 120px;
}
.einzug2 ul {
	padding: 0;
	margin: 0;
	padding-left: 12px;
}
.maintext {
	width: 815px;
	margin-left: 145px;
	min-height: 400px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px;
}
.maintext img {
	margin-right: 10px;
}
.anchor{
	padding-top: 90px;
}
aside {
	text-align: center;
}
footer {
	text-align: center;
}
.text {
	color: #000000;
	}
.text1 {
	color: #ffffff;
	}

.titel {
	color: #990000;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	}

.titel1 {
	color: #ffffff;
	font-size: 16px;
	line-height: 17px;
	}

.rot {
	color: #990000;
}

a, a:link, a:visited, a:active { 
	color: #000000;
	text-decoration: underline;
	}

a:hover { 
	color: #990000;
	text-decoration: underline;
	}

 
.text1 a, .text1 a:link { 
	color: #ffffff;
	text-decoration: underline;
	}

.text1 a:visited { 
	color: #ffffff;
	text-decoration: underline;
	}

.text1 a:hover { 
	color: #ffffff;
	text-decoration: none;
	}

.text1 a:active { 
	color: #ffffff;
	text-decoration: underline;
	}

a.text2:link { 
	color: #ffffff;
	text-decoration: underline;
	}

a.text2:visited { 
	color: #ffffff;
	text-decoration: underline;
	}

a.text2:hover { 
	color: #000000;
	text-decoration: underline;
	}

a.text2:active { 
	color: #ffffff;
	text-decoration: underline;
	}

img{ 
	border-style: none;
	}





/*------- neu in modx -------*/

.partner {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 540px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.partner li {
float: left;
/*border: 1px solid #ff9900;
width: 150px;
height: 100px;*/
margin: 3px;
padding: 3px;
	text-align: center;
}
/*------ eform*/
.errors {
	color: #FF0000;
}
.requiredValue {
	background-color: #F99;
}
textarea#styled_ta  { 
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 2px;
}