/*_____________________________________________
_______________________________________________
* Filename: navi.css
* Version: 1.0.0 (2010-10-30)
* Author: Andreas S.
* Description:
_______________________________________________
_______________________________________________ */


/* _navigation
_______________________________________________*/


#mainmenu {
font-size: .95em;
position:relative;
z-index:55;
padding : 20px 0 0 0px;
height:25px;
margin-left:5px;
margin-bottom:-1px;
	min-height: 25px;
	background-color: transparent;
	border-color: transparent;
}
#mainmenu ul {
	line-height : 1em;
	margin : 0;
	list-style-type : none;
	float:left;
}
#mainmenu ul .sub {
	display: none;
}
#mainmenu ul .sub li {
	width: 100%;
	clear: both;
	float: left;
}
#mainmenu ul .sub li a {
	border-bottom: 1px solid #182f60;
	width: 100%;
	display: block;

}
#mainmenu ul li {
float : left;
}
#mainmenu ul li a {
text-decoration : none;
display : block;
float : left;
padding : 0 0 0px 10px;
height:25px;
background : url(../img/tabs.png) no-repeat left top;
margin-left : -5px;
z-index : 0;
position : relative;
color : #fff;
font-size: 12px;

}
#mainmenu ul li a span,
#mainmenu ul li.act a span {
font-weight : normal;
display : block;
float : left;
height:11px;

padding: 7px 10px 7px 5px;
cursor : pointer;
}
#mainmenu ul li a:hover,
#mainmenu ul li.act a {
position : relative;
z-index : 5;
background : url(../img/tabs.png) no-repeat left bottom;
color : #999;
}
#mainmenu ul li a:hover span,
#mainmenu ul li.act a span {
position : relative;
z-index : 5;
background-position: right bottom;
}
#menutab01 a, #menutab02 a, #menutab03 a, #menutab04 a, #menutab05 a, #menutab06 a, #menutab07 a {
position : relative;
z-index: 5;
background: url(../img/tabsx.gif) no-repeat left bottom;
color: #fff;
}
#menutab01 a span, #menutab02 a span, #menutab03 a span, #menutab04 a span, #menutab05 a span, #menutab06 a span, #menutab07 a span {
position: relative;
z-index: 5;
background-position: right bottom;
}



 #footer ul
{
	list-style-type : none;
float:left;
clear:both;
padding:2px 0 5px 0px;
display:block;
 }
  #footer ul li
{
float:left;
padding:0 10px 0 0px;
 }



/* _navigation_left
_______________________________________________*/
#navigation_left
{
	margin:0;
	padding:0;
	width:190px;
	float:left;
	margin:0 0 25px 0;
	border: 1px solid #182f60;
	border-left:none;
}




/* 1ebene */
#navigation_left ul
{
	padding:0;
	background:transparent;
	width:190px;
}

#navigation_left ul li
{
	float:left;
	width:190px;
	clear:both;
	border-top: 1px solid #182f60;

}

#navigation_left ul li.first,#navigation_left ul li.home
{
	border-top: none
}
#navigation_left a
{
	display:block;
	color:#fff;
	padding: 5px 0px 5px 15px;
	width:175px;
	font-size: 12px;
	font-weight: normal;
	background: #132142;
}
#navigation_left a:hover, #navigation_left a.act
{
	background: url(../img/arrow-gray-r.gif) 4px 11px no-repeat;
	color : #fd8900;
}
#navigation_left li.home a
{
	background: url(../img/arrow-white-d.gif) 4px 11px no-repeat;
	font-weight: bold;
}
#navigation_left li.ACT a
{
	background: url(../img/arrow-blue-r.gif) 4px 11px no-repeat;
	color : #fd8900;
}
/* 2ebend */
#navigation_left li li
{
	border-top: 1px solid #182f60;

}
#navigation_left li li a,
#navigation_left ul ul li a
{
	padding: 5px 0px 5px 30px;
	width:160px;
}

#navigation_left ul ul li a.act
{
	background: url(../img/arrow-gray-r.gif) 20px 11px no-repeat;
   	color : #fd8900;
}
#navigation_left ul ul li a:hover
{
	background: url(../img/arrow-gray-r.gif) 20px 11px no-repeat;
	color:#fd8900;
}
/* breadcrumb menu */
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;

}

.breadcrumb a {
	background:none !important;
	text-transform:uppercase;
	color:#999999;
	font-size:90%;
}
.breadcrumb a:hover {
	color:#fff;

}
.breadcrumb img {
	margin:2px 5px;
}
