/* CSS Document */
/*
	CSS Datei Template Stollhammer Wisch
	Programmierung: eVision Internetservice Ltd., Brake
*/


HTML, BODY {
	background: url('template/bg_verlauf.png') #68903c repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	}

img ,a {
	border: none;
	padding: 0;
	margin: 0 auto;
	}

#kiebitz {
	z-index: 100;
	position: absolute;
	left: -480px;
	margin-left: 50%;
	top: 10px;
	}
	

#main_window {
	position: absolute;
	margin-left: 50%;
	left: -430px;
	width: 860px;
	border: 1px solid #666666;
	top: 105px;
	background-color: #ffffff;
	}



.header {
	background: url(template/header.png) no-repeat #ffffff;
	
	height: 172px;
	
	}

.header_links {
	position: absolute;
	
	right: 30px;
	
	padding-right: 0px;
	padding-top: 6px;
	color: #6f903c;
	font-weight: bold;
	}

.header_links a{
	text-decoration: none;
	padding-left: 30px;
	color: #405d13;
	}

.header_links a:hover{
	color: #666666;
	}

.content_cell {
	margin-left: 2px; 
	margin-right: 2px; 
	border: 1px solid #666666; 
	border-top: none; 
	padding-left: 3px; 
	padding-right: 3px; 
	background: #FFFFFF;
	}

.menu {
	z-index: 50;
	position: absolute;
	left: -400px;
	top: 106px;
	margin-left: 50%;
	width: 212px;
	padding-left: 12px;
	padding-top: 14px;
	background: url(template/menu_bg.png) repeat-y;
	}

.menu a{
	color: #666666;
	text-decoration: none;
	}
	
.menu a:hover{
	text-decoration: underline;
	}
	
.menu a:current {
	padding-left: 4px;
	}
	





.content {
	background:url(template/content_verlauf.png) repeat-x;
	background-color: #ffffff;
	float: none;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 262px;
	padding-top: 23px;	
	margin-bottom: 10px;
	
	letter-spacing: 1px;
	}

.content h1{
	border-bottom: 1px solid #333333;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 120%;
	}

.content h2{
	border-bottom: 1px dotted #333333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 100%;
	}
	
	
.footer {
	font-size: 10px;
	color: #666666;
	}

.footer a{
	text-decoration: none;
	color: #666666;
	}

.footer a:hover {
	text-decoration: none; 
	color: #333333;
	}	

	

/* MALFORMULAR DESIGN */

.csc-form-label, csc-form-labelcell {
 color:#333333;
 font-family: Arial;
 font-size: 11px;}

.csc-searchResultInfo {
 color:#333333;
 font-family: Arial;
 font-size: 11px;}



.csc-mailform {
border:0px solid #5d8298;
}

.csc-mailform-field {
display:block;

width: 440px;
border: 0px solid #666666;
}

.csc-mailform-submit {
display:block;
background: #02244d;
width: 130px;
color: #ffffff;
border: 0px solid #4e7f9a;
margin-top: 13px;
margin-left: 128px;
cursor: pointer;
}

.csc-mailform label {
display:block;
width:120px;
float:left;
text-align:right;
padding:0;
padding-right: 8px;
}



.csc-mailform input,.csc-mailform textarea,.csc-mailform select {

color:#333333;
background-color: #ffffff;
border:1px solid #666666;
width:280px;
padding:2;
font-size: 8pt;

}
