/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Tabelle.Ueberschrift {
	font-family: "MS Sans Serif",  sans-serif;
 	font-size: medium;
 	text-transform: none;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	clear: none;
 	background-color: rgb(231,231,231)
}

.FormularEingabefeld {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	text-align: left;
 	clear: none;
 	background-color: rgb(231,231,231);
 	border: 1px solid rgb(128,128,128);
 	padding-top: 2px
}

.Tabelle.Zellenwerte {
	font-family: "MS Sans Serif",  sans-serif;
 	font-size: small;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	border: 1px dashed rgb(0,0,0)
}

.Bildunterschrift {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 9px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Sendebutton {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	text-align: center;
 	background-color: rgb(192,192,192);
 	border: 2px solid rgb(0,0,0);
 	padding: 2px
}

.Tabelle.technischeDaten {
	font-family: "MS Sans Serif",  sans-serif;
 	font-size: medium;
 	font-weight: bold;
 	text-align: center;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Formularbezeichnung {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	vertical-align: baseline;
 	text-align: left;
 	background-color: rgb(255,255,255);
 	padding-top: 2px;
 	border-top: 1px dashed rgb(128,128,128)
}

.Kopfüberschrift {
	text-align: center;
 	background-color: rgb(231,231,231);
 	border: 0px none rgb(0,0,0);
 	padding: 10px
}

.InfoTextblock {
	font-family: "MS Sans Serif",  sans-serif;
 	font-size: small;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	background-color: rgb(231,231,231);
 	border: 1px none rgb(0,0,0);
 	padding: 5px
}

.StartseiteWillkommen {
	font-family: "MS Sans Serif",  sans-serif;
 	font-size: large;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(192,192,192);
 	border: 1px none rgb(0,0,0);
 	padding: 5px
}