body{
  font-family:sans-serif;
  font-size:100.1%;
}
a{
  outline:none;
}
a img {
  border:  none;
}
a {
  color:yellow;
  text-decoration: none;
}
a:hover {
  color: #354158;
}
#seite{
  margin-left:auto;
  margin-right:auto;
  width:999px;
}
#thumbnails {
  margin-top: 8px;
  width: 800px;
  margin-left:auto;
  margin-right:auto;
}
#bilder{
  float:left;
  width:800px;
  background-color:black;
  padding:0 0 0 5px;
  border:solid 1px black;
  border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
}
#w3c{
  width:100%;
  float:left;
}
#w3c p{
 float:left;
}
#text{
  float:left;
  width:100%;
  font-size:85%;
}




.loading {
  background: transparent url(images/loading.gif) no-repeat scroll center;
}
.slideshowThumbnail {
  width: 99px;
  height:66px;
  float:left;
  margin:5px;
}
.slideshowThumbnail img {
  border: 1px solid white;
  padding: 4px;
}
a.slideshowThumbnail:hover img {
  border: 1px solid #cccccc;
  padding: 4px;
}
.outline {
  border: 1px solid orange;
  z-index: 0;
  position: absolute;
  border-radius:3px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
}
.menue{
 width:100%;
 text-align:center;
 font-weight:bold;
 font-size:85%;
 height: 20px;
 line-height: 25px;
 margin:0 0 5px 0;
 float:left;
  
}

