body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, sans-serif; }

.arial_10_grau {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
}
.arial_10_grau_fett {
	font-style: normal;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333333;
}

.arial_11_grau {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
}
.arial_11_grau_fett {
	font-style: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333333;
}

.arial_11_weiss_fett {
	font-style: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px;
}

.arial_12_grau {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
}
.arial_12_grau_fett {
	font-style: normal;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333333;
}
.arial_16_blau_fett {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #12579C;
}

.arial_14_blau_fett {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #12579C;
}

.linkfarbe {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #12579C;
	text-decoration: none;
}
/* Mustereingaben fuer Einzuege usw. */
#navigation a {
	font:12px Arial, Helvetica, sans-serif;
	color: #750204;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:6px 6px 6px 25px;
	}
	
#navigation a:hover {
	color:#C27221;
	font-weight:bold;
	background: url("../visuell/lilie_f_navi.jpg") 3px 50% no-repeat;
	padding:10px;
	border-bottom: 1px solid #FF9900;
	line-height:30px;
	letter-spacing:.5em;
	}