

/* moons.de : navigation */






/* navigations-feld */

div.nav {
		position: absolute;
		width: auto; height: auto;
		z-index: 10;	/* nach vorne legen */
		overflow: visible;
		border: 0px dashed green;
		}



/* richtungen */

#nord	{
		top: 0px;
		left: 0px;
		}

#sued	{
		bottom: 50px;
		left: 0px;
		}

#ost	{
		top: 0px;
		right: 5%;
		}

#west	{
		top: 100px;
		left: 0%;
		}



table.nav {
		width: auto; height: auto;
		table-layout: auto;
		border: 0px dashed yellow;
		border-spacing: 0px 0px;
		border-collapse: collapse;
		}

td.nav	{
		width: auto;
		height: auto;
		padding: 0px;
		background-color: transparent;

		text-align: center;
		vertical-align: middle;

		border: 0px dashed pink;

		font: bold 18px Arial;
		color: #dddddd;
		/* letter-spacing: 1px; */
		}


/* feste höhe für texfelder bei nord/süd-navigation */

td.nav#text_nord, 
td.nav#text_sued {
		height: 45px;
		}







/* link-bild */

img.nav {
		border: 0px;
		}















/* links */



a.nav	{
		font: bold 18px Arial;
		color: #dddddd;
		}

a:active.nav {
		background-color: #FFF0F0;
		}

a:hover.nav {
		color: #f0b0b0;
		}








/* fin */