/* 08Schulzedesign.de MODx/Wayfinder 2.0 Navigations-CSS */
/* !brereits normiert durch norm.css! */

/* Hauptcontainer */
.navigation
{
float:left;
width:940px;
height:50px;
background: url(../images/nav_bg.png) 0 0 repeat-x;
font-family:arial,helvetica,verdana,sans-serif;
}

/* Erste Ebene */
.navigation ul
{
height:40px;
line-height:40px;
margin-top:3px;
z-index:1;
}

.navigation ul li
{
float:left;
background: url(../images/nav_divide.png) right bottom no-repeat;
}

.navigation li:hover 
{
background: url(../images/nav_over.jpg) center bottom no-repeat;
}

.navigation ul ul
{
position:absolute;
left:-9999px;
margin:0;
width:150px\9;	
height:150px\9;
padding:0px\9;				/* fuer IE, sonst wird die Liste abgeschnitten */
}

/* Zweite Ebene*/
.navigation li:hover ul
{
left:auto;
}

.navigation li li
{
float:none;
background-color:#e5e5e5;
background-image:none;
border-bottom:1px solid #aaaaaa;
border-left:1px solid #aaaaaa;
border-right:1px solid #aaaaaa;
height:30px;
line-height:30px;
opacity: 0.95; 				/* Webkit und Opera  */
-moz-opacity: 0.95; 		/* Mozilla Browser */
filter:alpha(opacity=95);	/* Internet Explorer */
}

.navigation li li:hover
{
background-color:#bbbbbb;
background: url(../images/nav_sub_over.png) left top repeat-x;
opacity: 1; 				/* Webkit und Opera  */
-moz-opacity: 1; 			/* Mozilla Browser */
filter:alpha(opacity=100);	/* Internet Explorer */
}

/* Link Elemente */
.navigation a
{
display:block;
padding:0 20px 0 20px;
font-size:12px;
color:#555555;
text-decoration:none;
}

.navigation a:hover
{
color:#ffffff;
}

.navigation li a
{
height:40px;
line-height:43px;
}

/* Link Elemente - Zweite Ebene */
.navigation li li a
{
height:30px;
padding: 0 30px 0 30px;
font-size:11px;
line-height:30px;
}
