@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#313131;
	}
html { 
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #e7e8df; 
	SCROLLBAR-ARROW-COLOR: #313131; 
	SCROLLBAR-TRACK-COLOR: #e0e1d3; 
	SCROLLBAR-DARKSHADOW-COLOR: #dcdcdc; 
} 	

/*____________________________________________________________________________*/
/*Standard Navigation*/

a:link{
text-decoration: none;
color: #313131;
}
a:visited {
text-decoration: none;
color: #313131;
}
a:aktive{
color: #ff0000;
}
a:hover{
color: #8dae30;
}

.std_nav{
float:left;
padding: 0px 5px 0px 0px;
}
.std_nav_cont{
height:20px; 
padding: 5px 0px 0px 15px; 
}


/*____________________________________________________________________________*/



/* HP Navigation */
ul#navigation{
font-size:12px;
text-align:left;
list-style-type:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:225px;
}
ul#navigation li{
border-bottom:solid 1px #ffffff;
}
ul#navigation li a{
text-indent:10px;
color:#313131;
text-decoration:none;
background-color:#e7e8df;
display:block;
padding:0.4em;
}
ul#navigation li a:hover{
color:#7c99a6;
background-color:#f2f2ed;
}
ul#navigation li a:aktiv{
color:#7c99a6;
background-color:#f2f2ed;
}


/*____________________________________________________________________________*/

/*Inhalt*/
.inhalt_cont{
/*border-right:#666666 dotted 1px;*/
padding:10px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.bodytext {
padding:0px 30px 0px 0px;
margin:0px 0px 0px 0px;

}
.h2{
font-weight:bold;
}


.back{
float:right;
bottom:100px;
}

/*____________________________________________________________________________*/
/*Inhalt Rechts*/
.kontakt{
padding:10px 0px 0px 15px;

}


/*____________________________________________________________________________*/
/*Formular*/




#kontaktform .csc-form-label-req {
	color:#313131;
/*	font-weight:bold;
*/}

#kontaktform input, #kontaktform textarea {
	width: 200px;
	border: 1px solid #999999;
	line-height: 13px;
	font-size: 10px;
}
#kontaktform .csc-form-fieldcell-radio input {
	width: 20px;
	border: 0px;
}
#kontaktform .csc-form-fieldcell-radio {
	border: 0px solid #999999;
	width: 20px;
	height: 10px;
	line-height: 10px;
}
#kontaktform .csc-form-fieldcell-box {
	border: 0px solid #999999;
	width: 20px;
	height: 13px;
	margin: 5px 0px 0px 0px;
}
#kontaktform .csc-form-fieldcell-short {
	width: 30px;
}
.csc-form-fieldcell-select {
	width: 80px;
	border: 0px solid #999999;
	line-height: 15px;
	font-size: 9px; 
}
#kontaktform .csc-form-fieldcell-long input,
#kontaktform .csc-form-fieldcell-long textarea {
	width: 420px;
}
#kontaktform .csc-form-fieldcell-submit input {
		border:1px solid #c8cad6;
		width: 120px;
		margin-top: 20px;
		background-color:#8dae30;
		color: #ffffff;

	}
