/* Formular */

.formdiv{
	background-color:#fcfcf7;
	padding-left:12px;
	padding-right:10px;
}

.td-seite-form h1{
	padding-left:12px;
}

.formListbox{
	width:255px;
	border:1px solid #999999;
	padding-left:0px;
}

.formTextbox{
	width:247px;
	border:1px solid #999999;
}

.formTextboxMittel{
	width:186px;
}
.formTextboxKlein{
	width:50px;
}

.formTextboxKlein2{
	width:30px;
}

.zelleNummer{
	text-align:right;
	text-indent:0px;
	padding-right:30px;
	width:217px;	
}

input, textarea {
	border:1px solid #999999;
	padding-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.formTextarea{
	width:250px;
	border:1px solid #999999;
	padding-left:0px;
}

.form_bereich td{ /* Zeilen im Formular */
	height:28px;
	vertical-align:middle;
}

input.zelleNummer:disabled{
	color:#999999;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
}

.form_tab_1 {
	background-image:url(../images/hint-form-tab1.gif);
	background-repeat:repeat-x;
	margin-left:-12px;
	margin-right:-10px;
	height:26px;
	font-weight:bold;
	text-indent:15px;
	line-height:26px;
}

.linie_tab_1 {
	background-image:url(../images/form-tab-strich1.gif);
	background-repeat:repeat-x;
	margin-left:-12px;
	margin-right:-10px;
	height:1px;
	line-height:1px;
	padding:0;
	margin-top:0;
	margin-bottom:-1px;
	font-size:1px;
}

.form_tab_unten {
	background-image:url(../images/hint-form-tab-unten1.gif);
	background-repeat:repeat-x;
	margin-left:-12px;
	margin-right:-10px;
	height:38px;
	font-weight:bold;
	text-indent:15px;
	line-height:38px;
	color:#999999;
}

.form_tab_schatten_unten{
	background-image:url(../images/hint-form-tab-unten2.gif);
	background-repeat:repeat-x;
	margin-left:-12px;
	margin-right:-10px;
	height:10px;
	text-indent:15px;
	line-height:10px;
}

.form_tab_caption_checked{
	text-decoration:none;
	cursor:pointer;
	color:#999999;
}

.form_tab_caption_checked img{
	margin-left:-10px;
	margin-right:10px;
}

.rahmen-fehler{
	position:relative;
}
.info-fehler{
	position:static;
	left:5px;
	top:10px;
	width:228px;
	height:29px;
	background:url(../images/hint-form-errorbox.gif);
	background-repeat:no-repeat;
	color:#990000;
	border:none;
	vertical-align:middle;
	padding-top:4px;
	padding-left:5px;
	overflow:hidden;
	font-size:12px;
}

.info-fehler2{
	position:static;
	left:5px;
	top:10px;
	width:228px;
	height:46px;
	background:url(../images/hint-form-errorbox2.gif);
	background-repeat:no-repeat;
	color:#990000;
	border:none;
	vertical-align:middle;
	padding-top:4px;
	padding-left:5px;
	overflow:hidden;
	font-size:12px;
}

.info-fehler3{
	height:29px;
	background:url(../images/hint-form-errorbox3.gif);
}