body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 90%;
  margin: 0 auto;
  box-shadow: 10px 20px 30px grey;
  border-color: grey;
  border-style: solid;
  border-width: 2px;
  margin-top:10px;
  background-color:#EEEEFF;
}



#kopfbereich {
  height:150px;
  border-color: lightgrey;
  border-style: double;
  border-width: 5px;
  background: -moz-linear-gradient(top,  rgba(41,137,216,0) 0%, rgba(41,137,216,0.8) 39%, rgba(41,137,216,1) 52%, rgba(30,87,153,1) 83%, rgba(30,87,153,1) 92%, rgba(30,87,153,1) 99%, rgba(30,87,153,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,137,216,0)), color-stop(39%,rgba(41,137,216,0.8)), color-stop(52%,rgba(41,137,216,1)), color-stop(83%,rgba(30,87,153,1)), color-stop(92%,rgba(30,87,153,1)), color-stop(99%,rgba(30,87,153,1)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(41,137,216,0) 0%,rgba(41,137,216,0.8) 39%,rgba(41,137,216,1) 52%,rgba(30,87,153,1) 83%,rgba(30,87,153,1) 92%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(41,137,216,0) 0%,rgba(41,137,216,0.8) 39%,rgba(41,137,216,1) 52%,rgba(30,87,153,1) 83%,rgba(30,87,153,1) 92%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(41,137,216,0) 0%,rgba(41,137,216,0.8) 39%,rgba(41,137,216,1) 52%,rgba(30,87,153,1) 83%,rgba(30,87,153,1) 92%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(41,137,216,0) 0%,rgba(41,137,216,0.8) 39%,rgba(41,137,216,1) 52%,rgba(30,87,153,1) 83%,rgba(30,87,153,1) 92%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002989d8', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */

}

#bannerbild{
   float:left;
   margin-left:3em;
   margin-bottom:5px;
}

#bannerueberschrift{
   font-family:cursive;
   color:white;
   font-size:40pt;
   margin-left:350px;
   margin-top:25px;
   text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
}



#steuerung {
  clear:both;
  float: left;
  margin-left:10px;
  margin-top:100px;
  margin-bottom:10px;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
  width:150px;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-left:none;
  border-top:none;
  border-bottom:none;
  line-height:2em;
  font-style:italic;
  font-weight:bold;
  background-color:#EEEEFF;
}

#steuerung ul{
   padding-left:10px;
   list-style: none; 
}

#fussbereich {
  clear: both;
  background-color:lightblue;
}

#h1 {
  color: red;
}

#inhaltsueberschrift{
  background-color:#EEEEFF;
  margin-left: 200px;
  margin-top:40px;
  margin-right:10px;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
  border-top:none;
  border-right:none;
  border-left:none;
  font-size:15pt;
  font-style:italic;
  font-weight:bold;
}

#inhalt {
  background-color:#EEEEFF;
  margin-left: 200px;
  margin-right:10px;
  margin-bottom:10px;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
  border:double;
  font-family: italic;
  font-size:24pt;
}

#inhaltklein {
  background-color:#EEEEFF;
  margin-left: 200px;
  margin-right:10px;
  margin-bottom:10px;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
  border:double;
  font-family: italic;
  font-size:12pt;
}

#bildposition {
  margin-left: 200px
  margin-right: 10px;
}

p{
   margin-top:15px;
}

#tabelle {
width:80%;
border:10px solid orange;  
border-style: double;
border-width: 5px;
font-family:italic;
font-size:50pt;
border:10px solid #0f00; vertical-align:top; overflow:hidden;
  
}

th {
   border: 3px solid #000;
   font-style:italic;
   color:yellow;
   font-size:24pt;
   font-wight:bold;
   background-color:#0000FF;
   }

td {
   border: 2px solid #000;
   text-align:center;
   vertical-align:middle;
   font-style:italic;
   font-size:20pt;
   color:yellow;
   background-color:#AA0000;
   }



body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


</style>