<style type="text/css">
  <!--
* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;}

html, body, textarea, table, button, input {
   font-family:Courier,sans-serif;
   font-size:14px;
   font-weight:normal;
   letter-spacing:0;
   line-height:1.0;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

/* Layoutelemente */

#container {
    width: 640px;
    margin: 0 auto;
    margin-bottom: 0 auto;
    padding-top: 5px;
    background: #fff;}
	
	 
#mainDiv{ width: 600px;
          height: 0 auto;
          text-align: left;
          margin: 10px auto;}
#headDiv{ border: none;
          background: #fff;
          margin: 5px;
          }

#contentDiv{ border: none;
             background: #fff;
             margin-top: 6px;
             }

#footerDiv{ border: none;
            color: #D6D6D6;
            background: #fff;
            margin-top: 10px;}

h2 { text-align: center;}


a, a:link, a:visited {
    color: #333;
}
a:hover {
    color: #FFF04F;
    background: #000000;
    text-decoration: none;
}

 //-->
</style>