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

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

textarea, input, select, button, .button {
	font-family: "Courier New", Verdana, Arial, Helvetica, san-serif;
    font-size: 13px;
    padding: 1px;
    margin: 2px;
    height: 15px;
    border: 1px solid #808298;
}

input {
}
select {
	 padding: 0px;
	 height: 20px;
}
textarea {
}
textarea.errorfield, input.errorfield {
		border: 1px solid #f48215;
}

button, #submit, .button {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	vertical-align: top;
	height: 22px;
	background: #d8d9df;
}

#inhalt #submit {
	margin-left: 10em;
}

.hint, .errors li {
	color: #aa2222;
}

#inhalt .errors li {
	font-size: 12px;
	line-height: 1.2em;
	background-image: none;
	padding-left: 10em;
}

/**---------------------------------------------------------------------------
 Startseite
---------------------------------------------------------------------------*/

#login label {
	width: 35px;
}

#login textarea, #login input, #login select, #login button {
	font-size: 11px;
    height: 14px;
	width: 95px;
}

#login button {
	background: url(../layout/btn_login.jpg) no-repeat;
	border: 0;
	width: 26px;
	height: 19px;
}

/**---------------------------------------------------------------------------
 Sammelkarte
---------------------------------------------------------------------------*/

#sammelkarte dt .specialloesung {
	width: 335px;
	font-weight: bold;
}

#sammelkarte dd .specialloesung {
	width: 100px;
}