/* text für subnavigation auf der exklusiv seite */
/* sollte auchh 20 pixel hoch sein */
.sub_navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:  normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
 	margin: 0; 
 	padding: 0.3em 0.5em 0.3em;  /*  3 Angaben: oben, rechts + links, unten */
}
a.sub_navi:link, .sub_navi:visited {
	text-decoration: none;
}

a.sub_navi:hover {
	text-decoration: underline;

}

a.sub_navi:active {
	text-decoration: underline;	
}

.selec, .selec:link, .selec:visited, .selec:hover, .selec:active {
	font-size: 1em;
	font-style:  normal;
	font-weight: bold;
	position: relative;
	border: 0px solid #000;
	padding: 0em 0.5em 0.3em; 

	/* color: #ffff80;*/
		/* color: #003258;*/
	/*	color: #DA2128; */

	color:  #DA2128;
	background-color: #FFF;
}
