/* Hauptnavigation */
table.baround{
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	border-right: 5px solid white;
	border-left: 5px solid white;
	width:881px;
}

table.navtable{
	width:105;
}


td.abovenav{
	height:22px;
	border-bottom: 2px solid white;
	background:#FDB813;
}

td.abovenavact{
	height:22px;
	border-bottom: 2px solid white;
	background-color:#D40000;
}

div.navborders{
	border-right:5px solid white;
}

td.navpoint{
	text-align:center;
	font-weight:bold;
	width:105;
	height:37;
	background-image:url(navback.gif);
}


/* Subnavigation */
td.subnav-box{
	border-left: 	1px solid #A6ABAD;
	border-right: 	1px solid #A6ABAD;

	border-bottom: 	1px solid #A6ABAD;
		
}
div.subnavheader{
	position:			relative;
	height:				30px;
	background-image:	url(subnav_header.gif);
}

div.subnavheader-text{
	padding-top:		5px;
	padding-left:		15px;
	font-size:		   	11px;
	font-weight:    	bold;
	color:				white;
}
div.subnav-spacer{
	height:				5px;
}

td.subnav-point-back{
	height:				26px;
	background-image:	url(subnav_point_back.gif);
}

td.subnav-point-back-act{
	height:				26px;
	background-image:	url(subnav_point_back_act.gif);
}

div.subnav-point{
	padding-left:		15px;
}

a.subnav-point-text{
	font-weight:    	bold;
	font-family:		Verdana;
	font-size:		   	9px;
	color:				#525252;
}

a.subnav-point-text-act{
	font-weight:    	bold;
	font-family:		Verdana;
	font-size:		   	9px;
	color:				white;
}


/* DRITTE  EBENE  IS DEFINED IN ie.css and ff.css*/


