html {

        height: 100%;
}
        
* html #container {

        height: 100%;
}

body {

        background: url(../img/body.gif) repeat-x;
        background-color: #ffffff;
        margin-top:0px; 
        margin-bottom:0px;
        padding: 0;
}

div#container {
        position: relative;
        text-align: left;
        width: 615px;
        height: auto !important;
        height: 100%;
        margin: auto;
        min-height: 100%;
        text-align:center;
}


* html #container { height: 100%;
}

#header {
        background: url(../img/header.gif) no-repeat;
        width: 615px;
        height: 135px;
        float: left;
        position: relative;
}

#content {
        background: url(../img/content.gif) repeat-y;
        width: 615px;
        min-height: 690px;
        height: 100%;
        float: left;
        position: relative;
}

* html #contents { /* Für IE */
height: 400px; }
        
div#clear {
height: 39px;
clear:both;
}

#footer {
        position: absolute;
        background: url(../img/footer.gif) no-repeat;
        bottom: 0px !important;
        width: 615px;
        height: 39px;
        margin: 0px auto;
}
        
#footer .text {
position: relative;
color:#EFF1E8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
line-height:15px;
margin-top:4px;
text-align:center;
}

#footer a:link {
color:#6976B8;
font-family:Verdana;
font-size:9px;
line-height:15px;
text-align:center;
text-decoration:none;
}

#footer a:visited {
color:#6976B8;
font-family:Verdana;
font-size:9px;
font-style:normal;
text-decoration:none;
}

#footer a:active {
color:#6976B8;
font-family:Verdana;
font-size:9px;
font-style:normal;
text-decoration:none;
}

#footer a:hover {
color:#C9D2FF;
font-family:Verdana;
font-size:9px;
font-style:normal;
text-decoration:none;
}

#img {
     text-align: center;
}

#img a:link {
  color: #ffffff;
  text-decoration: none;
}

#img a:visited {
  color: #ffffff;
  text-decoration: none;
}

#img a:active {
  color: #ffffff;
  text-decoration: none;
}

#img a:hover {
  color: #ffffff;
  text-decoration: none;
}

#clock {
right: 16px;
bottom: 8px;
position: absolute;
color: #C9D2FF;
font-family: Verdana;
font-size: 10px;
font-style: normale;
text-decoration: none;
}
