/* ALLGEMEINES */

div#menu_frame {
	position:absolute;
	padding:0px;
	margin:auto;
	left:20px;
	top:0px;
	width:137px;

	text-align: left;
	background-image: url(../images/menu_background.gif);
	background-repeat: repeat-y;
}

div#menu_frame div#logo{
	position:relative;
	margin:0px;
	top:20px;
	left: 6px;
	width:124px;
	height:124px;
	border:1px solid white;
}

div#menu_frame div#menu{
	margin:0px;
	width:142px;
	text-align: left;
	clear: both;
}

div#menu_frame div#fadeout{
	position:relative;
	top: 30px;

	height: 209px;
	width: 137px;
	
	border:none;
	
	background-image: url(../images/fader_background.gif);
	background-repeat: repeat-y;
}

/* MENU */

div#menu_frame div.ebene1 a:link,
div#menu_frame div.ebene1 a:visited,
div#menu_frame div.ebene1 a:active  {
	display: block;
	height: 20px;
	line-height:20px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	padding-right: 25px;
	border: none;
	text-align:right;
	vertical-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #816F52;

	background-image: url(../images/menu_e1_no.gif);
	background-repeat: repeat;
	background-position: right;
}

div#menu_frame div.ebene1 a:hover,
div#menu_frame div.ebene1 a.current {
	background-image: url(../images/menu_e1_ro.gif);
}

div#menu_frame div.ebene2 a:link,
div#menu_frame div.ebene2 a:visited,
div#menu_frame div.ebene2 a:active {
	display: block;
	text-decoration: none;
	height: 17px;
	line-height:17px;
	margin:0px;
	padding:0px;
	padding-left: 25px;
	border: none;
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #816F52;

	background-image: url(../images/menu_e2_cur.gif);
	background-repeat: repeat;
	background-position: right;
}

div#menu_frame div.ebene2 a:hover,
div#menu_frame div.ebene2 a.current {
	font-size: 11px;
	background-image: url(../images/menu_e2_ro.gif);
	background-repeat: repeat;
	text-align: left;
	margin:0px;
	padding:0px;
	padding-left: 25px;
	border: none;
}

div#menu_frame div.ebene3 a:link,
div#menu_frame div.ebene3 a:visited,
div#menu_frame div.ebene3 a:active {
	display: block;
	height: 17px;
	line-height:17px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	padding-left: 25px;
	border: none;
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #816F52;

	background-image: url(../images/menu_e3_no.gif);
	background-repeat: repeat;
	background-position: right;
}

div#menu_frame div.ebene3 a:hover,
div#menu_frame div.ebene3 a.current {
	background-image: url(../images/menu_e3_ro.gif);
	text-align: left;
	margin:0px;
	padding:0px;
	padding-left: 25px;
	border: none;
}