form {		
		padding: 0px;
		margin: 0px;
		}

body {
              background-image: url(Neue_Dateien/site_back.gif); /*Hintergrund Seite*/
              margin: 0px;
        	font-family: verdana, arial;		/*Schriftart*/
        	color: #555555;				/*Schriftfarbe*/
        	font-size: 1;			/*Schriftgröße*/
        	text-align: justify;			/*Textausrichtung Blocksatz*/
        	}

h1 {
        	font-size: 12px;
        	font-weight: bold;			/*Schriftart fett*/
        	margin-top: 0px;
        	margin-bottom: 10px;
        	margin-left: 10px;
        	text-align: left;			/*Textausrichtung links*/
        	color : #555555;
        	}
		
a.menu1 {
              display: block;
              text-align: center;
              font-weight: normal;
              text-decoration: none;
              color: #EBEBEB;
              }
a.menu1:link    {
		background-color:transparent;
              }
a.menu1:visited {
		background-color:transparent;
              }
a.menu1:active  {
		background-color: transparent;
              }

		
a.menu2 {
              display: block;
              text-align: left;
              font-weight: normal;
              text-decoration: none;
              color: black;
              }
a.menu2:link    {
		background-color:transparent;
              }
a.menu2:visited {
		background-color:transparent;
              }
a.menu2:active  {
		background-color: transparent;
              }
              
a:hover {	font-weight: bold;
		}
		
p {}
td {
		margin: 0px;
        	font-family: verdana, arial;		/*Schriftart*/
        	color: #333333;				/*Schriftfarbe*/
        	font-size: 10px;			/*Schriftgröße*/
        	text-align: justify;			/*Textausrichtung Blocksatz*/
        	}

