div.formularCont {
	font-size: 11px;
	margin: 12px 20px 20px 20px;
}

div.formularCont div#tab-1, div.formularCont div#tab-2 {
    padding: 12px 20px 20px;
}

div.formularCont div.left {
    float:left;
    width:150px;
    margin: 5px 0 0 0;
}

td.rechtsb {
	text-align: right;
}

/* Formulare */
input.eingabe {
	background: #fff url(../img/formulare/bg_input.gif) top left repeat-x;
	font-size: 11px;
	margin: 3px 0;
	padding: 2px 0 1px 2px;
	width: 220px;
	border: 1px solid #e2e2e2;
}

input.eingabeRadio {
	height: 15px;
	overflow: visible;
}

input.checkb{
	position: relative;
	top:-1px;
	margin-right: 6px;
}
label.checkb{
	position: relative;
	top:-2px;
}


/* Zeichnung */
select.eingabe {
	font-size: 11px !important;
	width: 224px;
	margin: 3px 0;
	padding: 2px 0 1px 2px;
	visibility: visible;
	border: 1px solid #e2e2e2;
	background: #fff url(../img/formulare/bg_input.gif) top left repeat-x;
}

textarea.eingabe {
	font-size: 11px !important;
	width: 220px;
	margin: 3px 0;
	padding: 2px 0 1px 2px;
	visibility: visible;
	border: 1px solid #e2e2e2;
	background: #fff url(../img/formulare/bg_input.gif) top left repeat-x;
}

label {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin: 13px 5px 3px 0;
}

input.button1 {
	margin-top: 2px;
}

.cssbutton {
	background: #e2e2e2 url(../img/bg_h4.gif) top left repeat-x;
	border: 1px solid #e2e2e2;
	color: #333;
	font-size: 10px !important;
	margin-left: 10px;
	margin-right: 0;
    padding: 0 4px;
    width:auto;
    overflow:visible;
}

.imgbutton {
	margin-left: 5px;
}


input.width00 { width: 25px; }
input.width01 { width: 40px; }
input.width02 { width: 60px; }
input.width02_1 {width:75px; }
input.width03 { width: 80px; }
input.width04 { width: 100px; }
input.width05 { width: 120px; }
select.width01 { width: 50px; }
select.width02 { width: 70px; }
select.width03 { width: 90px; }
select.width04 { width: 110px; }
select.width05 { width: 130px; }


.error,
.errormessage,
.warn {
	color: #b10000;
}


input.error,
select.error,
textarea.error {
	border-color: #b10000;
}
