* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

html, body {
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fbfbf3;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	color: #9e3c03;
}

a {
	color: #9e3c03;
}
a:hover {
	color: #662702;
	text-decoration: none;
}
#main {
	width: 910px;
	margin: 0px auto;
	height: auto;
}

h4 {
	font-size:14px;
	font-weight: bold;
	color: #9e3c03;}
/*----------HEAD-------------*/
#header {
	width: 910px;
	height: 310px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #b75d2a;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 24px;
}

#header ul {
	padding-top: 14px;
	list-style: none;
}

#header li {
	width: auto;
	padding-right: 20px;
	float: left;
}

#header a {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #e7e6cf;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

#header a:hover {
	color: #fbfbf3;
}
#headbild {
	width: 523px;
	height: 225px;
	float: left;
}
#headtext {
	width: 370px;
	padding: 25px 0 0 10px;
	height: 200px;
	float: left;
	background-image: url(../images/text.jpg);
	background-repeat: no-repeat;
}

#headtext h2 {
	font-size: 24px;
	font-weight: normal;
	color: #9e3c03;
}
#headtext p {
	padding-top: 12px;
	line-height: 18px;
	width: 340px;
}
.adresse {
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
}
.secondline {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 96px;
}

/*------------CONTENT--------------*/
#content {
	width: 910px;
	height: auto;
	margin-top: 31px;
}

#content_left {
	width: 570px;
	float: left;	
}
#content_left h3 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-image: url(../images/bg_h3.jpg);
	width: 560px;
	color: #000;
	line-height: 32px;
	padding-left: 10px;
}

#content_left p {
	padding: 12px 0 0 8px;;
	line-height: 18px;
	color: #9e3c03;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content_left p img {
	float: left;
	
}
#content_left h4 {
	padding: 12px 0 0 12px;
}
.border_bottom {
	background-image: url(../images/border_bottom.jpg);
	width: 100%;
	height: 24px;
	margin-bottom: 24px;
}

#content_right {
	float: left;
	width: 282px;
	margin-left: 10px;
}
#content_right ul {
	list-style: url(../images/dot.jpg);
	margin: 18px 0 18px 18px;
	float: left;
	margin-right: 100px;
}
content_right li {
	line-height: 24px;
}
#content_right h3 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-image: url(../images/bg_h3_right.jpg);
	width: 272px;
	color: #000;
	padding-left: 10px;
	line-height: 32px;
}
#content_right h4 {
	padding: 12px 0 0 12px;
}
#content_right p {
	line-height: 18px;
	padding-left: 12px;
}
#content_right img {
	padding: 4px;
	border: solid 1px;
	margin: 0px 0px 12px 12px;
}
.image_right {
	width: 100%;
	text-align: center;
	margin-top: 19px;
}
/*-----------TABELLEN---------------*/
table {
	width: 100%;
	margin: 12px 0 0 0;
	text-align: center;
}
thead {
	height: 26px;
	background-image: url(../images/small_dot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
td {
	line-height: 26px;
	background-image: url(../images/small_dot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
tfoot td {
	background: none;
	font-size: 10px;
}


/*-----------FORMULAR---------------*/
#question {
	width: 530px;
	height: 116px;
	margin: 12px 0;
	padding: 20px;
	text-align: center;
	background-image: url(../images/answerbg.jpg);
}
#question label {
	font-size: 16px;
	width: 100%;
	height: auto;
	display: block;
	color: #fcfcf4;
	font-weight: bold;
	margin-bottom: 12px;
}

#question input {
	width: 300px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../images/bg_input.jpg);
	text-align: center;
	margin: 0px auto;
}

.form-row {
	clear: both;
	padding: 4px;
	margin-left: 12px;
	display: block;
	border-bottom: solid 1px #CCC4C8;
	margin-bottom: 8px;
}
input {
	border: solid 1px;
}
.field-label {
	width: 160px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.field-widget {
}

input.required {
	border: 1px solid #CCC4C8;
	width: 370px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea.required {
	border: 1px solid #CCC4C8;
	width: 370px;
	height: 170px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea.optional {
	border: 1px solid #CCC4C8;
	width: 370px;
	height: 170px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

checkbox.required {
	border: 1px solid #CCC4C8;
	width: 16px;
	margin-bottom: 8px;
	padding: 2px;
	float: right;
}
input.optionale {
	width: 16px;
	float: left;
	margin-right: 140px;
}
checkbox.optional {
	border: 1px solid #CCC4C8;
	width: 16px;
	margin-bottom: 8px;
	padding: 2px;
}

select.required {
	border: 1px solid #CCC4C8;
	width: 275px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select.optional {
	border: 1px solid #CCC4C8;
	width: 275px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	width: 94%;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.validate-date-au {
	border: 1px solid #CCC4C8;
	width: 270px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.validate-telefon {
	border: 1px solid #CCC4C8;
	width: 370px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.validate-number {
	border: 1px solid #CCC4C8;
	width: 370px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.custom-advice {
	padding: 5px;
	padding-left: 0px;
	width: 430px;
	background-color: #F4EBF0;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.validate-number {
	border: 1px solid #CCC4C8;
	width: 270px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.optional {
	border: 1px solid #CCC4C8;
	width: 370px;
	margin-bottom: 8px;
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.field-widget {
}
/*-----------FOOTER---------------*/
#footer {
	margin-top: 12px;
	width: 100%;
	height: 113px;
	background-image: url(../images/bg_footer.jpg);
}

#footer_content {
	width: 910px;
	height: 80px;
	padding: 33px 0 0 0;
	margin: 0px auto;
}

#footer_content p {
	font-size: 10px;
}

#footer_left {
	float: left;
	width: 610px;
}

#footer_right {
	float: left;
	width: 300px;
	text-align: center;
}

#footer ul {
	list-style: none;
}
#footer li {
	width: auto;
	float: left;
	padding-left: 8px;
	padding-top: 24px;
}
#footer a {
	color: #9e3c03;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	color: #000;
}

.quader {
	height: 24px; 
	line-height: 24px; 
	width: 24px; 
	text-align: center; 
	color: #fff; 
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 12px;
}

h5.head {
	width: auto;
	color: #000;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
}
