/* ** 
** 
** 
** 
** ** the special style sheet for the ZLB portal page
   this file overloads a few styles from zlb.css
*/

/* inactive subnav */
.subnavi, .subnavi2, a.subnavi:hover, a.subnavi:active,
.subsubnavi, .subsubnavi2, a.subsubnavi:hover, a.subsubnavi:active {
	color:#000;
	font:bold 10pt Verdana,Arial,Helvetica,sans-serif,Tahoma;
	text-decoration:none;
}

/* 2ndlevel subnav */
.subsubnavi {
line-height:13pt;
font-weight:normal;
}
.subsubnavi2, a.subsubnavi:hover, a.subsubnavi:active {
color:#c00;
line-height:13pt;
font-weight:normal;
}

/* aktuelles button */
.aktuell {
	font:bold 10pt Verdana,Arial,Helvetica,sans-serif,Tahoma;
	border-right:3px solid #c00;
	border-left:3px solid #c00;
}
.aktuell {
	color:#fff;
	background-color:#c00;
	border-top:1px solid #c00;
	border-bottom:1px solid #c00;
}
input.aktuell:hover {
	color:#000;
}

