#sub_nav {
	height: 22px;
	width: 540px;
}

#sub_nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sub_nav li{
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#sub_nav a:link, #sub_nav a:visited{
	height: 17px;
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-style: normal;
	line-height: 17px;
	clear: left;
	float: left;
}


#sub_nav a:hover, #sub_nav_active, #sub_nav_active a:link, #sub_nav_active a:visited{
	line-height: 18px;
	height: 22px;
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#links_sub_nav a:link, #links_sub_nav a:visited, #links_sub_nav a:hover, #links_sub_nav a:active, #links_sub_nav_active
#links_sub_nav_active a:link, #links_sub_nav_active a:visited{
	width: 89px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	
}
#links_sub_nav_active, #links_sub_nav_active a:link, #links_sub_nav_active a:visited{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	line-height: 18px;
	height: 22px;
	width: 89px;
	color: #000;	
}
#rechts_sub_nav a:link, #rechts_sub_nav a:visited, #rechts_sub_nav a:hover, #rechts_sub_nav a:active{
	width: 89px;
	border-right-width: 0px;
}
#rechts_sub_nav_active, #rechts_sub_nav_active a:link, #rechts_sub_nav_active a:visited, #rechts_sub_nav_active a:hover{
	width: 89px;
	height: 22px;
	border-right-width: 0px;
	color: #000;
}



#sub_nav_magenta li{
	background-color: #C30083;
}
#sub_nav_orange li{
	background-color: #E66b00;
}
#sub_nav_blau li{
	background-color: #0968A7;
}
#sub_nav_gruen li{
	background-color: #78B438;
}
#sub_nav_gelb li{
	background-color: #E1B325;
}
