/* bei subnavi und subnavi02 jeweils font-weight und backgroudn-color ausgetauscht*/

.subnavi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0px;
	font-weight: normal;
	color: #1B92CA;
	padding: 2px;
	line-height: 14px;
	background-color: #F2FAFE;
}
div.subnavi a:link {
	border: 0px none;
}
div.subnavi a:visited {
	border: 0px none;
}


.subnavi02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0px;
	font-weight: bold;
	color: #FFFFFF;  /* alte Farbe: #1B92CA */
	padding: 2px;
	line-height: 14px;
	margin-top: 5px;
	background-color: #1E9FDD; /* alte Farbe: #E2F0F6 */
}
div.subnavi02 a:link {
	border: 0px none; /* ab hier: NEU */
	color: #FFFFFF; 
	text-decoration: none;
}
div.subnavi02 a:visited {
	border: 0px none; /* ab hier: NEU */
	color: #FFFFFF; 
	text-decoration: none;
}

/* NEU  NEU  NEU*/

div.subnavi02 a:hover {
	border: 0px none;
	color: #E2F0F6; 
	text-decoration: none;
}
