/****************************************************************************************************************************/
/*HOME Button*/
a#home {}
a#home b {display: none;}
a#home img {border: none;}

/****************************************************************************************************************************/
/*Main Navi*/
div#navi_main {
	height: 30px;
         margin-top: 1px;
         float: left;
         position: relative;
         width: 100%;
}

div#navi_main a {
	display: block;
         float: left;
         margin: 0px;
         text-transform: uppercase;
         font-weight: normal;
         font-size: 16px;
         height: 30px;
         line-height: 30px;
         width: 16%;
         margin: 0px 2% 0px 2%;
         padding-bottom: 3px;
         text-align: center;
         color: white;
         text-decoration: none;
         font-family: "Fanwood Text", serif;
}


div#navi_main a:hover, div#navi_main a:focus {
	text-shadow: 0px 0px 3px #FFFFFF;
         background: url("img/BG_navi_active.png") bottom center no-repeat;
}


/****************************************************************************************************************************/
/*Imprint*/
div#imprint h3 {font-size: 11px;}
div#imprint p {font-size: 10px; line-height: 12px;}

/*AGB*/
div#agb h3 {font-size: 11px;}
div#agb p {font-size: 10px; line-height: 12px;}
div#agb li {font-size: 10px; line-height: 12px;}


div#kundenlogos img {
	box-shadow: 1px 2px 3px #777777;
}


/****************************************************************************************************************************/
/*Meta Menu*/



div#header p {
	margin: 10px 0px 0px 0px;
         text-align: center;
}