<!--
#Top { position:absolute;
               top:0px;
	       left:0px;
	       width:950px;
	       height:140px;
               padding:7px;
	       }


#Menu { position:absolute;
               top:140px;
	       left:0px;
	       width:200px;
            
               }


#Text { position:absolute;
                top:140px;
	        left:200px;
	        width:700px;
	        font-family: arial;
		font-size:13px;
                }


a:link	{ font-family: arial; font-size: 13px; color: #000000; text-decoration:none;}
a:visited { color: #000000; text-decoration:none; }
a:focus { text-decoration: none; }
a:hover { color:ff3333; text-decoration:none; }
a:active { text-decoration: none; }




ul	{ position:absolute;	
	  left: -30px;
	  top: -13px;
	  list-style-type: none;
    		}


li    {   padding-top: 8px;
          padding-left: 10px;
	  width: 140px;
	  height: 25px;
  	  border-color:#000000;
	  border-width:1px;
  	  border-style:solid;
		}


.kaeufer
	{ 
  	  border-color:#000000;
	  border-width:1px;
  	  border-style:solid;
	  padding: 15px;
	  background-color:ff9999;

    		}


.verkaeufer
	{ 
  	  border-color:#000000;
	  border-width:1px;
  	  border-style:solid;
	  padding: 15px;
	  background-color:66ccff;
    		}

.comment
	{
  	  border-color:#000000;
	  border-width:1px;
  	  border-style:solid;
	  padding: 15px;
	  background-color:ccffcc;
	  font-style:italic;
    		}

body  {   font-family: arial; 
	  font-size: 13px;
	  color: #000000;
		}