#topnavigation {
	height: 40px;
	background-image: url(../images/topnavigation/bg_topnavigation.png);
}

#topnavigation table {
	width: 100%;
	height: 33px;
}

#topnavigation td {
	white-space: nowrap;
}

#topnavigation td a {
	display: block;
	padding: 8px 18px 14px;
	height: 11px;
	text-align: center;
  border: none!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

* html #topnavigation td a {
	padding: 8px 15px 14px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

#topnavigation td.top_first a#topanchor {
	background-image: url(../images/topnavigation/topnavi_left_out.gif);
}

#topnavigation td.top_first a#topanchor:hover {
	background-image: url(../images/topnavigation/topnavi_left_current.gif);
}

#topnavigation td.top_first a#topanchor.current, #topnavigation td.top_first a#topanchor.current:hover {
	background-image: url(../images/topnavigation/topnavi_left_current.gif);
}

* html #topnavigation td a#topanchor {
	font-weight: bold;
}

#topnavigation td.top_middle a#topanchor {
	background-image: url(../images/topnavigation/topnavi_middle_out.gif);
}

#topnavigation td.top_middle a#topanchor:hover {
	background-image: url(../images/topnavigation/topnavi_middle_current.gif);
}

#topnavigation td.top_middle a#topanchor.current, #topnavigation td.top_middle a#topanchor.current:hover {
	background-image: url(../images/topnavigation/topnavi_middle_current.gif);
}

#topnavigation td.top_last a#topanchor {
	background-image: url(../images/topnavigation/topnavi_right_out.gif);
	background-position: top right;
}

#topnavigation td.top_last a#topanchor:hover {
	background-image: url(../images/topnavigation/topnavi_right_current.gif);
}

#topnavigation td.top_last a#topanchor.current, #topnavigation td.top_last a#topanchor.current:hover {
	background-image: url(../images/topnavigation/topnavi_right_current.gif);
}

#topnavigation td a#topanchor.withsub {
	background-image: url(../images/topnavigation/topnavi_arrow_out_pp.gif);
	background-position: right;
}

#topnavigation td a#topanchor.withsub:hover, #topnavigation td a#topanchor.withsub:active {
	background-image: url(../images/topnavigation/topnavi_arrow_current_pp.gif);
}

#topnavigation td a#topanchor.withsub_active {
	background-image: url(../images/topnavigation/topnavi_arrow_current_pp.gif);
	background-position: top right;
}


/* ### Subnavigation Anfang ### */

#topnavigation div.subdiv {
	position: absolute;
	margin-left: -1px;
	display: none;
	background-image: url(../images/topnavigation/topsub_middle.gif);
	background-position: right;
	border-left: 1px solid #C0BEBE;
	z-index: 100000;
}

#topnavigation td:hover div.subdiv {
	display: block;
}

#topnavigation div.sub-top {
	width: 100%;
	height: 6px;
	background-image: url(../images/topnavigation/topsub_top.gif);
	background-position: top right;
}

#topnavigation div.sub-bottom {
	width: 100%;
	height: 6px;
	background-image: url(../images/topnavigation/topsub_bottom.gif);
	background-position: bottom right;
}
 
#topnavigation div.subdiv ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnavigation div.subdiv ul li#second {
	margin-right: 1px;
}

#topnavigation ul li#second a {
	display: block;
	padding: 3px 12px 3px 18px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E6672;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/topnavigation/subli0.gif);
	background-position: left;
}

* html #topnavigation ul li#second a {
	padding: 4px 12px 4px 18px;
	height: 16px;
}

#topnavigation ul li#second a:hover {
	background-image: url(../images/topnavigation/subli1.gif);
}

#topnavigation ul li#second.current a {
	background-image: url(../images/topnavigation/subli1.gif);
}

/* ### Subnavigation Ende ### */
