

html {
	margin: 0;
	padding: 0;
}

body {
	background: #f64d00;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	
	color: #e93313;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
}


div.navizeile {
	display: block;
	margin-bottom: 1px;	
	height: 47px;
}

div.navizeile img {
	margin-right: 5px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 20px;
	color: #fff;
}

div.navizeileaktiv {
	background: #fff; 
}

div.navizeileaktiv img {
	color: #f64d00;
}

div.mitte {
	margin: auto;
	width: 930px;
}

div#content {
	background: #fff url(img/logo.gif) no-repeat right top;
	margin-top: 30px;
	height: 348px;
	width: 930px;
}

div#content-bild {
	width: 465px;
	height: 348px;
	float: left;
	border: 0px solid #000;
}

div#content-text {
	position: relative;
	float: left;
	width: 450px;
	height: 348px;
	border: 0px solid #000;
	vertical-align: bottom;
}

div.links, div.links2 {
	clear: left;
	width: 200px;
	float: left;
}
div.links2 {
	width: 260px;
}

div.rechts {
	float: left;
	border: 0px solid #000;
}

div.kunden {
	margin-top: 110px;
	padding-left: 20px;
}

div.kunden span {
	display: block;
	margin-bottom: 5px;
}

div.formleft {
	width: 60px;
	clear: left;
	float: left;
	vertical-align: top;
}

div.formright {
	float: left;
	vertical-align: top;
}


div#content-text-normal {
	padding-left: 15px;
	margin-top: 70px;
}

div#content-text-unten {
	position: absolute; 
	border: 0px solid; 
	bottom: 0;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.rahmen {
	border: 1px solid #fff;
	background: #f64d00;
}

div.formfehler {
	font-weight: bold;
	padding-left: 5px;
	display: inline;
	vertical-align: top;
}

div#kundentext {
}
div#kundennavi {
	margin-top: 10px;
	background: #fff;
}

div.clear {
	clear: left;
}

div#textbox {
}

p {
	vertical-align: bottom;
}

div.versteckt img {
	display: none;
}

img {
	border: 0;
}

a.inline {
	display: inline;
}

a {
	text-decoration: underline;
	color: #e93313;
}

img.button {
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #f64d00;
	border-right: 1px solid #f64d00;
	background: #f64d00;
	display: block;
	float: left;
	width: 153px;
}

img.buttonrechts {

}
img.buttonunten {
	border-bottom: 0;
}

img.auswahl {
	margin-top: 5px;
	margin-left: 5px;
}

img.nr {
	margin-right: 5px;
	background: #fff;
}

img.left {
	display: block; 
}

div#subnavi {
	text-align: right;
	width: 915px;
	margin-top: 5px;
	padding-right: 15px;
}

div#subnavi a {
	color: #fff;
	text-decoration: none;
	margin-right: 13px;
	font-size: 0.9em;
}


form {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #f64d00;
	background: #fff;
	margin-bottom: 1px;
	font-size: 1em;
	font-family: Arial, sans-serif;
	width: 170px;
	color: #e93313;
}
textarea {
}

input.plz {
	width: 40px;
	margin-right: 1px;
}
input.ort {
	width: 127px;
}

input.button {
	color: #fff;
	background: #f64d00;
	width: 172px;
	margin-top: 4px;
}