/*******************************************************************************

	Project		:	altes-gemeindehaus.de
	Copyright	:	Design - Manuel Schiegl - m2project.de

*******************************************************************************/
/* ### Navigation ###################################################################### */
#navigation-block      { background-image: url("files/navi.jpg"); background-repeat: no-repeat; margin-bottom: 4px; width: 1000px; height: 192px }
#nav-left  { background-color: #ccc; text-align: right; margin-right: 4px; width: 165px; height: 192px; float: left }
#nav-middle     { background-color: #f59e3d; text-align: left; width: 165px; height: 192px; float: left }
#nav-right    { background-image: url("nav-right.jpg"); background-repeat: no-repeat; width: 662px; height: 192px; float: right }

/* ### nav1st - first level navigation ######################################## */

ul.nav1st     { font-size: 0.9em; font-weight: bold; text-align: right; list-style-type: none; margin-right: 0; margin-left: 15px; padding-right: 0; padding-left: 0;
 }

ul.nav1st li  { color: white; text-align: right; padding-top: 3px; padding-bottom: 3px }

ul.nav1st a, 
ul.nav1st a:link   { color: white; text-decoration: none; display: block; padding-right: 8px; }

ul.nav1st a:hover   { color: #fff; text-decoration: none; background-color: #f59e3d }
ul.nav1st li a.current, ul.nav1st li a.current:link  { color: white; text-decoration: none; background-color: #f59e3d }
ul.nav1st li a.current:hover   { text-decoration: none; background-color: #f59e3d }


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd    { font-size: 0.9em; font-weight: bold; list-style-type: none; margin-left: 0; padding-left: 0 }

ul.nav2nd li  { text-align: left; padding-top: 3px; padding-bottom: 3px; padding-left: 0 }

ul.nav2nd a, 
ul.nav2nd a:link   { color: white; text-decoration: none; padding-right: 5px; padding-left: 10px; display:block; margin-right: 17px; }


ul.nav2nd a:hover   { text-decoration: none; background-color: #ef7f01 }
ul.nav2nd li.active a, 
ul.nav2nd li.active a:link   { text-decoration: none; background-color: #ef7f01 }