/* diese css-Angaben gelen f&uuml;r die ganze website*/

div, p, table {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}


.navioben  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}

.navioben a  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

.navioben a:hover  {
	color : #FFFFFF;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}

/* .navioben a:active {color:#FFFFFF; text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold}*/
.sprache  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}

.sprache a  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

.sprache a:hover  {
	color : #000000;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}

.untermenu  {
	color : #FFFFFF;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}

.untermenu a  {
	color : White;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}

.untermenu a:hover  {
	color : #FFCC33;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}

.untermenuaktiv a  {
	color : #FFCC33;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}

.home a  {
	font-weight : normal;
	font-style : normal;
	color : #ffcc33;
; text-decoration: none
}

.home a:hover  {
	font-weight : bold;
	font-style : normal;
	color : #ffcc33;
; text-decoration: none
}

#personalsuche p, ul {
	font-size : 115%;
	font-weight : normal;
	margin : 0px;
}
#personalsuche h2 {
	font-size : 160%;
	font-weight : bold;
	text-transform: uppercase;
	padding-top : 20px;
	margin-bottom : 10px;
	border-top: 1px solid;
	border-top-color: #999999;
}

#personalsuche p {
	text-align: justify;
	margin-top : 5px;
	margin-bottom : 5px;
}

#personalsuche ul li {
	list-style-type: square;
	margin-left: 20px;
}

#personalsuche ul li.pre {
	font-weight : bold;
	list-style-type: none;
	margin-left: 0px;
	margin-top : 4px;
}


