
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
div#container {
	width: 750px;
	margin: 0 auto;
}
div#bottom {
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1#banner {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-color: #993300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #FAF0D1;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
}
div#top {
	height: 100px;
	padding-top: 10px;
	text-align: right;
	padding-right: 12px;
}
div#menu {
	height: 25px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
div#image {
	height: 200px;
	width: 750px;
	padding-top: 6px;
}

h2#headline {
	border-bottom: 1px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom-color: #993300;
	border-bottom-style: solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FAF0D1;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 3px;
	font-weight:normal;
}
div#content {
	border-bottom: 1px;
	border-bottom-color: #993300;
	border-bottom-style: solid;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-top: 5px;
	background-color: #FDF9EC;
}
div#content a {
	color: #990000;	
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#bottom {
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#bottom a {
	color: #990000;	
	text-decoration: none;
}
div#bottom a:hover {
	text-decoration: underline;
}
.large {
	font-size: 18px;
}
.box {
	background-color: #FAF0D1;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.medium {
	font-size: 16px;
}









.formular table {
	width:700px;
}
.formular .border {
	border:1px #993300 solid;
	background: #fdf9ec;
	margin-bottom:20px;	
}

.formular .hr {
	border-bottom:1px #993300 solid;
	margin:10px 10px;
}

.formular h1 {
	font-family:Georgia;
	font-size:16px;
	font-weight:normal;
	background:#faf0d1;
	margin:0px;
	padding:15px 10px;
}

.formular td {
	font-size:12px;
	padding:4px;
}

.formular .label_left label {
	width:100px;
	float:left;
	display:block;
}
.formular input {
	font-size:12px;
	/*border:none;
	background:transparent;
	border:1px #000000 solid;*/
}
.formular .table_kundendaten input {
	width:200px;
}
.formular .table_mietartikel input {
	width:50px;
}
.formular .table_ausstattung_details .label_1 {
	display:block;
	float:left;
	width:190px;
}
.formular .error {
	border:1px #FF0000 solid;	
}