html, body {
         color: black;
         background-color: #A8CDEC;
         font-size: 100.01%;
         font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         scrollbar-base-color: #A8CDEC;
         scrollbar-3dlight-color: black;
         scrollbar-arrow-color: black;
         scrollbar-darkshadow-color: #A8CDEC;
         scrollbar-face-color: #A8CDEC;
         scrollbar-highlight-color: white;
         scrollbar-shadow-color: black;
         scrollbar-track-color: #336699;
         }
div#all {
         width: 800px;
         text-align: center;
         font: font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         font-size: 9pt;
         color: black;
         margin: 0px auto;
         }
div#header {
         width: 800px;
         height: 140px;
         background: url(img/header.gif) no-repeat;
         }
div#header a {
         display: block;
         position: relative;
         top: 10px;
         left: 10px;
         width: 100px;
         height: 100px;
         border-radius: 55px;
         }
div#head a:link, div#head a:visited, div#head a:hover {
         text-decoration: none;
         }
div#main {
         width: 800px;
         background: url(img/mainright.gif) repeat-y right white;
         }
div#main2 {
         width: 800px;
         background: url(img/mainleft.gif) repeat-y left;
         }
div#maintop {
         width: 800px;
         height: 20px;
         background: url(img/maintop.gif) no-repeat;
         }
div#menu {
         width: 120px;
         padding: 10px 10px 0px 5px;
         float: left;
         margin-left: 20px;
         }
* html div#menu {              /*CSS-Hack for Internet Explorer 6*/
         margin-left: 10px;
         }
div.sub {
         margin-bottom: 15px;
         border: 1px solid red;
         background-color: #A8CDEC;
         text-align: left;
         }
div.subhead {
         color: white;
         margin: 4px;
         padding: 2px 0px 2px 27px;
         text-align: left;
         font-size: 9pt;
         font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         font-weight: bold;
         border: 1px solid white;
         background: url(img/subhead.gif) no-repeat left top red;
         }
div.subdiv {
         overflow: hidden;
         margin: 3px 5px;
         padding-left: 10px;
         background: url(img/arrow.gif) no-repeat left top;
    }
div.subsubdiv {
         overflow: hidden;
         margin: 3px 4px;
         padding-left: 13px;
         background: url(img/minus.gif) no-repeat left top;
    }
div.subdiv2 p {
         margin: 3px 1px 4px 8px;
         font-size: 8pt;
         font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         text-decoration: none;
         color: red;
    }
div.sub a {
         width: 98px;
         font-size: 8pt;
         font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         text-decoration: none;
         font-weight: bold;
    }
div.sub a:link, div.sub a:visited {
         color: red;
    }
div.sub a:hover {
         color: white;
         background-color: red;
    }
div.sub a.aktive:link, div.sub a.aktive:visited {
         color: white;
         background-color: red;
         }
div#weather {
         position: absolute;
         top: -28px;
         margin: 4px;
         padding: 0px;
         clip: rect(40px 110px 135px 0px);
         overflow: hidden;
         }
img#weather2 {
         width: 30px;
         height: 40px;
         z-index: 2;
         position: absolute;
         top: 40px;
         left :0px;
         margin: 0px;
         padding: 0px;
         }
div#menu a.login:link, div#menu a.login:visited {
         color: red;
         font-size: 7pt;
         text-decoration: none;
    }
div#menu a.login:hover {
         color: white;
         background-color: red;
    }
div#include {
         width: 580px;
         background: url(img/incfoot.gif) no-repeat bottom right;
         float: left;
         padding: 40px 20px;
         border-left: 1px dashed red;
         overflow: hidden;
         }
div#include a:link, div#include a:visited {
         text-decoration: none;
         font-size: 9pt;
         font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         font-weight: bold;
         color: red;
    }
div#include a:hover {
         text-decoration: none;
         font-weight: bold;
         font-size: 9pt;
         font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         color: white;
         background-color: red;
    }
div#mainbottom {
         width: 800px;
         height: 30px;
         background: url(img/mainbottom.gif) no-repeat;
         clear: both;
         }
div#foot {
          width: 800px;
         height: 40px;
         text-align: center;
         background: url(img/footer.gif) no-repeat;
         font-size: 8pt;
         color: white;
         padding: 11px 0px 15px 0px;
         font-family: 'Arial',Arial,'Times New Roman',Times,serif;
         }
div#hidden
{
         display: none;
         position: absolute;
         left: -2000px;
}
