@charset "UTF-8";
/* CSS Document */
#menu {
	width: 135px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}

#menu a {
	display: block;
	width: 135px;
	height: 23px;
}

#menu a:link, #menu a:visited {
	color: #03574D;
	text-decoration: none;
}

/* Farbe für 2. Level Unternativation */
#menu ul ul a:link, #menu ul ul a:visited {
	color: #808080;
	text-decoration: none;
}

#menu ul a:hover {
	background-repeat: no-repeat;
	color: #03574D;
	font-weight: bold;
	text-decoration: none;
}

/* Second level trees */
#menu ul ul {
	font-size: 8pt;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5x;
	color: #A0A0A4;
}


/* Trees of third level and below */
#menu ul ul ul {
	font-size: 8pt;
	color: #808080;
}


#statisch {
	background-image: url(menu_bg_farbe.png);
}
#Webyep_menu {
}


/* Second level trees */
#Webyep_menu ul ul {
	font-size: 8pt;
	background-image: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #808080;
}


/* The actual link of the currently selected item */
#menu li.WebYepMenuCurrentItem a:link, #menu li.WebYepMenuCurrentItem a:visited, #menu li.WebYepMenuCurrentItem a:active {
	text-decoration: none;
	color: #03574D;
	font-weight: bold;
}


/* Third level trees */

#Webyep_menu ul ul ul li {
	font-size: 8pt;
	background-image: url(bullet_high.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	color: #A0A0A4;
	background-position: 5px 8px;
	background-repeat: no-repeat;
}


