/* tabellenbreite und farbe für rahmen der fotmulare */
.tabmain {
	width:415px;
	border:thin solid #E8EAEC; 
	border-spacing:0px;
}
/* tabellenbreite und farbe für rahmen ende  */



/* tabellentextformat text in formularen */
.tabtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 5px;
	margin-left: 2px;
}
/* tabellentextformat ende */

/* tabellenfarbe  */
.tabcontentcolor{
	background-color: #E8EAEC;
}
/* breite und farbe der textfelder links */

.tabcontentcolorleft{
	background-color: #E8EAEC;
	width:140px
}
/* tabellenfarbe  ende */


/* tabellenrahmenfarbe   */
.tabbordercolor{
	background-color: #8F9FBA;
}
/* tabellenrahmenfarbe  ende */


/* laenge, Farbe und Rahmen Eingabefelder   */
.inputlong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	background-color: #FBF4FB;
	border-left:1px solid #8A9CB3;
	border-right:1px solid #8A9CB3;
	border-top: 1px solid #8A9CB3;
	border-bottom: 1px solid #8A9CB3;
}
.inputmedium{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
	background-color: #FBF4FB;
	border-left:1px solid #8A9CB3;
	border-right:1px solid #8A9CB3;
	border-top: 1px solid #8A9CB3;
	border-bottom: 1px solid #8A9CB3;
}
.inputshort{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 60px;
	background-color: #FBF4FB;
	border-left:1px solid #8A9CB3;
	border-right:1px solid #8A9CB3;
	border-top: 1px solid #8A9CB3;
	border-bottom: 1px solid #8A9CB3;

}
.inputcheckbox{
	width: 20px;
	background-color: #FBF4FB;
	border-left:1px solid #8A9CB3;
	border-right:1px solid #8A9CB3;
	border-top: 1px solid #8A9CB3;
	border-bottom: 1px solid #8A9CB3;

}
}
.inputradiobutton{
	width: 20px;
	background-color: #FBF4FB;
	border-left:1px solid #8A9CB3;
	border-right:1px solid #8A9CB3;
	border-top: 1px solid #8A9CB3;
	border-bottom: 1px solid #8A9CB3;

}
/* laenge Eingabefelder  ende */

/* formularbutton   */
.tabbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FBF4FB;
	border-left:1px solid #8A9CB3;
	border-right:1px solid #8A9CB3;
	border-top: 1px solid #8A9CB3;
	border-bottom: 1px solid #8A9CB3;
	width: 250px;
	font-weight: 700
}

/* formularbutton  ende */






















