* { margin: 0;
    padding: 0;}

body, html{ width: 100%;
            height: 100%;
            font-family: Baskerville, Times New Roman;
            overflow: hidden;}

#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}

#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

/* Layout */
#header {
         text-align: left;
         padding: 15px 10px 15px 10px;
         border-bottom: 1px solid #000;
}

div#container {
         text-align:left;
}

#header h1 {
         font-weight: 400;
}

#menu {
         width: 18%;
         float: left;
         padding: 0 30px 0 30px;
}

#menu ul {
         list-style: none;
}

#menu ul li {
         text-align: left;
         font-size: 25px;
         margin: 0;
         padding: 0 0 15px 0;
}

#menu a,
#menu a:link,
#menu a:visited{
         color: #000;
         text-decoration: none;
}

#menu a:active,
#menu a:hover{
         text-decoration:underline;
}

div#content{ text-align: left;
             background-image: url(../img/transparent.png) !important;  /* Mozilla only */
             background-color: transparent !important;           /* Mozilla only */
             padding: 10px;
             background: #f0fff0;
             margin-top: 20px;
             margin-bottom: 50px;
             margin-left: 0px;
             height: 320px;
             width: 64%;
             overflow: auto;
}

/* Content Elemente */

div#container div#content h1{
         font-size: 18px;
         font-weight: 700;
         margin: 0 0 5px 0;
         padding: 0;
         line-height: 1.5em:
         }

div#content p {
         margin-top: 0px;
         padding: 0px;
         line-height: 16px:
}

div#content hr {
         margin: 10px 0 10px 0;
         padding: 0px;
         line-height: 1px:
         font-size: 1px;
         border-right: 0px;
         border-left: 0px;
         border-bottom: 0px;
         border-top: 1px dashed #000;
         width: 100%;
}

div#content img {
         margin: 0 10px 10px 0;
}

#content a,
#content a:link,
#content a:visited{
         color: #000;
         text-decoration:underline;
}

#content a:active,
#content a:hover{
         text-decoration:none;
}




#footer{
         margin-bottom: 0px;
         text-align: left;
         padding: 10px;
}