
body {
	margin: 0;
	padding: 0;
	line-height: 14px;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	/* font-size: 0.7em; */
	font-size: 0.7em;
	line-height: 1.4em;
}

img {
	border: none;
}

a {
	outline: none;
	color: #666;
	text-decoration: none;
}

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

ul {
	margin: 0 0 15px 25px;
	padding: 0;
}

ul li {
	line-height: 20px;
}


#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 930px;
	height: 580px;
	margin-left: -465px;
	margin-top: -290px;
}

.standart {
	background: url(../images/bg.png) no-repeat;
}

.beige {
	background: url(../images/bg-beige.png) no-repeat;
}


.dunkelblau {
	background: url(../images/bg-dunkelblau.png) no-repeat;
}


.blau {
	background: url(../images/bg-blau.png) no-repeat;
}


.gruen {
	background: url(../images/bg-gruen.png) no-repeat;
}




.kontaktinfos {
	position: absolute;
	top: 50px;
	text-align: right;
	font-size: 0.9em;
	right: 10px;
	color: #666666;
}


#inhalt {
	position: relative;
}

#keyvisual {
	position: absolute;
	left: 185px;
	top: 190px;
}


h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}


h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}


/* NAVIGATION 
================================================== */

#navigation {
	position: absolute;
	top: 30px;
	left: 185px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	list-style: none;
	width: 120px;
	font-size: 0.9em;
}

#navigation li {
	line-height: 1.7em;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#navigation li a:hover {
	color: #666;
}

.aktiv {
	font-weight: bold !important;
}


/* SUB NAVIGATION 
================================================== */



#sub-navigation {
	position: absolute;
	top: 30px;
	left: 330px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	width: 270px;
	font-size: 0.9em;
}

#sub-navigation li {
	line-height: 1.7em;
}

#sub-navigation li a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-left: 20px;
}

#sub-navigation li a:hover {
	color: #FFFFFF;
}

.subaktiv {
	font-weight: bold !important;
	background: url(../images/pfeil.png) top left no-repeat;
}


/* SERVICE NAVIGATION 
================================================== */


#service-navigation {
	position: absolute;
	top: 164px;
	left: 320px;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
	float: left;
	color: #ffffff;
	font-size: 0.9em;
}

#service-navigation li {
	line-height: 1.7em;
	float: left;
	margin-left: 3px;
}

#service-navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;

}

#service-navigation li a:hover {
	color: #666;
}

.subsubaktiv {
	font-weight: bold !important;
}



/* SUB SUB NAVIGATION 
================================================== */



#sub-sub-navigation {
	position: absolute;
	top: 164px;
	right: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
	float: left;
	color: #ffffff;
	font-size: 0.9em;
}

#sub-sub-navigation li {
	line-height: 1.7em;
	float: left;
	margin-left: 3px;
}

#sub-sub-navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;

}

#sub-sub-navigation li a:hover {
	color: #666;
}

.subsubaktiv {
	font-weight: bold !important;
}


#content {
	position: absolute;
	right: 0;
	top: 190px;
	width: 295px;
	height: 365px;
	overflow: auto;
	padding: 15px 10px 10px 10px;
}

.pdf-list {
	padding-top: 10px;
}

.pdf-list li {
	list-style: url(../images/pdf.gif);
	line-height: 20px;
}

#footer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	margin-top: 300px;
	text-align: right;
}

#toolbar {
	position: absolute;
	top: 0;
	left: 0;
}


#footer .logos {

	text-transform: uppercase;
	color: #e38b00;
	vertical-align: top;
}


.mitarbeiter {
	padding-top: 10px;
	border-top: 1px dotted #666;
}

/* FORMULARE */

.stand {
	padding-left: 5px;
}

.stand .w40 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
}

.w40 {
	width: 40px;
	text-align: center;
}

.w180 {
	width: 180px;
}

#zaehlerstandform strong {
	text-align: center;
	font-weight: normal;
	display: block;
	width: 42px;
	margin-left: 8px;
	float: right;
}

textarea {
	width: 180px;
	font-family: Verdana, Arial;
	font-size: 1em;
}

.error {
	color: red;
	font-weight: bold;
}

