/* headerbild */
.headerbild{
	height:209px;
	background:url(../images/layout/bg_slideshow_unterseite.png) no-repeat;
}


/* Main & Right */
.main{
	min-height:100px;
	float:left;
	font-size:14px;
	line-height:18px;
}

.right{
	float:right;
	margin-top:19px;
	margin-bottom:19px;
}

.right .gallerie td{
	padding:5px;
	padding-bottom:0px;
	background:#ddaf41;
}
.right .gallerie td.col_0{
	padding-right:0px;
}
.right .gallerie tr.row_last td{
	padding-bottom:5px;
}

.right .gallerie td div{
	background:#000;
}



/* Kontaktformular */
.ce_form td{
	padding:5px;
	vertical-align:midle;
}

.ce_form td.col_0{
	padding-right:20px;
}

.ce_form label.mandatory{
	font-weight:bold;
}

.ce_form p.error{
	margin:0px;
	font-size:10px;
	color:#ff0000;
}

.ce_form input.text,
.ce_form select,
.ce_form textarea{
	width:300px;
	border:1px solid #404041;
	padding:5px;
	font-family: 'MyriadWebRegular', verdana;
}
.ce_form select{
	width:312px;
}

.ce_form select:hover,
.ce_form select:focus,
.ce_form input.text:hover,
.ce_form input.text:focus,
.ce_form textarea:hover,
.ce_form textarea:focus{
	border-color:#ddaf41;
}

.ce_form input.submit,
.ce_form input.button{
	padding:5px;
	font-weight:bold;
	border:1px solid #404041;
	cursor:pointer;
}
.ce_form input.submit:hover,
.ce_form input.button:hover{
	background:#ddaf41;
}