body {font: normal 0.86em verdana;}

#nav1 ul {
		width: 150px; 	
margin: 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #ccc;
}

#nav1 ul li {
			position: relative;
border: 1px solid #ccc;		/* Farbe des animierten Rahmen (Container) */
border-bottom:

0;
		
}
#nav1 li ul {
		top: -1px;
			position: absolute;
			left: -9999px;
			display: none;
		
}

#nav1 ul li a, 
#nav1 ul li strong {
display: block;		
text-decoration: none;
color: #000033;		/* Farbe der Schrift */
background: #fff;	/* Farbe der Tabllenhintergrund -Inhalt div- */
-moz-opacity: 0.40; 
opacity: 0.80;
padding: 5px;
min-width: 130px;
}
#nav1 li.parent>a:after {
content: " >";
}
#nav1 ul li a:hover, #nav1 ul li a:focus, #nav1 ul li a:active,
#nav1 ul li a.ofocus, #nav1 li ul li a.ofocus { 
color: #E2144A; background: #f9f9f9;	/* Farbe der Tabllenhintergrund overmouse-div */
}
#nav1 .navfxenabled li:hover ul { 
		left: -999px;
	
}
#nav1 li:hover ul, 
#nav1 .navfxenabled li.over ul,
#nav1 li ul li:hover ul, 
#nav1 .navfxenabled li ul li.over ul
 { 
			display: block;
		left: 148px;
		
}
#nav1 li:hover ul ul, 
#nav1 .navfxenabled li.over ul ul { 
			left: -999px;
		
}
#nav1 ul li.active>a, #nav1 ul li.activepath>a, 
#nav1 li.active a:hover, #nav1 li.activepath a:hover,
#nav1 li.active a:active, #nav1 li.activepath a:active,
#nav1 li.active a:focus, #nav1 li.activepath a:focus,
#nav1 li.active strong,
#nav1 #ofocus {
color: #E2144A; 	/* Farbe des aktivpath */
background: #fff;	/* Hintetgrundfarbe des aktivpath-Tabellenhintetgrund */
}
#nav1 .active ul a, #nav1 .activepath ul a {
color: #0099FF; 	/* Farbe des ........ */		
background: #0099FF;	/* Hintetgrundfarbe des ....... */
}
#nav1 li.active ol, 
#nav1 li.activepath ul {
			display: block;
		
}
#nav1 a:focus+ul, #nav1 a:active+ul {
		left: 148px;
		
}
#nav1 li ul li a:focus+ul {
		left: 1248px;
		
}
#nav1 li ul li a:focus, #nav1 li ul li a:active {
			position: absolute;
		left: 1148px;
		
}
#nav1 li ul li ul a:focus, #nav1 li ul li ul a:active {
			position: absolute;
		left: 2180px;
		
}

#nav1 li ul li a:hover, #nav1  li ul li a:hover,
#nav1 li:hover ul li a:focus, #nav1  li:hover ul li a:active,
#nav1 .navfxenabled li ul li a:focus, #nav1 .navfxenabled  li ul li a:active
 {
			position: static;
}

.firstex {	/* Aussenrahmen des Kontainers */
		width: 450px;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	border: 2px solid #ccc;
	background: #f9f9f9; -moz-opacity: 0.99; opacity: 0.50;
	padding: 10px;
	margin: 40px 
}


 {
			position: fixed; 
}

.secondex,.thirdex {	/* Aussenrahmen des Kontainers */
	width: 250px;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	border: 2px solid #ccc;
	background: #0033CC; -moz-opacity: 0.50; opacity: 0.20;
	padding: 02px;
	margin: 20px 
}




A:link { text-decoration: none;
color: #FFCC00; 
font-family: Verdana; }
A:visited { text-decoration: none;
color: #ba55d3; }
A:active {text-decoration: none;
color: #00FF00; }
A:hover {text-decoration: none;
color: #E2144A; }

