/*********
* topmenu
*********/

.tm a, .tm a:visited
{
 color: white; 
 font-family: arial;
 font-weight: bold; 
 font-size: 11px;
 text-decoration: none;
}

.tm a:hover
{
 text-decoration: underline;
}



/*************
* Brotkrümmel
**************/

.brotkrummel a, .brotkrummel a:visited
{
 color: #FF8814;
 text-decoration: none;
}

.brotkrummel a:hover
{
 text-decoration: underline;
}

.brotkrummel br 
{
 display: none;
}



/*************
* Layermenu
**************/


.topnavi a, .topnavi a:visited
{
 color: #615D5C;
 text-decoration: none;
 font-family: verdana; 
 font-size: 15px;
 font-weight: bold;
 margin-left: 25px;
 text-transform: uppercase;
}

.topnavi a:hover
{
 color: #FF8814;
}

.topnavi .act a
{
 color: #FF8814 !important;
}


/***********
* Level 2
***********/

.lvl2
{
 width: 200px;
 border: 10px solid #E9E8E4;
}

	.lvl2 .no a
	{
	border: 2px solid #D1D1D1;
	background-color: white;
	width: 186px;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	color: #005ABB;
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
	}

	.lvl2 .no a:hover
	{
	border: 2px solid #005ABB;
	}
	
	.lvl2 .act a
	{
	border: 2px solid #005ABB;
	background-color: white;
	width: 186px;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	color: #005ABB;
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
	}

/************
* footermenu
*************/

.fm a, .fm a:visited
{
 color: #615D5C; 
 font-family: arial;
 font-weight: bold; 
 font-size: 11px;
 text-decoration: none;
}

.fm a:hover
{
 text-decoration: underline;
}

.csc-sitemap>br
{
display: none !important;
}