/* CSS Document */
img	{ border: 0px; }
ul { padding: 0; margin: 0; list-style: none; }

li#nav1 { left: 60px; top: 115px; position: absolute; width: 20em; } /* aktuelles */
li#nav2 { left: 143px; top: 115px; position: absolute; width: 20em; } /* gemeinde */
li#nav3 { left: 221px; top: 115px; position: absolute; width: 20em; } /* schule */
li#nav4 { left: 286px; top: 115px; position: absolute; width: 20em; } /* kirchen */
li#nav5 { left: 355px; top: 115px; position: absolute; width: 20em; } /* a-z */
li#nav6 { left: 395px; top: 115px; position: absolute; width: 20em; } /* kultur/freizeit */
li#nav7 { left: 511px; top: 115px; position: absolute; width: 20em; } /* links/adressen */
li#nav8 { left: 631px; top: 115px; position: absolute; width: 20em; } /* kontakt */
li#nav9 { left: 789px; top: 111px; position: absolute; width: 20em; } /* suche */

li div 			{ color: #555; font: 11px bold Verdana, Helvetica, Arial; }
li div:hover	{ color: #000; }

li#nav1 div		{ width: 63px; padding: 0px 10px 1px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; }
li#nav2 div		{ width: 57px; padding: 0px 11px 1px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; }
li#nav3 div		{ width: 45px; padding: 0px 10px 1px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; }
li#nav4 div		{ width: 49px; padding: 0px 10px 1px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; }
li#nav5 div		{ width: 20px; padding: 0px 10px 1px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; }
li#nav6 div		{ width: 94px; padding: 0px 12px 1px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; }
li#nav7 div		{ width: 100px; padding: 0px 10px 1px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; }
li#nav8 div		{ width: 154px; padding: 0px 10px 1px 0px; }
li#nav9 div		{ width: 154px; padding: 0px 10px 1px 0px; }

li ul
{
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	
	background-color: #fff;
	padding: 5px;
}

li > ul
{
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { display: block; }


/* navigation */
table#navigation { height: 29px; border: 0px; color: #555; font: 11px bold Verdana, Helvetica, Arial; vertical-align: bottom; }
	
	/* navigation elements */
	/* oben rechts unten links */
	td#navspace		{ width: 60px; vertical-align: bottom; } /* spacer left */
	td#navaktuelles { width: 63px; padding: 0px 10px 0px 0px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; vertical-align: bottom; } /* aktuelles */
	td#navgemeinde	{ width: 57px; padding: 0px 10px 0px 10px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; vertical-align: bottom; } /* gemeinde */
	td#navschule	{ width: 45px; padding: 0px 10px 0px 10px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; vertical-align: bottom; } /* schule */
	td#navkirchen	{ width: 49px; padding: 0px 10px 0px 10px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; vertical-align: bottom; } /* kirchen */
	td#navaz		{ width: 20px; padding: 0px 10px 0px 10px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; vertical-align: bottom; } /* a-z */
	td#navkultur	{ width: 94px; padding: 0px 10px 0px 10px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; vertical-align: bottom; } /* kultur/freizeit */
	td#navlinks		{ width: 100px; padding: 0px 10px 0px 10px; background: url(../pix/spacer_bar.gif) no-repeat bottom right; vertical-align: bottom; } /* links/adressen */
	td#navkontakt	{ width: 138px; padding: 0px 10px 0px 10px; vertical-align: bottom; } /* kontakt */
	td#navsuche		{ width: 154px; padding: 0px 10px 1px 10px; vertical-align: bottom; } /* suchen */
	/* end navigation elements*/
	
	/* links */
	a.nav:link { color: #555; text-decoration: none; }
	a.nav:link:hover { color: #000; text-decoration: none; }
	a.nav:visited { color: #555; text-decoration: none; }
	a.nav:visited:hover { color: #000; text-decoration: none; }
	/* links */
/* end navigation */