

/* moons.de */




html	{
		width: 100%; height: auto;
		}

body	{
		width: auto; height: auto;
		margin-top: 10%;
		margin-left: 15%;
		margin-bottom: 6%;
		text-align: left;
		background-color: #ffffe0;
		}




/* wasserzeichen */

div.water {
		position: absolute;
		top: 30%; left: 5%;
		width: 90%; height: 40%;
		z-index: 0;
		overflow: hidden;
		text-align: center;
		font: bold 120px Arial, Verdana; 
		color: #f8f8f6;
		}

h1.moons {
		font: bold 120px Arial, Verdana; 
		color: #f8f8f6;
		margin: 0px;
		}




table	{
		width: auto; height: auto;
		table-layout: auto;
		empty-cells: show;
		border: 0px solid yellow;
		border-spacing: 0px 0px;
		background-color: transparent;
		}

td		{
		border: 0px dashed pink;
		/* font: normal 13px/18px Arial, Helvetica, sans-serif;*/
		/* font: normal 11pt/14pt Arial; */
		/*
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 18px; 
		*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight: normal;
		line-height: 22px; 
		color: #888;
		}




/* text */

div.text {
		width: auto; height: auto;
		position: relative;
		background-color: transparent;
		z-index: 1;	/* vor hintergrund-bildern */
		}

h1 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 34px; /* 18pt */
		font-weight: bold;
		color: #e0e0e0;
		}

h2 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px; /* 18pt */
		font-weight: bold;
		color: #d0d0d0;
		margin-bottom: 10px;
		}

h3 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; /* 18pt */
		font-weight: bold;
		color: #d0d0d0;
		margin-bottom: 10px;
		}

p		{
		width: 450px; height: auto;
		/*
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px; 
		font-weight: bold;
		line-height: 18px; 
		*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight: normal;
		line-height: 22px;

		color: #888;

		margin-top: 5px;
		margin-bottom: 5px;
		}


/* hervorhebung im text */
b.mark	{
		}








/* pics */

img		{
		border: 0px;
		}

img.pfeil {
		margin-right: 5px;
		}








/* links */


/* normal : fett, nicht unterstrichen */

a		{
		font-weight: bold;
		text-decoration: none;
		color: #808080;
		}

a:link 	{ 
		}

a:visited {
		}

a:active {
		}

a:hover {
		color: #f0b0b0;
		}



/* besondere links */

a.u		{	/* dünn, unterstrichen */
		font-weight: normal;
		text-decoration: underline;
		}

a.manual {	/* link zum manual */
		vertical-align: top;
		/* vertical-align: super; */
		color: #AAA;
		}






/* signatur */


div.signatur {
		position: relative;
		width: 100px; height: auto;
		margin-top: 40px; /* 5% */
		margin-bottom: 2%;
		border: 0px solid yellow;
		}

p.signatur#star  {
		font: normal 24px Times; 
		color: #c0c0c0;
		margin-top: 2%;
		margin-bottom: 0px;
		}

p.signatur#datum {
		font: normal 11px Arial, sans-serif; color: #c0c0c0;
		margin-top: 0px;
		margin-bottom: 0px;
		}

a.signatur {
		font: normal 11px Arial;
		color: #c0c0c0;
		}











/* fin */