body{
  background-color:#DBDBDB;
  font-family:sans-serif;
  font-size:100.1%;
}
a{
  outline:none;
}
a img {
  border:  none;
}
a {
  color: #607293;
  text-decoration: none;
}
a:hover {
  color: #354158;
}
#seite{
  margin-left:auto;
  margin-right:auto;
  width:600px;
}
#thumbnails {
  margin-top: 17px;
  width: 450px;
  margin-left:auto;
  margin-right:auto;
}
#bilder{
  float:left;
  width:500px;
  background-color:#f7f7f7;
  padding:0 0 0 5px;
  border:solid 1px #cacaca;
  border-radius:5px;
  -moz-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%;
}
.slideshowContainer {
  border: 1px solid #cccccc;
  width: 400px;
  height: 300px;
  margin:25px auto 10px;
}
.loading {
  background: transparent url(images/loading.gif) no-repeat scroll center;
}
.slideshowThumbnail {
  width:100px;
  height:75px;
  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;
  -moz-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;
  
}
