/*
-------------------------------------------
hertzchen style! by pixelschub.de
-------------------------------------------
*/



/* @group MENU GENERAL CSS STYLES */
.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}



#navbar             { color: #b3b3b3; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: normal; background-image: url("images/current.png"); text-align: left }

#navbar #current               { color: #d68a3f; font-weight: bold; text-decoration: none; background-color: transparent; background-image: url("images/hover.png") }



/* MAIN - MENU 0 */



#navbar ul
           { background-image: url("images/current.png"); list-style: none; margin: 0; padding: 0 }

#navbar li            { background-image: url("images/current.png"); margin: 0; padding: 0; width: 190px }

#navbar a
               { color: #b3b3b3; text-decoration: none; background: #efefef url("images/current.png"); text-indent: 10px; display: block; padding: 5px; border-style: none solid solid; border-width: medium 1px 1px; border-color: #b3b3b3 }

#navbar a:hover
               { color: #d68a3f; text-decoration: none; background-color: #ffffff; background-image: url("images/hover.png"); background-repeat: repeat; background-attachment: scroll }



/* SUBLEVEL - MENU 1 */



#navbar ul ul li  { margin: 0 }

#navbar ul ul a
   { color: #b3b3b3; text-decoration: none; background-color: #efefef; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-indent: 20px; display: block;}

#navbar ul ul a:hover
     { color: #d68a3f; text-decoration: none; background: #ffffff }



/* SUBLEVEL - MENU 2 */



#navbar ul ul ul li { margin: 0 0 0 0;}

#navbar ul ul ul a
{
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	text-indent: 40px;
	background: #EFEFEF;
}

#navbar ul ul ul a:hover
     { color: #d68a3f; text-decoration: none; background: #ffffff }



/* SUBLEVEL - MENU 3 */



#navbar ul ul ul ul li { margin: 0 0 0 0;}

#navbar ul ul ul ul a
  { color: #999; text-decoration: none; background: #efefef; text-indent: 60px; display: block; padding: 5px }

#navbar ul ul ul ul a:hover
     { color: #d68a3f; text-decoration: none; background: #ffffff }




	
/*</GROUP>*/

