#content a {
	color: #000000;
	border: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: none;
}

#content a:link {
	text-decoration: none;
	font-size: 11px;
}
#content a:visited {
	text-decoration: none;
	font-size: 11px;
}
#content a:active {
	text-decoration: none;
	font-size: 11px;
}
#content a:hover {
	text-decoration: underline;
	font-size: 11px;
}

#menu{
	width: 146px;
	margin-top: 0px;
	background: url("./images/menu_bottom.jpg") no-repeat bottom;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 11px;
	font-weight: none;
}

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

#menu ul li {
    /*border-bottom: 1px solid #fff;*/
    line-height: 21px;
}

#menu ul li a {
    background-image: url("./images/button_normal.jpg");
    background-repeat: no-repeat;
    padding-left: 18px;
    color: #000000;
    text-decoration: none;
    text-align: right;
    padding-right: 30px;
    display: block;
}

#menu .menu-current, #menu .menu_default {
    background-image: url("./images/button_normal.jpg");
    background-repeat: no-repeat;
}

#menu ul li a:hover {
    color: #E82313;
    padding-left: 18px;
    text-decoration: none;
    background-image: url("./images/button_hover.jpg");
    background-repeat: no-repeat;
}

#menu ul li.menu-current a {
   color: #000000;
}

#menu ul li..menu_default a {
   color: #000000;
}

#menu ul li.menu-current ul li a {
   background-image: url("./images/button_normal.jpg");
}

#menu ul li..menu_default ul li a {
   background-image: url("./images/button_normal.jpg");
}

#menu ul li ul li.menu-current a {
   color: #000000;
}

#menu ul ul {
    background-color: #ccc;
    list-style-type: none;
}

#menu ul ul li {
    /*border-top: 1px solid #fff;*/
    border-bottom: 0px;
}

#menu ul ul li a {
    padding-right: 40px;
    line-height: 19px;
    font-size: 9px;
    color: #333;
    
}

#menu ul ul li a:hover {
    padding-left: 27px;
} 

#menu_2{
	overflow: hidden;
	width: 90px;
	margin-top: 0px;
	background: url("./images/menu_bottom_3.jpg") no-repeat bottom left;
	padding-bottom: 3px;
}

#navlist_r li {
	height: 63px;
	display: inline;
	padding: 0;
	margin: 0;
	border:0;	
	/* for IE5 and IE6 */
}
#navlist_r {
	width: 90px;
	/* to display the list horizontaly */
	padding: 0;
	margin: 0;
	border:0;
}
#navlist_r a {
	/* extend the sensible area to the maximum with IE5 */
	height: 39px;
	display: block;
	background-image:url("./images/button_2_normal.jpg");
	background-repeat: no-repeat;
	/*border-bottom: 1px #000 solid;*/
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 24px;
	padding-left: 13px;
	margin: 0;
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}

* html #navlist_r a { height: 63px; } /* IE 5.0 und IE 5.5 */
* html #navlist_r a { hei\ght: 39px; } /* ausschließlich IE 5.0 */

#navlist_r a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}
#navlist_r a:hover { 
	background-image:url("./images/button_2_hover.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}

#title_orte{
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	border-left: 1px solid #000000;
	width: 90px;
	height: 16px;
	background-image:url("./images/standort_bg.jpg");
	background-repeat: no-repeat;
}
