.tablebg1 {
	background: #FFFFFF; 
	filter: Alpha(Opacity = 30); 
	-moz-opacity: 0.30;
	opacity: 0.30;	
}

.tablebg2 {
	background: #FFFFFF; 
	filter: Alpha(Opacity = 80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.navi_1 {
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	color: #31533E;
	font-weight: bold;
	text-decoration:none;
}

.navi_2 {
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	color: #5F3A1B;
	font-weight: bold;
	text-decoration:none;
}

.text {
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #5F3A1B;
	font-weight:normal;
	line-height:150%;
}

a, a:link, {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold; 
	color: #31533E;			/*grün*/
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #5F3A1B;			/*braun*/
	text-decoration:none;
}

