/* CSS Document */

/* Beschriftung der Felder */
label {
	text-align: left;				/* Links oder rechtsbündig */
	width: 70px; 					/* Breite*/
}

/* Abstand zwiscen Beschriftung und Feld */
label#labelspacer {					/* Platz zwischen Label und Inputfield */
	width: 10px;
}

/* Platz zwischen zwei nebeneinanderstehenden Inputfeldern (z.B: Plz, Ort) */
label#fieldspacer {
	width: 5px;						/* horizontaler Abstand zwischen den Feldern */
}

/* Beschriftung der checkboxen
   je nachdem, auf welcher Seite die Beschriftung angebracht ist */
label#checkbox {
	text-align: left;
}

/* Beschriftung der radiobuttond
   je nachdem, auf welcher Seite die Beschriftung angebracht ist */
label#radio {
	text-align: left;
}

/* LOHRE-Projektspezifische Styles - Übernahme von lohre.css */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
.head_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
.gelb {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none
}
.weiss:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.weiss:hover {
	text-decoration: underline;
}
.weiss:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.weiss:visited:hover {
	text-decoration: underline;
}
.naviLeft {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}