body {
    color: black; background-color: #666666;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;  /* Zentrierung im Internet Explorer */
    margin: 0; padding: 0; /* Zentrierung fuer den Rest */ 
  }

  div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */   /*  margin: 0 0 0; */
    width: 1024px; height: auto;
    padding: 0px;
    background: #FFFFFF;
  }

  div#Wavetop {
    width: 1024px; height: auto;
    background: #336698;
  }
  
  div#Menu {
    width: 1024; height: 30px;
    background: #FFFFFF;
/*	line-height: 140px;
	vertical-align: baseline; */
  }
  
  div#Menuleft {
    float: left;
	width: 150px; height: auto;
    background: #FFFFFF;
	/*padding: 20px; 	Versteht FF nicht
	margin: 0px 10px 0px 0px;
  	font-size: 0.83em;
	*/
  }
  div#Menuleft_m {
	margin: 20px;
  } 
  
  div#Main {
    float: right; 
	width: 874px; height: auto;
    background: #FFFFFF;
	/*margin: 20px;*/
    /*padding: 20px;	Versteht FF nicht*/
  }
  div#Main_m {
	margin: 10px;
  }
  div#Main_pic {
    float: left; 
	width: 640px; height: auto;
	    border: 1px solid #dcdcdc;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
  }
  div#Main_pic_m {
	margin: 5px;
  }
  
  div#Main_box {
    float: right; 
	width: 200px; height: auto;
    border: 1px solid #dcdcdc;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
  } 
  #Main_box1 {
  	margin: 3px;
	background:#B2D5E8;
	padding:10px;
  }
  #Main_box2 {
  	margin: 3px;
	background:#deeef5;
	padding:10px;
  	font-size: 0.83em;
  }
  div#Main_text {
    float: left; 
	width: 640px; height: auto;
  }
  #Main_text1 {
  	margin: 10px 0px 20px 0px;
	background:#deeef5;
	padding:10px;
  	font-size: 0.83em;
  }
  
  div#Wavebottom {
    width:1024px; height: auto;
    background: #FFFFFF;
	clear:right;
  }
  
  div#Fuss {
    width: 1024px; height: 20px;
    background: #FFFFFF;
	/*clear: both;*/
    font-size: 0.83em;
    text-align: center;
	clear:right;
  }  

a:link { 
	color: #336698;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
	}
a:visited { 
	color: #336688;
	text-decoration: none;
	border: none;
	}
a:hover {
	color: #FF0000;
	text-decoration: none;
	border: none;
	}
a:active { 
	color: #FF0000;
	text-decoration: none;
	border: none;
	}
