@import url(../../main/css/main.css);

@import url(../../main/css/header.css);

@import url(../../main/css/footer.css);

@import url(../../main/css/top.css);

@import url(../../main/css/content.css);

@import url(../../main/css/left.css);



#left-menu-box {

	margin: 0;

	padding: 6px 6px 0 6px;

}



#middle-marker-box, #right-marker-box {

	margin: 6px;

	padding: 0;

}



#left-marker-box  { margin: 0 6px; padding: 0; }



#left-marker, #middle-marker, #right-marker {

	margin: 0;

	padding: 6px;

}



#left, #middle, #right, #inner-content-wrapper {

	position: relative;

	overflow: visible;

}



#inner-content-wrapper {

	float: left;

	margin: 0;

	width: 735px;

}



#left { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float: left; width: 245px; z-index: 4; top: 25px; }



#left-content { top: 0; width: 245px; }



#middle { float: right; width: 490px; z-index: 2; background: #ffffff; top: 25px; }



#middle-content { width: 490px; }



#right { float: right; width: 245px; z-index: 6; background: #ffffff; top: 25px; }



#right-content { top: 0; width: 250px; }



#header, #outer-wrapper, #footer {

	width: 980px;

}



#header-img { width: 968px; height: 250px; }



.cleaner {

	clear:both;

	height: 1px;

	font-size: 1px;

	line-height: 0px;

	display: block;

	visibility: hidden;

	border: 0; 

	padding: 0;

	margin: -1.0em 0 0 0;

	background: transparent;

}
/* Tabellen */
/* RTE / Table styling */
table caption {
	text-align: left;
	font-weight: bold;
	margin-top: 8px;
}
table, TABLE.contenttable { border: none; margin: 10px 0px 10px 0px; width: 100%; background: #dddddd;}
th, TABLE.contenttable TR TH { margin: 1px; padding: 3px; background-color: #999999; color: #ffffff}
td, TABLE.contenttable TR TD { margin: 1px; padding: 3px 40px 3px 3px; background-color: #ffffff;text-align: right;}
TABLE.contenttable TR TD P.bodytext { font-size: 100%; }

/* Formulare */

form { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; }
input , textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: solid 1px black;
	margin-bottom: 8px;
	padding: 2px;
}


/****************************************/
/* Mailformular */
/****************************************/

form#mailform {
	border: none;
	padding: 10px;
	width: 500px;
	height: auto;
}
fieldset.csc-mailform {
	border: none;
}
div.csc-mailform-field {
	width: 100%;
	height:auto;
	clear: both;

}
#mailform label {
	display: block;
	width: 200px;
	float: left;
}
#mailform input {
	width: 295px;
	float:left;
}
input#mailformname {

}
input#mailformemail {

}

#mailform textarea{
	width: 295px;
	float:left;
}
textarea#mailformnachricht {

}
select#mailformessen {
	width: 150px;
	float: right;

}
input#mailformformtype_mail {
	width: 150px;
	color: black;
}
input.csc-mailform-submit {  }


