/*Konfiguration des oberen Menus*/
#top_menu {
	float: left;
	font-size: 11px;

	padding-left: 230px;
}

#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#top_menu a {
	float:left;
	background:url("../images/topmenu_bg_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#top_menu a span {
	float: left;
	display: block;
	background: url("../images/topmenu_bg_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #333333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_menu a span {
	float: none;
}
/* End IE5-Mac hack */

#top_menu a:hover span {
	color: black;
}

#top_menu a:hover {
	background-position: 0% -42px;
}

#top_menu a:hover span {
	background-position: 100% -42px;
}

/*Konfiguration des linken Menus*/
/*EBENE 1 normaler Zustand*/
div.leftmenu_link a {	
	background-image: url(../images/leftmenu_main.jpg);
	margin-top: 2px;
	margin-bottom: 2px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 193px;
	line-height: 20px;
	border-left: solid 1px black;
	text-align: left;
	padding-left: 5px;
}

/*EBENE 1 aktivierter Zustand*/
div.leftmenu_link_active a {
	background-image: url(../images/leftmenu_main.jpg);
	margin-top: 2px;
	margin-bottom: 2px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 193px;
	line-height: 20px;
	border-left: solid 1px black;
	text-align: left;
	padding-left: 5px;
}

/*EBENE 2 normaler Zustand*/
div.leftmenu_link_sub a {
	background-color: #f5f4f4;
	color: black;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	display: table-cell;
	width: 193px;
	height: 20px;
	line-height: 18px;
	border-left: solid 1px black;
	border-bottom: solid 1px #d5d5d5;
	text-align: left;
	padding-left: 5px;
}

/*EBENE 2 aktivierter Zustand*/
div.leftmenu_link_sub_active a {
	background-color: #e4e3e3;
	color: black;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: table-cell;
	width: 193px;
	height: 20px;
	line-height: 18px;
	border-left: solid 1px black;
	border-bottom: solid 1px #d5d5d5;
	text-align: left;
	padding-left: 5px;
}

/*EBENE 3 normaler Zustand*/
div.leftmenu_link_sub2 a {
	background-color: #eaf2fd;
	color: black;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	display: table-cell;
	width: 183px;
	height: 20px;
	line-height: 18px;
	border-left: solid 1px black;
	border-bottom: solid 1px #d5d5d5;
	text-align: left;
	padding-left: 15px;
}

/*EBENE 3 aktivierter Zustand*/
div.leftmenu_link_sub2_active a {
	background-color: #d2e4fc;
	color: black;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: table-cell;
	width: 183px;
	height: 20px;
	line-height: 18px;
	border-left: solid 1px black;
	border-bottom: solid 1px #d5d5d5;
	text-align: left;
	padding-left: 15px;
}