
#header {
	height:140px;
	width:750px;
	margin:0px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	padding:0px;
	border:0px;
	overflow:auto;
	}
	
#header_logo {
	float:left;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
	width:110px;
	height:126px;
	background-color:#FFF;
	overflow:hidden;
	}
	
#header_logo img{
	width:100px;
	height:100px;
	}
		


#header_bigpic img{
float:left;
width:600px;
height:138px;
	}
	

#header_inner, #left_navi, #content_inner, #promo_inner {
	overflow:visible; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:0px; /* creates space between the box  and the content */
	background-color:#FFF;
	overflow:auto;
	}
	
#content{
	width:auto;
	margin-left:110px;
	
	}

#content_inner { 
	margin:0px;
	padding:0; /* creates space between the box and the content */
	}
	
	
.csc-default{
	display:block;
	clear:both;
	}
.csc-textpic-clear{
	clear:both;
	width:800px;
	height:5px;
	}
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	margin-bottom:20px;
	}
	
#footer_inner {
	display:none;
	}
/*+++++++++++++++++++++++++++++++++++*/
/*Anpassung der Typo3 eigenen Styls*/

.csc-textpic{
	clear:both;
	display:block;
	width:650px;
}



/*+++++++++++++++++++++++++++++++++++*/

/*Kontaktformular*/
.csc-mailform{
border:none;
}

.csc-mailform label, .csc-mailform-label{
	color:#333;
	font: 14px Arial, Helvetica, sans-serif;
	}

.csc-mailform input, .csc-mailform select{
	color:#333;
	font: 14px Arial, Helvetica, sans-serif;
	height:25px;
	line-height:20px;
	}

.csc-mailform-field{
margin-top:20px;
}

.csc-mailform-field label{
margin:8px;
}


.csc-mailform-field input, .csc-mailform-field textarea{
display: block;
margin:5px;
padding-top:5px;
width:280px;

}

.csc-mailform-label{
	margin-left:10px;
	}	
/*Button*/
#mailformformtype_mail{
display: block;
margin:0px;
width:100px;
padding:0px;
}




/* ############################################################################################### */

* {
	margin:0;
	padding:0;
	}



body {
	font: 14px Arial, Helvetica, sans-serif; /* 1em = 16pts */
}

/*
.float_left {float:left; margin: 0 .3em .3em 0;}     
.float_right {float:right;  margin: 0 0 .3em .3em;}
*/

body {background-color:#FFF;}

#main_wrapper {background-color:#FFF;}

#header {background-color:#FFF;}



#content {background-color:#FFF;}

#footer {background-color:#FFF;}

#header_logo {background-color:#FFF;}

div#quickfinder{background-color:#FFF;}

#quickfinder input#suchbutton{background-color:#FFF;}

#quickfinder input#suchbox{background-color:#FFF;}

#break{background-color:#FFF;} /* weisser Unterbrecher */

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	} 

/* TEXT COLORS */
h1 {
	color:#666;
	}
h2, h3, h4, h5 {
	color:#666;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
	
#nav{
	display:none;
	}
a {
	color:#666;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p {
	margin:0;
	}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	} 	

/* ++++++++++++ FONT GROESSE UND ABST�NDE +++++++++++++++ */


h1 {/*font-size:1.5em;  24pt */
	font-size:23px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	}
#content_inner > h1{
	margin-top:15px;
	clear:both;
	}

h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	/*font-size:.8em;  12pt */
	font-size:13px;
	line-height:17px; /* on 15pt */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:11px; /* lists without specific classes */
		font-size:12px;
		line-height:17px;
		}
		
li{
	list-style-type:disc;
	color:#000;
	}		
		
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:0px;
		}
		

img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	/*
	border-top:1px solid #069;
	border-collapse:collapse;
	*/
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	/*
	border-bottom:2px solid #069;
	*/
	}
table td	{
	padding: .3em .5em .3em .5em;
	/*
	border-bottom:1px solid #069;
	*/
	}
	
/* +++ Anpassung +++ */

tr td.csc-uploads-icon{
	margin-right:10px;
	vertical-align:bottom;
	
}

tr td.csc-uploads-fileName{

	vertical-align:bottom;
	
}



tr td.csc-uploads-icon img{
	border: solid 1px #666;
	}

dl.csc-textpic-image {
	
	
	}
	
#content_inner div.csc-textpic{
	clear:both;
	margin-bottom:30px;
	}
#content_inner div.csc-textpic-intext-left-nowrap{

	margin-bottom:30px;
	}
	
#content_inner div.csc-textpic-imagewrap{
	margin-top:5px;
	}
	
#content_inner div.csc-textpic-intex-left-nowrap{
	clear:both;
	}


#content_inner div.csc-textpic-text + h1{
	margin-top:30px;
	}
	
div.csc-textpic-clear{
	height:10px;
	}
	
div.csc-textpic-intext-left{
	clear:both;
	}

div.csc-textpic, div.csc-textpic-intext-left-nowrap{
	page-break-inside:avoid;
	}