
/* Menu oben */

#menuhorizontal a, #menuhorizontal a:visited , #menuhorizontal a:active {

        transition: background-color 0.3s;
   -moz-transition: background-color 0.3s; /* Firefox 4 */
-webkit-transition: background-color 0.3s; /* Safari and Chrome */
     -o-transition: background-color 0.3s;

        transition: box-shadow 0.5s;
   -moz-transition: box-shadow 0.5s; /* Firefox 4 */
-webkit-transition: box-shadow 0.5s; /* Safari and Chrome */
     -o-transition: box-shadow 0.5s;

text-shadow: 0px 0px 2px #fff;

-webkit-border-radius: 15px;
        border-radius: 15px;

display: block;
color: #00436A;
background: transparent;
text-decoration: none;
font-family: trebuchet ms, arial, helvetica,verdana, georgia, sans-serif;
font-size: 16px;
font-weight: bold;
padding-left:  10px;
padding-right: 10px;
padding-bottom: 8px;
padding-top:   12px;
margin-left:  0px;
margin-right: 0px;
height: 25px;
text-align: center;
}


#menuhorizontal a:hover {

-webkit-border-radius: 15px;
        border-radius: 15px;

        box-shadow: 0px 0px 6px #000, inset 0px 0px 5px 2px #555, inset 0px 0px 15px 2px #8BB7FF;
-webkit-box-shadow: 0px 0px 6px #000, inset 0px 0px 5px 2px #555, inset 0px 0px 15px 2px #8BB7FF;
   -moz-box-shadow: 0px 0px 6px #000, inset 0px 0px 3px 1px #555, inset 0px 0px 15px 2px #8BB7FF;

background:      rgba(255,255,255,0.5); 
text-shadow:     0px 0px 3px #fff;
text-decoration: none;

}

.trenn {
width:      1px;
color:      #000;
background: transparent;
}













/* Menu rechts  */

#menu2 {
background-color:#;
border: 				dashed 0px #aaa;
text-align:		  left;
margin-top:			0px;
margin-bottom:	0px;
margin-right: 	0px;
margin-left: 		0px;
padding-bottom: 0px;
padding-top:		0px;
}

#menu2 ul, #menu2 li {
list-style-type: none;
margin-left:		 4px;
padding:				 0px;
}

#menu2 li a:link, #menu2 li a:visited, #menu2 li a:active {
display:block;
border-bottom: dashed 0px #C2631D;
width:200px;
color:#7f7f7f;
text-decoration:none;
font-size: 14px;
font-family: trebuchet ms, arial, helvetica,verdana, georgia, sans-serif;
height: 16px;
line-height: 16px;
background-image:url(../images/cube.gif);
background-repeat:no-repeat;
background-position:0px 50%;
padding-left:25px;
font-weight:normal;
background-color:white
}

#menu2 li a:hover {
background:transparent;
color:#04537D;
text-decoration:none;
background-image:url(../images/cube2.gif);
background-repeat:no-repeat;
background-position:4px 50%;
padding-left:25px;
}

/* Menu in Box  */

#menubox a, #menubox a:visited, #menubox a:active {
display:inline;
background-color:transparent;
color:#004F7D;
font-size: 14px;
font-family: trebuchet ms, arial, helvetica,verdana, georgia, sans-serif;
text-decoration:none;
text-align:left;
font-style:normal;
}

#menubox a:hover {
background-color:#DBE7F9;
text-decoration:underline;
}

