body {
   font-size:80%;
   font-family:verdana,arial;
   background-color:#000;
   margin: 0px;
   padding: 0px;
   text-align: center;
   align:center;
   margin-bottom:1em;
   vertical-align:middle
}

#kopf {
/*   border:1px solid blue;*/
   border: 0px;
   background-color: #000;
   width:1000px;
   height:245px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(../grafiken/kopf.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment:scroll;
   padding: 0px;
   overflow: hidden;
}

#navigation {
   border: 0px;
   border:1px solid red;
   border: 0px;
   background-color: #000;
   width:1000px;
   height:96px;
   margin-left:auto;
   margin-right:auto;
/*   background-image:url(../grafiken/navi.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment:scroll;*/
   padding: 0px;
   overflow: hidden;
}
#inhalt {
/*   border:1px solid green;*/
   border: 0px;
   background-color: #000;
   width:1000px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(../grafiken/background.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment:scroll;
   min-height: 700px;
<!--   height:auto !important;-->
   height:700px;
   padding: 0px;

   }

#inhalt-news {
   align: center;
   border:0px;
   width:770px;
   min-height: 700px;
   float:left;
   padding: 0px;
   }

#uebersicht {
   border:0px;
   width:200px;
   float:right;
   margin:0px;
   padding:0px;
   padding-right:30px;
   min-height: 700px;
   }

#fuss {
   border: 0px;
   background-color: rgb(123,0,0);
   width:1000px;
   margin-left:auto;
   margin-right:auto;
   padding: 0px;
   clear:left;
   vertical-align:middle;
   line-height: 150%;;
}

#thumbs {
/*   border:1px solid gray;*/
   border: 0px;
/*   background-color: #000;*/
   padding: 10px;
   width:980px;
   overflow-x: scroll;
   overflow-y: hidden;
   margin-left:auto;
   margin-right:auto;
}

#galerie {
/*   border:1px solid green;*/
   border: 2px;
   background-color:white;
   }

#container {
-moz-border-radius:15px;
background: rgb(123,0,0);
width: 186px;
height: auto;
margin: 0px;
padding: 5px;
border: 2px solid black;
overflow:hidden;
/*filter: alpha(opacity=50);  Für IE
-moz-opacity: 0.5; /* Für Gecko-Browser
opacity: 0.5; /* Für Opera 9+ */*/
}
