/*****************************************/
/* INCLUDES */
/*****************************************/
@import url('rte.css'); /* Styles fuer RTE und content */
@import url('menu.css'); /* Menues */




body {
	font-family:Arial, Sans-Serif;
	font-size:100.1%;
	font-weight:normal;
	background-color:#ccc;
	color:#000;
}



/******************************************/
/* HEAD */
/******************************************/
div#head {
	padding-top:20px;
	text-align:center;
}
div#head img {
	border:none;
}
div#home_link {
	position:absolute;
	top:7px;
	right:20px;
	font-size:0.8em;
	font-weight:bold;
	
}
div#home_link a {
	color:#fff;
}


/******************************************/
/* CONTENT */
/******************************************/
/* linke Spalte */
div#left_content {
	color:#000;
	font-size:0.8em;
	padding:10px;
	position:relative; /* hack für IE6 */
	background-color:#fff3e3;
	border-top:2px solid #fee6c4;
	border-bottom:2px solid #fee6c4;
	margin-bottom:10px;
}

/* mittlere Spalte */
div#content {
	color:#000;
	font-size:0.8em;
	padding:20px;
	padding-bottom:50px;
}

/* rechte Spalte */
div#right_content {
	color:#000;
	font-size:0.8em;
	position:relative; /* hack für IE6 */
}

/* Linker Content */
div#left_adresse,
div#left_adresse div.left_adresse_logos {
	padding-top:20px;
	margin-top:20px;
	border-top:2px dashed #fff;
}



div#left_content div.left_boxtitle {
	border-bottom:2px solid #fff;
}


/******************************************/
/* FORMULARE */
/******************************************/
.csc-mailform {
	border:none;
	padding:0px;
}

.csc-mailform-field {
	padding-top:5px;
}

label {
	display:block;
	width:250px;
	margin-bottom:3px;
	float:left;
}

input{  	
	border: 1px #333 solid;
	width:240px;
}

input.csc-mailform-submit{
	float:none;
	margin-left:250px;
}

input.csc-mailform-check {
	border:none;
	background-color:transparent;
}

textarea{  	
	border: 1px #333 solid;
	font-family: Verdana,Arial,sans-serif;
	width:240px;
}


