body 		{  background-image:url(../bilder/papier.gif)
		}

.text    	{
	          font-family: Comic Sans MS;
	          font-size: 12px;
	          font-style: italic;
	          text-align: center;
	          color: #800000;
	         }
.text1   	{
	          font-family: sans-serif;
	          font-size: 14px;
	          text-align: center;
	          color: #0000A0;
	         }
.text2    	 {
	          font-family: Comic Sans MS;
	          font-size: 16px;
	          font-style: italic;
	          text-align: right;
	          color: #800000;
	         }
.text3    	 {
	          font-family: Comic Sans MS;
	          font-size: 18px;
	          font-style: italic;
	          text-align: left;
	          color: #800000;
	         }
.ueberschrift 	{
         	  font-family: Arial Unicode MS;
	          font-size: 24px;
	          text-align: center;
                   font-weight: bold;
                   text-decoration: underline;
	          color: #808000;
	         }
a 	       	 {
	          font-family: Courier;
	          font-size: 12px;
	          text-decoration: none;
	          color: #000000;
	          }
a:visited 	  {
	          font-family: Courier;
	          font-size: 12px;
	          text-decoration: none;
	          color: #000000;
	          }
a:hover 	       	  {
	          font-family: Courier;
	          font-size: 12px;
	          text-decoration: underline;
	          color: #0000FF;
	          background: #FF00FF;
	          }
a:active       	  {
	          font-family: Courier;
	          font-size: 12px;
	          text-decoration: none;
	          color: #000000;
	          background: #FFFFFF;
	          }
a:focus 	       	  {
	          font-family: Arial;
	          font-size: 12px;
	          text-decoration: bold;
	          color: #C0C0C0;
                   font-style: italic;
	          }
#rundrum 	  {
	           border-width:1px;
	           border-style:solid;
	           border-color:blue;
                    }
#abstand		   { border-width:1px;
		     position:absolute;
 		     right:40px;
   		     border-style:solid;
                      border-color:blue;
		   }