  body { 
	margin: 0px;
   	padding: 0 0 0 0;
   	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   	font-style: normal;
   	font-variant: normal;
   	font-weight: normal;
   	font-size: 14px;
   	line-height: normal;
   	font-size-adjust: none;
   	font-stretch: normal;
   	background-color: #F9F1D3;
    }

  h1 { 
  	color: #FF8000;
    	font-size: 18px;
    	font-weight: bold;
  }
  h2 { 
  	color: #FF8000;
    	font-size: 16px;
  }
  h3 { 
  	color: #FF8000;
    	font-size: 28px;
    	font-weight: bold;
  }

  h5 { 
  	color: #F9F1D3;
    	font-size: 18px;
  }

p { 
  	color: #000000;
    	font-size: 14px;
  }
  
table { 
  	color: #000000;
    font-size: 14px;
  }
  .imgleft {
	margin : 0px 15px 15px 0px;
  	float : left
  }
  .imgright {
	margin : 0px 0px 15px 15px;
  	float : right
  }
  
table img { 
	border: 0;
  }  
  
  
  #header { 
  	padding: 0pt;
    	position: absolute;
    	width: 100%;
    	background-image: url(../images/rosengarten.gif); 
    	background-repeat: repeat-x;
  }
    
  #subheader {  /* nur fuer moderne Browser! */
  	border-bottom: 2px solid #800000;
    	margin: -3px 0pt 0pt;
    	padding: 0pt;
    	background-color: #FF8000;
    	height: 17px;
    	position: absolute;
    	width: 100%;
  }     
    
  #content { 
  	padding: 0px;
    	background-color: #F9F1D3;
    	background-image: url(../images/laurin.gif);
    	width: 100%;
    	background-repeat: repeat;
    	background-attachment: fixed;
    	height: 100%;
    	float: none;
  }
  #tabelle { 
  	width: 360px;
    	padding: 0px;
    	border-top: 2px solid #FF8000;
    	border-right: 2px solid #FF8000;
    	border-bottom: 2px solid #FF8000;
    	border-left: 2px solid #FF8000;
	background-color: #FFE8BB;
  }
  .t1 { 
  	color: #FF8000;
    	width: 150px;
    	font-size: 11px;
    	font-weight: bold;
    	text-align: left;
  }
  .t2 { 
  	color: #000000;
    	width: 200px;
    	font-size: 10px;
    	text-align: left;
  }
