.bkg {
	background-position: 0px 0px;
	background-attachment: scroll;
	background-image: url(../bilder/hintergrund.jpg);
	background-repeat: repeat-x;



}
.bkgUnten {
	background-attachment: scroll;
	background-image: url(../bilder/hintergrund_unten.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;

}
.text2liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #CCCCCC;
}
.text2fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.text3fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.textblaufett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003466;
	text-decoration: none;
}
.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;

}

#navi {
	margin: 0;
	padding: 0;
	text-align:center;
	
}

#navi ul, #navi li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navi a:link, #navi a:visited {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 5px 7.3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #c5870c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#navi #akt {
	color: #0f3276;
}

#navi a:hover, #navi a:hover#akt {
	color: #0f3276;
}

a, a:hover, a:visited,a:active {font-size: 12px;  color: #013567;text-decoration: underline;}