#Header form {
	float: right;
	width: 315px;
}


#Header form input {
	float: right;
	margin-top: 4px;
	margin-right: 8px;
	font-size: 12px;
	border: 0px;
}
#Header form #mandanten_login input {
	float: right;
	width: 155px;
}
#Header form #mandanten_passwort input {
	float: right;
	width: 106px;
}
#Header form #mandanten_submit {
	float: left;
	margin: 0px;
}


form .center {
	text-align: center;
}

form.mandanten_login {
	border: 1px solid #f0f0f0;
	background: #f5f5f5;
	padding: 1em;
	padding-bottom: 0px;
	margin-top: -20px;
}
form.mandanten_login * {
	margin-bottom: 5px;
}
form.mandanten_login p {
	margin-left: 110px;
	margin-top: 1.5em;
}
form.mandanten_login label {
	float: left;
	clear: left;
	font-weight: bold;
	width: 100px;
	text-align: right;
	padding-right: 1em;
}
form.mandanten_login input {
	float: left;
	width: 200px;
	margin-right: 1em;
}
form.mandanten_login input.submit {
	width: auto;
}




#Content form {
	background: #f0f0f0;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #ccc;
}

#Content form legend {
	color: #f35906;
	font-weight: normal;
	padding: 5px;
	font-size: 120%;
}

#Content form fieldset {
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	padding: 0.75em;
	padding-bottom: 0.5em;
}

#Content form fieldset label,
#Content form fieldset input,
#Content form fieldset select {
	float: left;
	margin-left: 5px;
	margin-bottom: 0.5em;
}
#Content form fieldset label {
	clear: left;
	width: 100px;
	font-weight: bold;
	padding-top: 2px;
}
#Content form fieldset input {
	width: 300px;
}

#Content form div.formitem div.end {
	clear: both;
}


input.round_input_250,
input.round_input_250 {
	width: 233px;
	height: 22px;
	background: url(/gfx/LAYOUT/items/round_input_250.png);
	border: 0px;
	padding-left: 5px;
	padding-right: 7px;
}

#Content form .error label {
}
#Content form .error textarea,
#Content form .error input {
	background: #ffdddd;
}


#Content .right_small form {
	background: none;
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#Content .right_small label,
#Content .right_small input,
#Content .right_small select {
	
}
#Content .right_small label {
	font-weight: bold;
}



#Content form.plain {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#Content form.plain fieldset {
	background: #ececec;
}
#Content form.plain legend {
}

