#metamenu ul {
	margin-left: -8px;
}

#metamenu ul li {
	display: inline;
	padding: 0px 10px;
	border-right: 1px solid #999999;
	height: 14px;
}
#metamenu ul li.last {
	border: none;
}

#metamenu ul li a {
	color: #999999;
	font-size:12px;
	line-height: 20px;
/*	letter-spacing: 5;*/
	text-decoration:none;
}
#metamenu ul li.cur a {
	color: #e53610 !important;
}

#linemenu {
	height: 23px;
}
#linemenu ul {
	height: 23px;
}

#linemenu ul li {
	display: inline;
	width: 215px;	
	height: 23px;

}
#linemenu ul li a {
	height: 23px;
	background: transparent url(../images/linemenu_a.png) no-repeat top right;
	display: block;
	float: left;
	margin-right: 2px;
	padding-right: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#linemenu ul li a span {
	background: transparent url(../images/linemenu_span.png) no-repeat;
	display: block;
	line-height: 23px;
	padding: 0px 15px 0px 20px;
}
/*anfang */
#linemenu ul li a:hover {
        background: transparent url(../images/linemenu_a_hover_Kopie.png) no-repeat top right;
        color: #666666;
	border-bottom: 1px solid #ffffff;
}
#linemenu ul li a:hover span {
        background: transparent url(../images/linemenu_span_hover_Kopie.png) no-repeat;
}
/*ende */

#linemenu ul li.cur a {
        background: transparent url(../images/linemenu_a_active.png) no-repeat top right;
        color: #ffffff;
}
#linemenu ul li.cur a span {
        background: transparent url(../images/linemenu_span_active.png) no-repeat;
}
#linemenu ul li.act a {
        background: transparent url(../images/linemenu_a_active.png) no-repeat top right;
        color: #ffffff;
}
#linemenu ul li.act a span {
        background: transparent url(../images/linemenu_span_active.png) no-repeat;
}


#mainmenu ul {
	list-style:none;
	padding-top: 10px;
}
#mainmenu ul li {
	padding: 0px 0px 10px;
}
#mainmenu ul li a {
	font-size: 16px;
/*	letter-spacing: 5;*/
	line-height: 24px;
	color: #999999;
	text-decoration: none;
}

#mainmenu ul li.sep {
	background: url(../images/menu_sep.png) no-repeat top right;
	width: 225px;
	height: 3px;
	position: relative;
	left: -28px;
}

#mainmenu ul ul{
	padding-left: 20px;
}
#mainmenu ul ul li{
	list-style-image:url(../images/menu_item.png);
}
#mainmenu ul ul li a {
	font-size: 14px;
/*	letter-spacing: 5;*/
	line-height: 18px;
	color: #666666;
	padding: 5px 0px;
	text-decoration: none;
}
#mainmenu ul ul li.cur{
	list-style-image:url(../images/menu_item_act.png);
}
#mainmenu ul ul li.cur a {
	color: #e53610 !important;
}
#mainmenu li a:hover {
	color: #e53610;
}

#rootline {
	color: #999999;
}
#rootline a {
	color: #999999;
	text-decoration: none;
}
#rootline span {
	padding-right: 3px;
	color: #999999;
}


#footermenu {
	text-align: center;
	font-size:14px;
/*	letter-spacing:10;*/
	line-height:20px;
	color: #ffffff;
	height: 100px;
}
#footer_1 {
	width: 240px;
	height: 100px;
	background: url(../images/footer_sep.png) no-repeat center right;
	float: left;	
}
#footer_2 {		
	height: 100px;
	width: 200px;
	background: url(../images/footer_sep.png) no-repeat center right;
	float: left;
}
#footer_3 {
	height: 100px;	
	width: 280px;
	background: url(../images/footer_sep.png) no-repeat center right;
	float: left;
}
#footer_4 {
	height: 100px;	
	width: 240px;
	float: left;
}
#footermenu ul {
	list-style-type: none;
	text-align: left;
	padding-left: 70px;
	padding-top: 20px;
}
#footermenu ul li a {
	color: #ffffff;
	text-decoration: none;
}
