/**
* Projekt: Webkrebse
* Typ:     Stylesheet Formulare
*
* @author webkrebse.com
* @version 1.1
*/

#inhalt form ol li {
	list-style-type: none;	
	list-style-image: none;
	background: none;
	padding-left: 0px;
	margin-left: 0px;
}

fieldset {
	border: none;
       margin-bottom: 1em;
}

legend {
       color: #354262;
	font-weight: bold;
}

.cform label {
	float:left;
	height: 11px;
	padding-right: 0.5em;
	width: 8em;
}

#li-3-1 label,
#li-3-2 label,
#li-3-3 label,
#li-4-1 label,
#li-4-2 label,
#li-4-3 label {
	width: 12em;
}

/* Wegen der Passwortgeschützten Bereiche */

textarea, input, select {
    padding: 1px;
    margin: 2px;
    height: 20px;
    border: 1px solid #c1ac67;
}

.cform textarea, .cform input, .cform select {
    padding: 1px;
    margin: 2px;
    height: 15px;
    border: 1px solid #c1ac67;
}

input {
	
}
select {
	 padding: 0px;
	 height: 20px;
}
.single {
	width: 23em;
}
.cform textarea {
	height: 5em;
}
.cform .sendbutton {
	vertical-align: top;
	height: 22px;
       margin-left: 10em;
	margin-top: -2em;
}

.seite_802 .cform .sendbutton,
.seite_805 .cform .sendbutton {
      margin-left: 14.5em;
}

.cf_failure,
.cf_info {
	font-weight: bold;
	color: #d85100;
	margin-bottom: 1em;
}

.linklove {
	display: none;
}
