

/*---------   Menü Leiste   ---------*/
.menu {font-size: 11px; }
.menu a {
font-family: 'Arimo' Arial, Helvetica, sans-serif;  
font-weight: bold;
font-size: 13px;
display: block;
color: #004a87;
line-height: 34px;

padding: 5px 10px 3px 28px;

 clear:both;
}


.menu a:hover {
	font-weight: bold;
	color: #e75013;
	display: block;
	z-index: 0;
}
.menu .menu-parent {
color:#e75013;
background-position: right bottom;
animation: float-right 1s ease-out;
-webkit-animation: float-right 1s ease-out;
-moz-animation: float-right 1s ease-out;
}


.menu ul {
	font-size: 11px;
	min-width: 200px;
letter-spacing: 0.1em;
letter-spacing: -0.05em; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul a{

}
.menu ul a:hover {
	font-weight: bold;
	display: block;
	z-index: 0;

}

.menu li {
font-size: 11px;
display: block;
float: left;
text-align: left;
line-height: 30px;
background:  url(/media/img26/navig.png) no-repeat;
animation: float-right 1s ease-out;
-webkit-animation: float-right 1s ease-out;
-moz-animation: float-right 1s ease-out;

}

.menu li:hover>a {
	font-weight: bold;
	color: #e75013;
	display: block;
	z-index: 0;


}


.menu li li {
font-size: 12px;
	line-height: 20px;
	display: block;
	text-align: left;
	padding-left: 0px;
}

.menu li li a {  /* Die ausgekpappten Flächen */
font-size: 12px;
background:  url(/media/im26/trans.gif) #eeeeee;

line-height: 20px;
padding-left: 5px;
display: block;
border: none;
}
.menu li li a:hover {
color: #e75013;
background:   #eeeeee;


}
.menu li li:hover>ul {
font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	z-index: 0;
animation: float-right 1s ease-out;
-webkit-animation: float-right 1s ease-out;
-moz-animation: float-right 1s ease-out;
}



#breadcrumbs {font-size: 11px; color:#ffff00;}
#breadcrumbs  .menu-current a{
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;

}





/*siehe auch ie.css */









   







