/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 16px;
 	color: rgb(128,128,128);
 	background-repeat: no-repeat;
 	background-position: top left
}

.Eingabefelder {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	line-height: 20px;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 5px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 250px
}

.Feldname {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 16px;
 	color: rgb(128,128,128);
 	font-weight: bold;
 	text-align: right;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Dropdownkurz {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	line-height: 20px;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 5px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 100
}

.Nachricht {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	border: 2px solid rgb(128,128,128);
 	width: 500;
 	overflow: hidden
}

.fieldset {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(128,128,128);
 	font-weight: bold;
 	border: 2px solid rgb(128,128,128);
 	margin: 10px 20px 10px 10px;
 	padding: 15px
}

.Wünsche {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,255);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 250;
 	overflow: hidden
}

.legend {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(128,128,128)
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 16px;
 	background-position: top
}

.button {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(128,128,128);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(0,0,0);
 	border: 2px outset rgb(128,128,128);
 	padding-top: 2px;
 	padding-bottom: 2px
}
