/* CSS Document */

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhlt Standardschriftgre von 12 Pixeln */
  body {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#000000;
	font-size: 14px;
	background-color:#FFFFFF;
  }
  
  

#overall {
	width: 550px;
	height:auto;
	margin: 100px 0px 0px 50px;
	float: left;
	background-color:#FFFFFF;
}



h1,h2,h3,h4,h5,h6 { 
  	color:#000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }

  h1 { font-size: 25px; margin: 0px 0px 15px 0px;	font-weight:normal; }
  h2 { font-size: 14px; margin: 25px 0px 2px 0px;	font-weight:bold;}
  h3 { font-size: 14px; margin: 18px 0px 2px 0px;	font-weight:bold; }
  h4 { font-size: 16px; margin: 0px 0px 10px 0px; 	font-weight:bold; color:#000000;}
  h5 { font-size: 16px; margin: 0px 0px 10px 0px; 	font-weight:bold; color:#000000}
  h6 { font-size: 13px; margin: 5px 0px 30px 0px;	font-weight:normal; padding: 0px 0px 0px 0px;}
  h7 { font-size: 18px; margin: 0px 0px 15px 0px;	font-weight:normal; padding: 0px 0px 0px 0px;}
 
  #adresse { line-height: 16px; font-size:13px; margin: 0px 0px 15px 0px; font-weight:normal;}
  #text1 { line-height: 15px; font-size:11px; margin: 5px 0px 15px 0px; font-weight:normal;}
  #text2 { line-height: 15px; font-size:11px; margin: 50px 0px 15px 0px; font-weight:normal;}


  
  a { line-height: 15px; font-size:11px; color:#666666; font-style:normal;}
  a.hover{ line-height: 15px; font-size:11px; color:#000000; font-style:underline;}
  a.email{ line-height: 15px; font-size:11px; color:#000000; font-style:underline;}
 
  strong{ font-size: 13px; margin: 0px;	font-weight:bold;}
  sup {vertical-align:top; font-size:0.8em; line-height:100%;}



  .zuzwoimg{
  	height:21px; 
	width: 132px; 
	background-image:url(zunderzwo.png);
	margin: 0 0 0 0;
   }
   

	
