/* ALLGEMEINER HEADLINE BLOCK */
#main #content .headline  h3 {
	padding: 22px 0 20px 19px;
	color: #82704C;
	font-size: 2.9em;
	font-weight: normal;
	background: #FFF url(../gfx/gradient_top.gif) repeat-x;
}

#main #content .headline h3 span {
	font-size: 0.483em;
	color: #B5B09C;
	display: block;
}

#main #content .headline p {
	margin-top: -10px;
	padding: 0 50px 21px 19px;
	color: #6B5B39;
	font-size: 1.1em;
}

#main #content .headline h4 {
	padding: 8px 50px 8px 11px;
	color: #91897E;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
	background: url(../gfx/gradient_top.gif) repeat-x;
}
/* ----------------------------------------------- */

.contact .odd {
	background: #F0EEE9;
}

.contact .even {
	background: #F7F6F4;
}

#wrapper .contact fieldset {
	border: none;
	border-top: 3px solid #FFF;
	padding: 12px 19px 19px;
	color: #615448;
	font-size: 1.1em;
}

#wrapper .contact fieldset.at_top {
	margin-top: 0;
	border: none;
}

.contact fieldset label {
	float: left;
	margin-right: 20px;
}

.contact fieldset .wide {
	width: 199px;
}

.contact fieldset select.wide {
	width: 203px;
}


.contact fieldset .narrow {
	width: 80px;
}

.contact fieldset input, .contact fieldset select, .contact fieldset textarea {
	display: block;
	margin-bottom: 5px;
}

.contact p {
	font-size: 1.1em;
	padding: 13px;
}

.contact fieldset.checkbox label {
	display:block;
	float:none;
	padding: 0 0 5px 0;
}
.contact fieldset .checkbox {
	float:left;
	width:20px;
}
.contact fieldset .checkboxinfo {
}



