@charset "utf-8";
/* CSS Document */
html{ 
	margin:0; 
	padding:0; 
	width:100%;
	text-align:left; 
	overflow: -moz-scrollbars-vertical;
} 

body {
	font-family:  Verdana, Helvetica, Tahoma, Arial, sans-serif;
	width:100%;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin:0;
	padding:0;
	text-align:center;
	background: #fff url(../images/bgr_body.gif) repeat-y center top;
}

a {
	color: #000;
	font-family:  Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:underline;
	font-size:12px;
	outline: none;
	/*
	font-weight:bold;
	*/
}
a:hover {
	color: #ffc617;
	text-decoration:underline;
}


a.fat {
	font-weight:bold;
	text-decoration: none;
}

img {
	border:0;
}
a img {
	border-width: 0px;
	border-color: #06477a;
	
}
p {
	font-size:12px;
	margin:0 0 10px 0;
}

.bodytext {
	font-size:12px;
}

sub, sup {
	line-height:1px;
}

input[type=submit] {
	line-height:14px;
}

.csc-header {
	height:25px;	
	width:890px;
	position:relative;
	top:0;
	left:-30px;
	margin:0 0 30px 0;
}

h1 {
	
	font-family: verdana;
	font-size: 24px;
	margin:0;
	padding:0;
	margin-bottom:20px;
	padding:0 0 0 30px;
	color: #ff0202;
}

.csc-firstHeader {
	padding:0 0 0 30px;
}

.csc-textpic-text h1 {
	padding-left:0;
	
}

td, div, p.bodytext {
	color: #000;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin:0;
	text-decoration: none;
	
}
.site_wrapper 
{
	margin:0 auto;
	text-align: center;
	width:994px;
	height: 100%;
	background: #fff7d6;
}
.site_wrapper_close {
	margin:-30px auto;
	padding:0;
	text-align: center;
	width:922px;
	height:52px;
	border:0px solid purple;
}
.site {
	width: 992px;
	margin:0 auto;
	padding:0 0 0 0;
	/*min-height:700px;
	height:auto !important;
	height:700px;*/
	border:0px solid orange;
}
.header_wrapper {
	position: relative;
	background:url(../images/header.jpg) no-repeat left top;
	width: 993px;
	height: 149px;
	margin: 0 0 1px 0;
	padding: 0;
}

.home_link {
	position:absolute;
	width: 227px;
	height: 104px;
	z-index:999;
	left: 0px;
	top: 40px;
}
.mainnavi_wrapper {
	width:993px;
	height: 40px;
	background: #e70408;
}
.mainnavi {
	
}

.subnavi_wrapper {
	
}
.subnavi {
	
}
.content_wrapper {
	width:890px;
	margin:0 13px 0 13px;
	padding:0;
}
.content_main {
	padding:30px;
	margin:0;
	text-align:left;
}


.content_main p.bodytext {
	padding:0px;
	margin:0 0 10px 0;
	
}
.footer_wrapper 
{
	padding:0;
	margin: 0 auto;
}
.footer_top_navi
{
	width:914px;
	padding:0px 0 0 0;
	margin: 0 auto;
	height:20px;
}
.footer_navi {
	border-top: dashed 1px #fc9c9c;
	width:914px;
	padding:0px 0 0 0;
	margin: 0 auto;
	height:20px;
}


/* clearfix - content text-bild umbruch */

.subnavi_wrapper:after,
.subnavi:after,
.content_main:after,
.csc-textpic:after,
.csc-mailform-field:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}



/**** csc mailform *******/

#mailform {
	border:none;
	border-width:0;
}

/* fieldset */
.csc-mailform {
	border:none;
}

.csc-mailform-field input[type=text],
.csc-mailform-field textarea {
	width:200px;
	border:1px solid #06477A;
	margin-bottom:5px;
}

.csc-mailform-field label {
	float:left;
	width:150px;
}
#mailformFrau {
	border:none;
	margin:0;
	padding:0;
}

#mailformFrau legend {
	position:absolute;
	left:-999em;
	visibility:hidden;
}

.csc-mailform-radio {
	margin:0;
	padding:0;

}

.csc-mailform-radio input[type=radio] {
	float:left;
	height:10px;
	margin-top:0;
	padding-top:0;
	position:relative;
	top:-12px;
	padding-right:6px;
}

.csc-mailform-radio label {
	float:left;
	width:60px;
	height: 20px;
	margin-top:0;
	padding-top:0;
	position:relative;
	top:-12px;
	padding-left:6px;
}
.csc-mailform-radio fieldset input[type=radio].csc-mailform-radio
{
	border: solid 1px fuchsia;
	margin-top: 5px;
	
}
.csc-mailform-submit#mailformformtype_mail {
	margin-top:10px;
}
/* table */
table.contenttable td{
	padding: 5px;
	font-size: 11px;
}
table.contenttable td p,table.contenttable th p{
	margin: 0px !important;
	padding: 0px !important;
}
table.contenttable tr.tr-even td{
}
/****************** contact-formular *****************/
.csc-mailform-field input[type=text], .csc-mailform-field textarea
{
	width: 250px;
	border: solid 1px #e80000;
}
.csc-mailform-field textarea
{
	height: 90px;
}
fieldset
{
	border: none;
}
fieldset fieldset legend { display: none; }

.csc-mailform-field select#mailformOnderwerp
{
	margin-bottom: 7px;
}