/***********
* Main Menu
***********/

.mm_box
{
 margin: 10px 0px 30px 0px;
 float: left;
 width: 180px;
 overflow: hidden;
 border-bottom: 0px solid white;
}

      /*** LEVEL 1 ***/
	.lvl1 a.no , .lvl1 a.no:visited
	{
	width: 160px;
	float: left;
	border-top: 1px solid white;
	/*color: #376AA1;*/
	color: #908F8D;	
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	font-weight: bold;
	background-image: url("http://neu.ipv-hungen.de/typo3/fileadmin/x_Layout/images/misc/menue_pfeil2.gif");
       	background-repeat: no-repeat;
       	background-position: 10px 9px;
	}
	
	.lvl1 a.no:hover
	{
	/*color: #908F8D;*/
	color: #376AA1;
	}

	.lvl1 a.act, .lvl1 a.act:visited
	{
	width: 160px;
	float: left;
	border-top: 1px solid white;
	/*color: #908F8D;*/
	color: #376AA1;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	font-weight: bold;
	background-image: url("http://neu.ipv-hungen.de/typo3/fileadmin/x_Layout/images/misc/menue_pfeil2.gif");
       	background-repeat: no-repeat;
       	background-position: 10px 9px;	
	}
	
      /*** LEVEL 2 ***/
        .lvl2
        {
        float: left;
        margin: 0px 0px 15px 0px;
        width: 80%;
        }
        
       
	.lvl2 a.no , .lvl2 a.no:visited
	{
	display:block;
	width: 100%;
	float: left;
	/*color: #376AA1;*/
	color: #908F8D;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 0px 1px 20px;
        border: 0px;
       	font-weight: bold;
       	background-image: url("fileadmin/x_Layout/images/misc/menue_pfeil2.gif");
       	background-repeat: no-repeat;
       	background-position: 11px 4px;
       	margin: 5px 0px 5px 0px;
	}
	
	.lvl2 a.no:hover
	{
	/*color: #908F8D;*/
	color: #376AA1;
	}

	.lvl2 a.act, .lvl2 a.act:visited
	{
	display:block;
	width: 100%;
	float: left;
	/*color: #908F8D;*/
	color: #376AA1;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 0px 1px 20px;
        border: 0px;
	font-weight: bold;        
       	background-image: url("fileadmin/x_Layout/images/misc/menue_pfeil2.gif");
       	background-repeat: no-repeat;
       	background-position: 11px 4px;
       	margin: 5px 0px 5px 0px;       	
	}
		
		
/************
* Lang Menu
************/

.lm_box a, .lm_box a:visited
{
 float: left;
 width: 155px;
 border-bottom: 1px solid white;
 /*color: #376AA1;*/
 color: #908F8D;
 font-family: arial;
 font-size: 12px;
 text-decoration: none;
 padding: 5px 0px 5px 25px;
font-weight: bold; 
}		

.lm_box a:hover
{
 /*color: #908F8D;*/
 color: #376AA1;
}

	.lm_box a img
	{
	 margin: 0px 4px 0px 0px;
	}


/*************
* Footer Menu
*************/

.footerMenu
{
 float: left;
 width: 300px;
 /*color: #908F8D;*/
 color: black;
 margin: 9px 0px 0px 10px;
}

	.footerMenu a, .footerMenu a:visited
	{
	 font-family: arial;
	 font-size: 11px;
	 /*color: #908F8D;*/
	 color: black;
	 text-decoration: none;
	}

	.footerMenu a:hover
	{
	 color: #376AA1;
	}
	
/**** Active Zustand ****/
	.footerMenu span a, .footerMenu span a:visited
	{
	 font-family: arial;
	 font-size: 11px;
	 color: #376AA1;
	 text-decoration: none;
	}
	
	
#footerZeile
{
/* width: 743px;*/
 width: 628px; 
 float: left;
 overflow: hidden;
}

	#footerZeile .fname
	{
	 float: left;
	 font-family: arial;
	 font-size: 11px;
	 /*color: #908F8D;*/
	 color: black;
	 /*margin: 10px 0px 10px 148px;*/
	margin: 10px 0px 10px 20px;	 
	}
	
	
	
	#footerZeile .fadresse
	{
	 float: left;
	 font-family: arial;
	 font-size: 11px;
	 color: #376AA1;
	 margin: 10px 0px 10px 10px;
	 overflow: hidden;
	}
	
	
	#footerZeile .flogo
	{
	float: right;
	width: 42px;
	height: 31px;
	overflow: hidden;
	margin: 0px;
	}

	*html .flogo
	{
	display: none;
	}
	
	
/*********************
 Artikelsuche 
*********************/

.artikelsucheLink
{
 margin: 4px 5px 5px 70px;
}	
	
	.artikelsucheLink a
	{
	 margin: 4px 5px 5px 20px;
	 font-family: arial; 
	 font-size: 10px;
	 color: #376AA1;
	}	
	
	.artikelsucheLink a:hover
	{
	 color: #376AA1;
	 text-decoration: none;
	}		