/* CSS Document */


#center {
    float:left;
	position:relative;
	padding-left:18px;
	_padding-top:10px;
	width:730px;
	background-image:url(../images/kegelhintergrund.png);
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:scroll;
	min-height:400px;
	_height:400px;
}
* html #center {
    float:left;
	position:relative;
	padding-left:18px;
	_padding-top:10px;
	width:730px;
	background-image:url(../images/kegelhintergrund.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:scroll;
	min-height:400px;
	_height:400px;
}
.text {
width:500px;
padding-bottom:20px;
font-weight:500;
}
.string{
width:700px;
height:24px;
font-weight:500;
font-size:12px;
}
.sub_string1{
float:left;
width:350px;
}
.sub_string2{
float:right;
width:350px;
}
.titel{
font-size:14px;
font-weight:bold;
padding-bottom:5px;
}
a {
text-decoration:none;
}
a:hover {
color:#9a9ca8;
}

form {	
	padding: 10px;
	width: 500px;
	border-color:#0343A5;
	border-style:solid;
	border-width:thin;
}
input {
	border: none;
	background-color:#cfd3df;
	margin: 5px;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
}
textarea {
	border: none;
	background-color:#cfd3df;
	margin: 5px;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
}	
.submit, .reset, .file { background-color:#cfd3df;
   background-color:#0343A5;
   color:#9a9ca8;
   font-weight:800;
 }
.beschriftung { 
	width: 80px; float:left; clear: left;
	padding-top:7px;
}
.beschriftung_breit { 
	width: 120px; float:left; clear: left;
	padding-top:7px;
}
.beschriftunginnen { 
	line-height: 200% 
}
input:focus, input:hover { 
	background-color: #ffffff;
}	
textarea:focus, textarea:hover { 
	background-color: #ffffff;
}
_textarea:focus, _textarea:hover { 
	background-color: #FDE7CF;	