body {
	background-color: #FCEA77; /**Hintergrund gelb*/
}
	/**Schriftarten*/
		
.Stil1 	/**Schrift Schwarz fein*/{
	color:#000000;
	font-size: 16px;
	font-weight: 300;
	font-family: Verdana, Arial, Helvetica, sans-serif;}	
	
.Stil2 	/**Schrift orange fett*/{
	color:#E09B16;
	font-size: 18px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;}	
	
.Stil3	/**Schrift schwarz normal*/ {
	color:#000000;
	font-size: 18px;
	font-weight: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;	}
	
.Stil4 	/**Schrift orange normal*/{
	color:#E09B16;
	font-size: 20px;
	font-weight: 300;
	font-family: Verdana, Arial, Helvetica, sans-serif;	}
	
.Stil5 	/**Schrift weiß normal*/{
	color:#FFFFFF;
	font-size: 18px;
	font-weight: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;}	
	
.Stil6 	/**Schrift schwarz fett*/{
	color:#000000;
	font-size: 18px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;	}

.Stil7	/**Schrift schwarz klein*/ {
	color:#000000;
	font-size: 14px;
	font-weight: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;	}
	

        /** Links*/
a:link   {color: #E09B16;
	      text-decoration: none;}   /**Link Normal orange*/
a:visited {text-decoration: none;
	       color: #FFFFFF;}			/**Link besucht weis*/
a:hover  {text-decoration: none;
	      color: #FF0000;}			/**Link beim Überfahren rot*/
a:active {text-decoration: none;
		  color: #FFFFFF;}         /**Besuchter Link weis*/
		      
			   /**Scrollleiste*/
html, body, textarea {scrollbar-base-color:#FCEA77;     /**Grundfarbe gelb*/
	                  scrollbar-arrow-color:#3366FF;    /**Pfeile Blau*/
	                  scrollbar-track-color:#FFFFFF;    /**Verschiebeweg weiss*/
                      scrollbar-face-color:#E09B16; 	/**Oberflächenfarbe Orange*/}

			/**Hintergrundbild*/
.image1   {
	background-repeat: no-repeat;
	background-image: url(../dateien/hintergrund.jpg);
	background-attachment: scroll;
	background-position: 90px 0px;}  /**Position*/



	
					  