/* Allgemeine Seiteneigenschaften */
body 	  {
	 	  background-image: url(back.gif);
	 	  font-family: Tahoma, sans-serif;
	 	  font-size: 10pt;
	 	  margin: 0;
	 	  }
	 	  
p	 	  {
	 	  margin-top: 0;
	 	  margin-bottom: 0;
	 	  }
	 	  
/* Überschriften */

h1		  {
	 	  font-family: Tahoma, sans-serif;
	 	  font-size: 12pt;
	 	  color: #be0000;
	 	  font-weight:bold;
	 	  margin: 0;
	 	  }	
	 	  
h2		  {
	 	  font-family: Tahoma, sans-serif;
	 	  font-size: 10pt;
	 	  color: #be0000;
	 	  font-weight:bold;
	 	  margin: 0;
	 	  }	  	  

/* Linkstil */
a:link    { 
		  color: rgb(190,0,0); 
		  text-decoration: none 
		  } 
a:visited { 
		  color: rgb(150,150,150); 
		  text-decoration: none 
		  } 
a:active  { 
		  color: rgb(250,0,0); 
		  text-decoration: none 
		  } 
a:hover   { 
		  color: rgb(250,0,0); 
		  text-decoration: underline 
		  }   

/* Tabellenrahmen */
#rahmen   {
		  border-width:1px;
		  border-style:dashed;
		  border-color:rgb(190,0,0);
		  padding:0.2em;
		  }
