/* -----------------------------------------------------------------------------
   menue.css 2009-03-10 10:00:00 Z mz $
   Achilles Cascading Style Sheets | © 2009 by Achilles
   http://www.achilles-werbung.de
------------------------------------------------------------------------------*/

/* --- ACHILLES WERBUNG MainMenue --- */

#ac_mainmenue {
    background: #59656a url('../images/menue/achilles_werbung_menue_background.jpg') top left no-repeat;
	height: 44px;
	width: 980px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
}

#ac_mainmenue ul {
	padding: 0;
	margin: 0;
	display: inline;
	color: #e9e9ea;
}

#ac_mainmenue ul li {
	padding: 0;
	margin: 0;
	display: inline;
	color: #e9e9ea;
	list-style-type: none;
	font-size: 1.4em;
	text-transform: uppercase;
}

#ac_mainmenue ul li a.normal {
    background: transparent url('../images/menue/achilles_werbung_menue_border.gif') left no-repeat;
	padding: 13px 16px 14px 15px;
	color: #e9e9ea;
	text-decoration: none;
	line-height: 42px;
	text-transform: uppercase;
}

#ac_mainmenue ul li a:hover.normal {
	background: #9d0000 url('../images/menue/achilles_werbung_menue_hover.jpg') top center no-repeat;
	padding: 13px 16px 14px 15px;
	color: #e9e9ea;
	text-decoration: none;
	line-height: 18px;
	text-transform: uppercase;
}

#ac_mainmenue ul li a.special {
	background: transparent;
	padding: 13px 16px 13px 20px;
	color: #e9e9ea;
	text-decoration: none;
	line-height: 42px;
	text-transform: uppercase;
}

#ac_mainmenue ul li a:hover.special {
	background: #9d0000 url('../images/menue/achilles_werbung_menue_hover_start.jpg') top left no-repeat;
	padding: 13px 16px 15px 20px;
	color: #e9e9ea;
	text-decoration: none;
	line-height: 18px;
	text-transform: uppercase;
}

/* --- ACHILLES WERBUNG Header SubMenue --- */

#ac_header_subnavi {
    background: transparent;
    height: 22px;
    float: right;
    padding: 10px 0 0 0;
    margin: 0 20px 0 0;
    display: inline;
}

#ac_header_subnavi ul {
    margin: 0;
    padding: 0 0 0 0;
    display: inline;
    color: #fff;
}

#ac_header_subnavi ul li {
    margin: 0;
    display: inline;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}

li.border {
    border-right: 1px solid white;
    padding: 0 6px 0 6px;
}

li.noborder {
    padding: 0 6px 0 6px;
}

#ac_header_subnavi ul li a {
	text-decoration: none;
    color: #fff;
}

#ac_header_subnavi ul li a:hover {
	text-decoration: underline;
    color: #fff;
}

/* --- ACHILLES WERBUNG Footer SubMenue --- */

#ac_footer_subnavi ul {
    margin: 0;
    padding: 0 0 0 0;
    display: inline;
    color: #fff;
}

#ac_footer_subnavi ul li {
    margin: 0;
    display: inline;
    color: #fff;
    font-size: 1.0em;
}

#ac_footer_subnavi ul li a {
	text-decoration: none;
    color: #fff;
}

#ac_footer_subnavi ul li a:hover {
	text-decoration: underline;
    color: #fff;
}

/* --- ACHILLES WERBUNG Categories --- */

#ac_categories {
	width: 180px;
}

#ac_categories ul {
	background: transparent;
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
}

#ac_categories ul li {
	/*background: transparent url('../images/menue/achilles_werbung_menue_categorie.gif') top left no-repeat;*/
	padding: 0;
	margin: 0;
	width: 170px;
	display: block;
	list-style-type: none;
}

#ac_categories ul li a {
	background: transparent url('../images/menue/achilles_werbung_menue_categorie.gif') top left no-repeat;
	width: 170px;
	padding: 0px 0px 2px 10px;
 	line-height: 22px;
 	display: block;
	text-decoration: none;
	color: #d30706;
	font-size: 1.1em;
	font-weight: bold;
}

/*#ac_categories ul li a:active {
	background: transparent url('../images/menue/achilles_werbung_menue_categorie_active.gif') top left no-repeat;
}*/

#ac_categories ul li a:hover {
	text-decoration: none;
	color: #d30706;
}

#ac_categories ul li ul {
	padding: 0;
	margin: 0 0 0 16px;
}

#ac_categories ul li ul li {
    background: transparent;
	padding: 0;
	display: block;
	list-style-type: none;
}

#ac_categories ul li ul li a {
    background: #8d8d8d;
	margin: 0;
	width: 148px;
	padding: 0 0 0 6px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	font-size: 1em;
	border-bottom: 1px solid #cdcdcd;
}

#ac_categories ul li ul li a.active {
    background: #7b7b7b;
	color: #fff;
}

#ac_categories ul li ul li a:hover {
	background: #7b7b7b;
	color: #fff;
}

#ac_categories ul li ul li ul {
	padding: 0;
	margin: 0 0 0 0px;
}

#ac_categories ul li ul li ul li a {
    background: #ababab;
	margin: 0;
	width: 144px;
	padding: 0 0 0 10px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	font-size: 1em;
	border-bottom: 1px solid #e7e7e7;
}


