/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	background-color: rgb(255,255,255)
}

.tabelle {
	background-color: rgb(245,242,242);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.feldname1 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-align: left;
 	padding-left: 20px;
 	padding-right: 0px
}

.boxinhalt {
	text-align: left;
 	background-color: rgb(245,242,242);
 	padding: 10px 20px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.fieldset {
	border: 1px solid rgb(255,200,0)
}

.text {
	font-size: 12px;
 	color: rgb(51,51,51);
 	padding: 5px 5px 5px 6px
}

.eingabe {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	border: 1px solid rgb(192,192,192);
 	margin: 0px 0px 0px 5px;
 	width: 250px
}

.legend {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(51,51,51);
 	font-weight: bold
}

.nachricht {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	border: 1px solid rgb(192,192,192);
 	padding-left: 10px;
 	width: 250px;
 	overflow: hidden
}
