* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	font-size: 80%;
	background-color: #FF9100;
}
a img, img {
	border: none;
}
a {
	color: #FF9100;
	text-decoration: underline;
}
/*Hintergrund*/
#hg {
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	min-width: 970px;
}
/*------------ Gerüst ------------*/
#container {
	position: relative;
	margin: auto;
	height: 780px;
	width: 970px;
}	
/*Logo*/
#logo {
	position: absolute;
	top: 78px;
	left: 69px;
}
/*Contentbereich*/
#content {
	position: absolute;
	left: 240px;
	top: 220px;
	width: 672px;
	height: 425px;
	overflow: auto;
	text-align: justify;
	z-index: 99;
}
/*Hauptnavigation*/
#navi_links {
	position: absolute;
	top: 207px;
	left: 41px;
	width: 179px;
	height: 322px;
	overflow: hidden;
}
/*Navigation oben: Kontakt und Impressum*/
#navi_unten {
	position: absolute;
	top: 142px;
	left: 471px;
	width: 250px;
	height: 55px;
	overflow: hidden;
	z-index: 99;
}
/*Sprachwahl*/
#language {
	position: absolute;
	left: 49px;
	top: 735px;
	z-index: 99;
	width: 70px;
}
#language img {
	margin-right: 5px;
}
/*Broschüren Download*/
#pdf {
	position: absolute;
	left: 239px;
	top: 630px;
	z-index: 99;
	font-size: 0.9em;
	width: 217px;
}
#pdf a {
	color: #FF9100;
	text-decoration: none;
}
/*Newsletter*/
#start {
	position: absolute;
	top: 695px;
	right: 26px;
	font-size: 0.9em;
	width: 704px;
	height: 50px;
	font-weight: bold;
	color: #FFFFFF;
}
#start label {
	padding-left: 12px;
}
#start p {
	padding-bottom: 10px;
}
/*------------ Navigation ------------*/
#navi_links a {
	position: absolute;
	height: 55px;
	width: 230px;
	left: 50px;
	top: 0px;
	z-index: 1;
}
#navi_links a:hover, #navi_links a.active {
	margin-left: -50px;
}
#endkunde a {
	top: 70px;
}
#lizenzpartner a {
	top: 130px;
}
#cobranding a {
	top: 185px;
}
#affiliates a {
	top: 250px;
}
#navi_unten a {
	position: absolute;
	height: 76px;
	width: 112px;
	top: 15px;
	left: 0px;
	z-index: 1;
}
#navi_unten a:hover, #navi_unten a.active {
	margin-top: -10px;
}
/*------------ Contentstile ------------*/
#content h1 {
	font-size: 1.9em;
	color: #FF9100;
	font-weight: bold;
}
.Stil1 {
	color: #000000;
}
.Stil4 {
	color: #FF9100;
}
#impressum a {
	left: 112px;
}
dt {
	font-size: 90%;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	clear: both;
	text-align: left;
}
dd {
	font-size: 90%;
	margin-left: 160px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: left;
}
#content label {
	display: block;
	float: left;
	width: 160px;
}
#content select, #content textarea, #content .textfield {
	margin-bottom: 10px;
}
#content textarea, #content .textfield {
	margin-bottom: 10px;
	width: 250px;
}
#content .error, #content .success {
	font-weight: bold;
	margin-top: 15px;
}