@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(layout_FILES/header.png);
	width: 955px; 
	height: 195px; 
	position: relative;
	text-align: left;
	float: left;
}

/* Navigation */


ul {
	padding-top:0px;
	margin-top:0px;
	}
	
.reiter, .reiter_act  {
	background:transparent url(layout_FILES/navi_links.gif) no-repeat scroll left top;
	cursor:pointer;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0px 0 0 !important;
	padding:0 0 0 10px !important;
}

.reiter:hover, .reiter a:hover {
	color:yellow;
}

.reiter_act  {
	background:transparent url(layout_FILES/navi_links_active.gif) no-repeat scroll left top;
}

.reiter a, .reiter_act a {
	background:transparent url(layout_FILES/navi_rechts.gif) no-repeat scroll right top;
	color:#fff;
	display:block;
	float:left;
	font-family:arial;
	font-size:10pt;
	font-weight:700;
	height:18px;
	line-height:18px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:2px 10px 0 0;
	text-decoration:none;
}

.reiter_act a {
background:transparent url(layout_FILES/navi_rechts_active.gif) no-repeat scroll right top;
color: #007771;
}


#navi_top {
	height: 19px;
	position:absolute;
	bottom:0px;
	right:50px;
}



body {
	background-image: url(layout_FILES/background_verlauf.jpg);
	background-repeat:repeat-x;
	background-color: #CACBCD;
	margin:10px;
  	text-align: center;
}

#all {	margin: 0px auto;
  	padding: 0px;
	width: 955px;	
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


h1 {	font-size: 14px;
	font-weight: bold; 
	color: #007771;
	margin-top:40px;
}

h2 {	font-size: 14px; 
	color: #007771;
	font-weight: normal;
	padding-top: 0px;
}

h3 {	font-size: 12px; 
	color: #007771;
	font-weight: normal;
}




#impressum {
	position: absolute; 
	top: 5px; 
	left: 840px;
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 11px;
}

.impressum_link a {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none; 
}

.impressum_link a:hover {
	color: yellow;
}


#impressum a {
	background-image: none; 
}
#content {
	width: 955px; 
	height: 100%; 
        background-image: url(layout_FILES/background.png); 
	}

#content_text {
	width: 520px;
	height: auto;
	padding-left: 70px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #666666;
	float: left;
}

#img_rechts {
	height: auto; 
	width: 320px; 
	padding-top: 70px; 
	padding-right: 9px;
	float: right; 
	color: #666666;
	font-size: 10px; 
}



#img_rechts h1, h2, h3 {
	font-size: 12px; 
	padding-right: 20px; 
}

#img_rechts p {
	padding-right: 20px;
}



#footer {
	background-image: url(layout_FILES/footer.png); 
	width: 955px; 
	height: 61px; 
	clear: both; 
}

#content a:link, #content a:visited {
 	font-weight:bold; 
	color: #444444; 
	text-decoration:none; 
	}

#content a:hover { 
	font-weight:bold; 
	color:#007771; 
	text-decoration:none; }



.csc-mailform   { 
	border:none; 
	}
	
.csc-mailform-field {
	margin-bottom:8px; 
	display:block; }
	
	
.csc-mailform-field label { 
	width: 150px; 
	float:left; 
	display:block; 
	text-align:left; }
	
.csc-mailform-field input {  
	font-weight:bold;}
	
.csc-mailform-field textarea { 
	font-weight:bold;
	display: block;}
	
.csc-mailform-field select {
	font-weight:bold;}
	
/** Checkbox etwas von links einrücken **/
.csc-mailform-check { 
	#margin-left:20px; }
	

	
/** Beschriftungsfeld  **/
.csc-mailform-label { 
	margin-bottom:20px }
	
/** Absendebutton   **/
.csc-mailform-submit {
	margin: 0px 0px 10px 0px;}
	
.csc-mailform h2 { 
	margin-left: -20px;
}


/** Bilder **/

.csc-textpic-caption {
	
	font-size:0.8em;
	display: block; 
}


#overlay{
	z-index: 90;
	width: 100%;
	padding-bottom: 1px; 
	}
	
#bottomNavClose {
	background-image:url(layout_FILES/lightbox_schliessen.png);
	background-repeat: no-repeat; 
}



html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

