.alles
{
	position: absolute;
	border-style: none;	
	
	margin-left: -500px;
	left: 50%;	
	width: 1000px;

}


.oben {
	width: 560px;
	height: 192px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;

	
}

.unten {
	width: 1000px;
	position: absolute;

	
}


.navigation {
	width: 150px;
	left: 120px;
	top: 19px;
	position: relative;

}





.main
{

	width:570px;
	left: 300px;
	top: 1px;
	position: absolute;
}





/* ab hier kommen die def für den Inhalt */

body {
	font-family: Arial, Helvetica, Geneva; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-size:12px;
	
	background-image: url('images/bgweiss2.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #339933;		
	
}
	
		

h1 {
	color: #339933;
	font-family: Arial, Helvetica, Geneva;
	font-size: 20px;
	padding-top: 15px;

}




.bodytext {
color:#000000;
font-family: Arial, Helvetica, Geneva; 
font-size:12px;
font-weight:normal;
margin:0px;
margin-bottom:14px;
}



/* Legende */


.csc-textpic-caption {
color:#339933;
font-family: Arial, Helvetica, Geneva; 
font-size:10px;
font-weight:normal;
font-style:italic;
margin:0px;
margin-bottom:14px;
margin-top:5px;
}

/* Contact Form */
.csc-mailform { border: none; }
csc-mailform input,  .csc-mailform textarea { padding: 3px; }
.csc-mailform-field label { width: 100px; display:block; float: left; font-size:11px;  }
.csc-mailform-field { padding-bottom: 10px; }



