/*******************************************************************
 * MENU - Das Hauptmenü ERGÄNZUNGEN
 *******************************************************************/

#top #menu li a {
	/*font-family: Arial;
	font-size: 11px;*/
	color: #bdd1da;
	/*text-decoration:none;*/
	
	/*display:block;
	width:180px;
	height:22px;
	
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 0px 15px;*/
}

#top #menu #order_no a{
	color: #929292;
	/*color: #fff;*/
}


/* Die Farbunterschiedlichkeiten des MenÃ¼s */
#top #menu .bg_5 { background-color:#3f3f3f !important; color: #fff;}
#top #menu .bg_26 { background-color:#7f7f7f !important; color: #fff;}
#top #menu .bg_24 { background-color:#575757 !important; color: #fff;}
#top #menu .bg_23 { background-color:#959595 !important; color: #fff;}
#top #menu .bg_25 { background-color:#8c8c8c !important; color: #fff;}

#top #menu .bg_5 a { background-color:#262626; color: #fff;}
#top #menu .bg_26 a { background-color:#3c3c3c; color: #fff;}
#top #menu .bg_24 a { background-color:#575757; color: #fff;}
#top #menu .bg_23 a { background-color:#727272; color: #fff; }
#top #menu .bg_25 a { background-color:#8c8c8c; color: #fff;}

#top #menu .bg_5 a:hover { background-color:#707070; color: #fff;}
#top #menu .bg_26 a:hover { background-color:#7f7f7f; color: #fff;}
#top #menu .bg_24 a:hover { background-color:#929292; color: #fff;}
#top #menu .bg_23 a:hover { background-color:#959595; color: #fff;}
#top #menu .bg_25 a:hover { background-color:#bcbcbc; color: #fff;}

/* Der letzt Punkt */
/*#top #menu .bg_no { height:auto; }*/
#top #menu .bg_no a { /*color:#6a8bb1;*/
		color: #fff;
	 }

#top #menu .current a {
/*	color:#bdd1e7;*/
	color: #fff;
}

/*******************************************************************
 * SUB MENU ERGÄNZUNGEN 
 *******************************************************************/

#top #menu .has_childs #submenu li a {
/*	padding: 0px 0px 0px 29px;	
	height:12px;
	font-size:10px;*/
	/*color:#b1c9e3;*/
	color: #fff;
	/*line-height: 12px;
	background-color:transparent;*/
}

#top #menu .has_childs #submenu .subcurrent a:hover, #top #menu .has_childs #submenu li a:hover {
	color:#FFFFFF;
}

/* Die Farbunterschiedlichkeiten des MenÃ¼s */
/* Hintergrundbild fÃ¼r einen HauptmenÃ¼punkt mit Childs */
/*#top #menu .has_childs { 
	background-position:bottom !important;
	background-repeat:no-repeat !important;
}*/

#top #menu .child_5 { background:url(../images/bk_menu_bg_0.jpg); }
#top #menu .child_26 { background:url(../images/bk_menu_bg_1.jpg); }
#top #menu .child_24 { background:url(../images/bk_menu_bg_2.jpg); }
#top #menu .child_23 { background:url(../images/bk_menu_bg_3.jpg); }
#top #menu .child_25 { background:url(../images/bk_menu_bg_4.jpg); }


#top #menu .child_5 #submenu .subcurrent a { color:#2169aa; background:url(../images/bk_menu_0_arrow.gif); }
#top #menu .child_26 #submenu .subcurrent a { color:#477dbc; background:url(../images/bk_menu_1_arrow.gif); }
#top #menu .child_24 #submenu .subcurrent a { color:#103d72; background:url(../images/bk_menu_2_arrow.gif); }
#top #menu .child_23 #submenu .subcurrent a { color:#184478; background:url(../images/bk_menu_3_arrow.gif); }
#top #menu .child_25 #submenu .subcurrent a { color:#204a7d; background:url(../images/bk_menu_4_arrow.gif); }

/*******************************************************************
 * FOOTER ( News | Impressum | Sitemap ...
 *******************************************************************/
#footer {
/*	margin-left:70px;
	float: left;
	width:678px;
	height:30px;*/
	background-color:#d2d2d2;
	
	/*border-width:0px 1px 1px 1px;
	border-style:solid;*/
	border-color:#dfdfdf;
}

#footer #footer_links , #footer #footer_links a {
	color:#5f5f5f;
/*	text-decoration:none;*/
}

#footer #footer_links a:hover {
	/*text-decoration:underline;*/
	color:#FFFFFF;
}

/* Einstellungen fÃ¼r die Sprachwahl */

/* style the links hover */
#footer .menu :hover{
	color:#5f5f5f;
	_background:#cacaca;
}



#footer #navmenu-h li ul li.color {
	background-color: #d1d1d1;
	border:1px solid #d1d1d1;
}

#footer #navmenu-h li ul li.color a {
	color:#5f5f5f;
}




#bottom #bottom_left {
	float: left;
	/*position: absolute;
	left:0px;
	
	width:30px;
	height:250px;*/
	
	background:url(../images/bk_bottom_bg_left.jpg);
}


body {
	background:url(../images/bk_bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position:0px 424px;
	
	margin:0px;
	padding:0px;
}


#top {
	/*width:100%;
	height:520px;
	*/
	
	background: url(../images/bk_top_bg.gif);
	background-repeat:repeat-y;
	
	background-color:#cacaca;
}

#logo #logo_inner {
	/*z-index:43;
	position: absolute;
	left:20px;
	top:0px;
	width:240px;
	height:115px;*/
	background-color:#fff;
}


.subbox {
	width:680px;
	height:30px;
	background: url(../images/bk_top_bg.gif);
	background-repeat:repeat-y;
	
	background-color:#cacaca;
	
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#dfdfdf;
	
	position: absolute;
	top: 0px;
	left: 301px;
}

