
/* Vertikales Menu*/
.L1{
	padding:30px 0 0 0;
	margin: 0;
	font-size: 12px;
}
.L1 li {
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	width: 197px;
	padding:0 0 5px 0;
	clear: both;
}

.L1 li a,
.L1 li a:visited	 {
	color: #003296;
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 14px;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/bg_nav1.gif);
}
.L1 li a:hover,
.L1 li.act a {
	background-image: url(../images/bg_nav1-act.gif);
}

/*Ebene 2*/
.L2 {
	font-size: 11px;
	margin: 0;
	padding:0;
}
.L1 .L2 li{
width: 188px;
	padding:0;
	margin: 0;
	/*height: 22px;*/
	clear: both;
}

.L1 .L2 li a,
.L1 .L2 li a:visited,	
.L1 .L2 li.sub a {
	width: 165px;
	display: block;
	text-transform: none;
	color: #515051;
	font-weight: bold;
	padding: 4px 9px 4px 14px;
	height: auto;
	background-image: url(../images/bg_nav2.gif);
}


.L1 .L2 li a:hover, 
.L1 .L2 li.act a,
.L1 .L2 li.subact a:hover,
.L1 .L2 li.subact a
{
	/*padding: 2px 9px 2px 14px;*/
	color: #0046ad;
	background-image: url(../images/bg_nav2-act.gif);
	display: block;
	text-indent: 0;
}


/*Ebene 3*/
.L3 {
	font-size: 11px;
	margin: 0;
	padding:0;
	float: left;
}

.L1 .L2 .L3 li {
	width: 197px;
height: auto;
	padding: 0;
	margin: 0;
	clear: both;
	/*list-style: outside;
	list-style-type: none;
	/*list-style-image: url(../images/ul.gif);*/
}
.L1 .L2 .L3 li a,
.L1 .L2 .L3 li a:visited,	
.L1 .L2 .L3 li.sub a {
	text-indent: 0;
	display: block;
	padding:2px 9px 4px 14px;
	color: #515051;
	background-image: url(../images/bg_nav3.gif);
height: auto;
	margin: 0;
	width: 165px;
}

.L1 .L2 .L3 li.act a,
.L1 .L2 .L3 li a:hover,
.L1 .L2 .L3 li.subact a,
.L1 .L2 .L3 li.subact a:hover {
	color: #0046ad;
	background-image: url(../images/bg_nav3.gif);
	text-indent: 0;
}

/*Ebene 4*/
.L4 {
	font-size: 11px;
	margin: 0;
	padding:0;
	float: left;
}

.L1 .L2 .L3 .L4 li {
	width: 197px;
height: auto;
	padding: 0;
	margin: 0;
	clear: both;
}
.L1 .L2 .L3 .L4 li a,
.L1 .L2 .L3 .L4 li a:visited,	
.L1 .L2 .L3 .L4 li.sub a {
	text-indent: 0;
	display: block;
	padding:1px 9px 1px 20px;
	color: #515051;
	background-image: url(../images/bg_nav3.gif);
height: auto;
	margin: 0;
	width: 159px;
	font-weight: normal;
}

.L1 .L2 .L3 .L4 li.act a,
.L1 .L2 .L3 .L4 li a:hover,
.L1 .L2 .L3 .L4 li.subact a,
.L1 .L2 .L3 .L4 li.subact a:hover  {
	color: #0046ad;
	background-image: url(../images/bg_nav3.gif);
	text-indent: 0;
}
	
/*Klickpfad-Menu*/
.rootline{
	font-size: 10px;
	font-style: normal; 
	text-align: left;
	color: #666; 
	text-decoration: none;
}
#rootline a:link,   								
#rootline a:visited						{ 	color: #666; text-decoration: none;  }
#rootline a:active,						
#rootline a:hover 						{ 	color: #0046ad; text-decoration: none; }*/

/*Sprachwahlmenu*/
.language {
	height: 24px;
	font-size: 11px;
	font-style: normal; 
	color: #0046ad; 
	text-align: left;
	
	}
.language a:link,        								
.language a:visited     								{ 	font-size: 12px;color: #0046ad; text-decoration: none;  padding:0px 5px 0px 5px; height: 24px;}
.language a:active ,     								
.language a:hover       								{ 	font-size: 12px;color: #0046ad; text-decoration: underline; padding:0px 5px 0px 5px; height: 24px;}

/*Shortcut Menu*/
/*
	Short-Navigation (ul, li, a)
*/
ul.shortcut * {
	font-size: 12px;
	
			}
ul.shortcut {
	padding:0px;
	margin: 0px;
}
ul.shortcut li {
	list-style: none ;
	list-style-image: none ;
	list-style-type: none ;
	list-style-position: outside ;
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
ul.shortcut li.strich a {
	background-image: url(../images/strich.gif);
	background-position: right center;
	background-repeat: no-repeat;

	
}
ul.shortcut li a {
	color: #0046ad;
	padding: 0 5px 0 0;
	/*display: block;*/
	font-weight: normal;
	text-decoration: none;

	}
ul.shortcut li a:hover,
ul.shortcut li.act a {
	color: #0046ad;
	text-transform: none;
	padding: 0 5px 0 0;
	font-weight: normal;
	text-decoration: underline;
	

}

/*Sitemap -Menu*/
.csc-sitemap {
	padding-top: 15px;
}
