body{
  background-color:#4a4757;
  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:700px;
}
#thumbnails {
  margin-top: 17px;
  width:600px;
  margin-left:auto;
  margin-right:auto;
}
#bilder{
  float:left;
  width:700px;
  background-color:#f7f7f7;
  padding:0 0 0 2px;
  border:solid 1px #cacaca;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
}
#w3c{
  width:100%;
  float:left;
}
#w3c p{
 float:left;
}
#text{
  float:left;
  width:100%;
  font-size:85%;
}
.slideshowContainer {
  border: 1px solid #cccccc;
  width: 600px;
  height: 462px;
  margin:25px auto 10px;
  text-align:center;
}
.loading {
  background: transparent url(bilder/bild01.jpg) no-repeat scroll center;
}
.slideshowThumbnail {
  width:55px;
  height:42px;
  float:left;
  margin:2px;
  text-align:center;
}
.slideshowThumbnail img {
  border: 0px solid white;
  padding: 2px;
}
a.slideshowThumbnail:hover img {
  border: 0px solid #cccccc;
  padding: 2px;
}
.outline {
  border: 1px solid orange;
  z-index: 0;
  position: absolute;
  border-radius:1px;
  -moz-border-radius:1px;
  -webkit-border-radius:1px;
  -khtml-border-radius:1px;
}
.menue{
 width:100%;
 text-align:center;
 font-weight:bold;
 font-size:85%;
 height: 20px;
 line-height: 25px;
 margin:0 0 5px 0;
 float:left;
  
}
