/*#############################################################
Name: menue.css 
Version: 0.3alpha (Vorversion)
Datum: 16-10-2007 1040 Uhr
Beschreibung: Bairle.de
Anzeige: Menü
Author: Marco Krauß, Jochen Brenner
#############################################################*/

/* Start Main-navigation */
#box_mainNav {
float: left;
width: 206px;
display:none;
}
#mainNav_topimage {
width: 206px;
height:28px;
background: transparent url('../images/topbar.gif') left top no-repeat;
}

#mainNav_bottomimage {
width: 206px;
height:28px;
background: transparent url('../images/mainnav_footer.gif') left top no-repeat;
}


.mainNav ul, .subNav ul {
margin: 0; 
padding: 0;
list-style: none;
}

.mainNav li{
border-bottom: 0px solid #696755;
background: transparent url('../images/mainNavList-bg.gif') left top no-repeat;
}

.mainNav li a {
background: transparent;	
color: #3d3c3e;
display: block;
padding: 4px 0 4px 12px;
width: 194px;
text-decoration: none;
font-weight:bold;
}

.mainNav li a:hover {
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #3d3c3e;
}

/* Active Farben */

/* Active ROT */
li.mainActive_rot{
background: transparent url('../images/mainNavList-rot.gif') left top no-repeat;
color: #c60a16;
}

li.mainActive_rot a{
background: transparent url('../images/mainNavList-rot.gif') left top no-repeat;
color: #c60a16;
}

li.mainActive_rot a:hover{
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #3d3c3e;
}

/* ENDE Active ROT */

/* Active CYAN */
li.mainActive_cyan{
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #049fd8;
}

li.mainActive_cyan a{
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #049fd8;
}

li.mainActive_cyan a:hover{
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Active CYAN */

/* Active GRUEN */
li.mainActive_gruen{
background: transparent url('../images/mainNavList-gruen.gif') left top no-repeat;
color: #529313;
}

li.mainActive_gruen a{
background: transparent url('../images/mainNavList-gruen.gif') left top no-repeat;
color: #529313;
}

li.mainActive_gruen a:hover{
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Active GRUEN*/

/* Active ORANGE */
li.mainActive_orange{
background: transparent url('../images/mainNavList-orange.gif') left top no-repeat;
color: #e96b00;
}

li.mainActive_orange a{
background: transparent url('../images/mainNavList-orange.gif') left top no-repeat;
color: #e96b00;
}

li.mainActive_orange a:hover{
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Active ORANGE*/

/* Active GELB */
li.mainActive_gelb{
background: transparent url('../images/mainNavList-gelb.gif') left top no-repeat;
color: #c1a005;
}

li.mainActive_gelb a{
background: transparent url('../images/mainNavList-gelb.gif') left top no-repeat;
color: #c1a005;
}

li.mainActive_gelb a:hover{
background: transparent url('../images/mainNavList-cyan.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Active GELB*/

/* Subnav Farben */

/* Subnav ROT */
ul.subNav li.subActive_rot a{
background: #ececec url('../images/subNavList-bg.gif') left top no-repeat;
color: #c60a16;
}

ul.subNav li.subActive_rot a:hover{
background: #f4f4f4 url('../images/subNavList-bg.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Subnav ROT */

/* Subnav CYAN */
ul.subNav li.subActive_cyan a{
background: #ececec url('../images/subNavList-bg.gif') left top no-repeat;
color: #049fd8;
}

ul.subNav li.subActive_cyan a:hover{
background: #f4f4f4 url('../images/subNavList-bg.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Subnav CYAN */

/* Subnav GRUEN */
ul.subNav li.subActive_gruen a{
background: #ececec url('../images/subNavList-bg.gif') left top no-repeat;


color: #529313;
}

ul.subNav li.subActive_gruen a:hover{
background: #f4f4f4 url('../images/subNavList-bg.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Subnav GRUEN */

/* Subnav ORANGE */
ul.subNav li.subActive_orange a{
background: #ececec url('../images/subNavList-bg.gif') left top no-repeat;
color: #eb6b00;
}

ul.subNav li.subActive_orange a:hover{
background: #f4f4f4 url('../images/subNavList-bg.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Subnav ORANGE */

/* Subnav GELB */
ul.subNav li.subActive_gelb a{
background: #ececec url('../images/subNavList-bg.gif') left top no-repeat;
color: #c1a005;
}

ul.subNav li.subActive_gelb a:hover{
background: #f4f4f4 url('../images/subNavList-bg.gif') left top no-repeat;
color: #3d3c3e;
}
/* ENDE Subnav GELB */

.subNav li a {
background: transparent url('../images/subNavList-bg.gif') left top no-repeat;
color: #3d3c3e;
display: block;
padding: 4px 0 4px 25px;
width: 180px;
text-decoration: none;
}

.subNav li a:hover {
background: #f4f4f4 url('../images/subNavList-bg.gif') left top no-repeat;
color: #3d3c3e;
}




/* End Main Navigation */

