@media screen 
{
#adresse {display: none; }

body
{
	font-family:Verdana;			/* Schrift der Page Verdana */
	font-size:12px;				/* Schriftgröße 12pt */
	color:#000000;				/* Schriftfarbe schwarz */
	background-color:#FF9933; 		/* Hintergrundfarbe orange */
	text-align:center;			/* Satz links */
	margin:0px;				/* Beginn bei 0 kein Einzug */
	margin-top:20px;
	scrollbar-base-color:#FF9933;
}

table
{
	font-family:Verdana;			/* Schrift der Page Verdana */
	font-size:12px;				/* Schriftgröße 12pt */
	color:#000000;				/* Schriftfarbe schwarz */
	background-color:#FF9933; 		/* Hintergrundfarbe weiß */
	text-align:center;			/* Satz zentriert */
	margin:0px;				/* Beginn bei 0 kein Einzug */
}


h1 {
	font-size:12px;
	font-weight:bold;
	color:#000066;
	}					/* head 1 - Überschriften Menü */

h2 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin-left:20px;
 	margin-top:20px;
	}					/* head 2 - Überschriften im Text */

h3 {font-size:10px;
	color:#000000;
	font-weight:bold;}
	
p   {
    font-size:13px;
	font-weight:bold;
	line-height:15px;
	width:500px;
	margin-top:100px;
	test-align:center;
	}


a.eingang {
 display:block;
 text-align:center;
 font-weight:bold;
 font-size:11px;
 margin-top:0px;
 color:#000000;
 text-decoration:none;
 }
 

 
}
 

 

