/* CSS Document erstellt am 07.06.2006 */
/* Copyrigth by Wolfgang Beranek */


/* Hier der Body Bereich Abstand und Hintergrundfarbe oder Hintergrundbild*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#EAEAEA; /* Hintergrundfarbe
 /* background-image:bild.jpg ( Hintergrund Bild ) */
}

/*    Überschrift */
.Stil1 {font-size: x-large}



/* Schrift für das Kontakt-Formular */
.schrift { font-family:Tahoma;
           font-size:14px;
		   font-style:normal;
		   font:bold;
		   }

/* Button Send */
.send {  BACKGROUND-COLOR:white ;
         color : green;
		 border-bottom-color: black;
         border-top-color: black;
         }

/* Button Zurück */
.zurueck {  BACKGROUND-COLOR: white;
            color : red;
			border-bottom-color: black;
            border-top-color: black;
         }
/* Button Home */
.home {   background-image:url(home.gif);
          width:70;
		  height:auto;
		  text-decoration:none;
		  color:#000000;
		  font-size:14px;
         }
