body     {
          height:100%;
         width:100%;
         padding:0;
         margin:0;
         background-image:url(bilder/background.jpg);
         background-repeat:repeat-x;
         text-align:center;
         }
html
         {
         width:100%;
         height:100%;
         margin:0;
         padding:0;
         }
#wrap    {

         background: rgb(255, 255, 255);
         background-repeat:repeat-y;
         width: 1000px;
         margin-top:              40px;
    margin-bottom:           40px;
    margin-left:             auto;
    margin-right:            auto;
         }
#header {
         background: rgb( 247, 201, 129 ) url(bilder/headerback.png)  repeat-y  ;
         height: 231px;
         width:1000px;
         }
#navi{
         background: rgb(255, 255, 255);
         background-image:url(bilder/side_left.jpg);
         background-repeat:repeat-y;
         padding:0px 10px 0px 10px;
         float: left;
         width: 145px;
         height:710px;
         font-weight:500;
         font-size:25px;

         text-align:left;
         font-family:Calibri,Arial;

                    }



#navi_right{
         background: rgb(255,255, 255);
         background-image:url(bilder/side_right.jpg);
         background-repeat:repeat-y;

         float: right;

         height:710px;
         width:205px;
         line-height: 10px;
         text-align:center;

         }

#footer {
         background: rgb(255, 255, 255);
        background-image:url(bilder/footer.png);
         background-repeat:repeat-y;
         height:62px;
         width:1000px;

         text-align: center;
         float: left;
         font-weight:300;
         font-size:12px;
         line-height: 15px;
         font-family:Calibri,Arial;
         }

#content {
         background: rgb(255, 255, 255);
         background-repeat:none repeat scroll 0% ;
         width:600px;
         height:710px;
         float:left;
         font-size:20px;
         font-family:Calibri,Arial;
         padding-left:15px;
         padding-right:15px;
         text-align:left;
               }

a:link {
         color: rgb(14, 41, 109);
         text-decoration: none;
         font-size:20px;
         font-weight:500;
          }
a:visited {
         color: rgb(14, 41, 109);
         font-size:20px;
         font-weight:500;
         text-decoration: none;
          }
a:hover {
         color: rgb(249, 112, 29);
         text-decoration: none;

         font-size:20px;
         font-weight:500;
}
h1 {
font-size:25px;
}

h2 {
font-size:20px;
}

#Uhr {  top:20px; left:10px;line-height:20px;padding: 5px 5px 5px 5px; }

.Uhr { font-family:Calibri,Arial; font-size:17px; color:white; }
.RestDerSeite { font-family:Arial; color:black; }