/** Allgemein **/

#maincontent input {
	width: 100%;
}

/*********** Formulare ************/

form {
	padding: 0;
	margin: 0;
}

form.mailform {
	padding-left: 0px;
}

label {
	padding-right: 0.5em;
	display: block;
	font-weight: normal;
}

textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.pflichtfeld {
	font-weight: bold;
	font-size: 120%;
	color: #7E0003;
}

input.box {
	width: 80%;
	border: 1px solid #888;
}

.admin_panel {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	text-align: right;
	border-top: 2px solid Red;
	color: red;
	background-color: #ffe0e0;
}

.admin_panel .button {
	border: 2px solid red;
	color: red;
}

/***** ausgewaehlte attribute ****/
input.ezcca-maschine_leistung, input.ezcca-maschine_baujahr, input.ezcca-maschine_preisvorstellung, input.ezcca-suchannonce_anzeige_leistung {
	width: 30%;
	border: 1px solid #888;
}

.upload_img {
	background-color: #FFFFE5;
}

.upload_file {
	background-color: #F0F0F0;
}

textarea.box {
	width: 80%;
	border: 1px solid #888;
	background-color: #fff;
}

.bearbeiten_input textarea {
	background-color: #eee;
}

.spalte2 input {
	border: 1px solid #888;	
}

.agb_link {
	float: right;
}

input.halfbox {
	width: 47%;
	border: 1px solid #888;
}

textarea.halfbox {
	width: 47%;
	border: 1px solid #888;
}

optgroup {
	font-weight: bold;
	font-style: normal;
}

input.button, input.button-default {
	font-weight: normal;
	margin: 1em 1em 0px 0px;
	border: 2px solid #336699;
	color: #0F5088;
	background-color: #EEE;
}

input.btinaktiv {
	border: 1px solid #888;	
	color: #888;
}

.div_submit {
	padding-left: 30px;
}

/*******   Block    **********/

.block {
	clear: both;
	padding: 0;
	margin: 2px;
	border: 0px solid green;
}

.block .eingabelabel {
	float: left;
	display: block;
	width: 100px;
}

.block .eingabefeld {
	float: left;
}

.block input.eingabe {
	border: 1px solid #888;
	padding: 2px;
	margin: 0 6px 0 0;
	font-size: 90%;
	width: 160px;
}

.block textarea.eingabe {
	border: 1px solid #888;
	padding: 2px;
	margin: 0 6px 0 0;
	font-size: 90%;
	width: 160px;
	height: 200px;
}

.block .eingabehint {
	font-size: 80%;
	color: #888888;
}

.block .spalte1 {
	float: left;
	width: 150px;
}

.block .spalte2 {
	float: left;
	width: 350px;
}

.block .spalte3 {
	float: right;
	width: 200px;	
}

/* Block innerhalb Tab für maschine_erstellen.tpl  */

.user {
	background-color: #FFFFE5;
}

.user .block {
	background-color: #FFFFE5;
}

.user .block input {
	width: 200px;
	font-size: 85%;
	padding: 2px;
	background-color: #EEEEEE;
}

.user .block .spalte1 {
	float: left;
	width: 208px;
}

.user .block .spalte2 {
	float: left;
	width: 320px;
}

.user .block .spalte3 {
	float: right;
	width: 220px;
}

/* ----------- */

 
div.block div.element {
	padding-right: 1em;
	float: left;
}

div.element input {
	border: 1px solid #888;
}

div.buttonblock div.element {
	padding-right: 1em;
	float: left;
}

div.block div.left {
	clear: left;
	float: left;
	width: 48%;
	text-align: left;
}

div.block div.right {
	clear: right;
	float: right;
	width: 48%;
	text-align: right;
}

/********  Umbruch   **********/

div.blockbreak {
	clear: both;
	margin-bottom: 0px;
	padding: 0;
}

/********  Registrierung extra   **********/

.reg_box .block .spalte1 {
	border: 0px solid red;
	padding-left: 50px;
}



/******** Abteiler, Trenner  ********/

.top {
	width: 100%;
	margin-top: 10px;
/*	background-image: url(../images/abteilung_top.gif);
	background-repeat: no-repeat; */
	border-top: 1px solid #ccc;
}

.bottom {
	display: none;
	width: 510px;
	height: 20px;
/*	background-image: url(../images/abteilung_bottom.gif);
	background-repeat: no-repeat; */
	border-top: 1px solid #888;
}

/** Kontakt **/

.formular {
	margin: 30px 0 0 20px;
}

.formular table td {
	padding: 2px;
}

.border {
	font-size: 90%;
	border: 1px solid #3E647E;
	padding: 2px;
}

.formular textarea {
	width: 30em;
	border: 1px solid #3E647E;
	padding: 2px;	
}


.formular td.mini {
	font-size: 80%;
}

.formularauswahl {
	font-size: 100%;
	border: 1px solid #3E647E;
	padding: 4px;
	background-color: #E3E6EB;
}

.req_error {
	color:#FF0000;
}
