*  { padding: 0; margin: 0; }
body {
    margin-left:20px;
    color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   background-attachment: fixed;
   background-image: url(higru-trans.png);
   background-color: #1e73be;
    
}
h1, h2, h3, p, pre { margin-bottom: 1em; }
h1 { font-size: 150%; }
h2 { font-size: 130%; margin-bottom: 1em; }

figure {
    text-align: center;
}

figcaption {
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 20px;    
}


img {
background-color: #9D9D9D;
border: 1px solid black;
border-radius: 8px;}

.imgtextl, .imgtextr 
{border: 1px solid black;
border-radius: 5px;}

.imgtextl { clear: right;
float:left;
margin:0px 10px 10px 10px;
}

.imgtextr { clear: right;
float:right;
margin:0px 10px 10px 10px;
}

img.zoom {
 transition: transform 0.4s;
}
img.zoom:hover {
 cursor: zoom-in;
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(2.0, 2.0);
 }



#kopfbereich {   
    width: 1200px;
    height: 210px;
    background-image: url(graublau-banner.png);
   border: 1px solid black;
    border-radius: 8px;
   margin: 10px;
}


a {color: white;
 text-decoration: none;}

a:hover { color: orange;
    font-weight: bold;     
}

ul {
    text-align: left;
    font-size: 110%;
    line-height:25px;    
    color: white;      
}

li {
    text-align: left;
    padding-left: 10px;
    list-style-type: none; 
    font-size: 90%;
    line-height:18px;    
    color: white;     
}


#wrapper {
          position: relative;
}

#navibereich { 
   position: absolute; 
   top: 0;
   left: 0;
   width: 150px;
   background-image: linear-gradient(120deg, darkgray, dimgray);
       padding: 10px;
   border: 1px solid black;
   border-radius: 8px;
   margin: 10px;
   margin-top: 0;
}

#textbereich{
   background-color: dimgray; 
   padding: 10px 20px;
   border: 1px solid black;
   border-radius: 8px;
   margin: 10px;
   margin-left: 192px;   
   width: 785px;
}

#sidebar {color: white;
   position: absolute;
   top: 0;
   left: 1020px;
   width: 160px;
   background-color: dimgray;
   padding: 10px;
   border: 1px solid black;
    border-radius: 8px;
   margin: 10px;
   margin-top: 0;
}

#aktuelles {color: white;
   position: absolute;
   top: 0;
   left: 1020px;
   border: 0px solid black;
   border-radius: 8px;
   margin: 10px;
   margin-top: 0;
}


#fussbereich {
   color: #D1E1C6;
   background-color: dimgray; 
   padding: 10px 20px;
   border: 1px solid black;
   border-radius: 8px;
   margin: 10px;
   margin-left: 192px;
   margin-right: 242px;
    width: 785px;
}
 