.ganzkleineschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.kleineschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.normaleschrift {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.ueberschrift {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DA251C;
	border-right-color: #DA251C;
	border-bottom-color: #DA251C;
	border-left-color: #DA251C;
	padding: 3px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.button:hover {
	background-color: #DA251C;
	color: #FFFFFF;
}

.ubutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	padding: 3px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.ubutton:hover {
	background-color: #C1C1C1;
	color: #000000;
}


.suchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: DBDBDB;
	font-weight: bold;
	cursor: hand;
	border: 1px none #B5D7FC;
	background-image: url(grafik/screendesign/lupe.gif);
	background-color: DBDBDB;
	height: 16px;
	width: 16px;
}
.trennlinie {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0033;
	border-right-color: #FF0033;
	border-bottom-color: #FF0033;
	border-left-color: #FF0033;
}
.rahmen {
	border: 3px solid #DA251C;
	margin: 10px;
}
.untermenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #336600;
	width: 100px;
	height: 35px;
	text-align: center;
	white-space: normal;
	background-position: center;

}

.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #6699FF;
	text-align: left;
	white-space: normal;
	background-position: center;
	line-height: 15px;
	border: thin solid #FFFFFF;
}
