    div.head
    { position: relative;
    	float: none;
    }
    
    img.icon
    { position: relative;
      float: left;
      left: 10px;
      margin-top: 10px;
      margin-bottom: 20px;
      margin-right: 20px;
    }
    
    img.head
    { position: relative;
    	float: left;
      margin-top: 63px;      
    }
    
    div.dot
    { position: relative;
    	clear: left;
    	float: left;
    }
    
    img.dot
    { position: relative;
      margin-right: 5px;
      left: 15px;
      top: 18px;
    }

    * html img.dot
    { top: 16px;
    }
    
    *+html img.dot
    { top: 16px;
    }

		img.link
    { border: 0px;
    }
    
    div.text
    { position: relative;
    	text-align: left;
    	width: 520px;
    	clear: left;
    	float: left;
    	margin-right: 20px;
    	font-family: Tahoma, sans-serif;
    	font-size: 1.2em;
    	line-height: 1.2em;
    	padding-left: 35px;    	
    }
    
    ul.U1
    { margin-top: 3px;
    	margin-bottom: 0px;
    }
    
    li.L1
    { margin-top: 0px;
    	margin-bottom: 3px;
    }
        
    div.bold
    { font-family: Tahoma, sans-serif;
    	font-size: 1.0em;
    	font-weight: bold;
    	color: #FF8800;
    }
    
    div.imprint
    { position: relative;
      margin-left: 45px;
    }
    
    div.footer
    { position: relative;
    	float: left;
    	clear: left;
    	left: 35px;
    	margin-top: 20px;
    	padding-bottom: 55px;    	
    }
