/* CSS Document */

html {
  background-color: black;
}

body {
  width: 900px;
  margin: 0.5em auto;
  padding-bottom: 1em;
  border: 4px solid #900;
  background-color: #333;
  color: #eee;
  text-align: center;
  font-family: sans-serif;
  font-size: 101%;
}

h1 {
  border-bottom: 4px solid #900;
  padding: 3px;
}

div.bildtext {
  width: 650px;
  margin: 1em auto;
} 

img.hauptbild {
  display:block;
  margin:auto;
  border: 1px solid white;
  padding: 2px;
}

p.untertitel {
  font-size: 120%;
  font-weight: bold;
}

p.c-hinweis {
  font-size:80%;
}

div.navigation {
  background-color: #666;
  padding: .5em 0;
  margin: .5em 0;
}

a {
  color:#eee;
}

div.navigation a {
  border: 2px outset black;
  padding: .2em .5em;
  margin-left: .7em;
  margin-right: .7em;
  background-color: #ccc;
  text-decoration: none;
  color: black;
}

div.navigation a:hover {
  background-color: white;
}

div.navigation a:active {
  border-style: inset;
}

div.navigation a.inaktiv {
  border:2px solid #777;
  background-color:#666;
  color:#777;
}

div.navigation a:hover.inaktiv {
  background-color:#666;
}

table.uebersicht {
  border-collapse:collapse;
  margin: auto;
  max-width: 95%;
}

table.uebersicht td, table.uebersicht th {
  border: 1px solid #666;
  padding: .5em;
  text-align: left;
}

table.uebersicht td img {
  float:left;
  margin-right: 1em;
  border:1px solid black;
}

table.uebersicht td a {
  text-decoration:none;
}

table.galerieindex {
  margin: auto;
  border-collapse: collapse;
}

table.galerieindex td {
  padding: 10px;
  border: 1px solid #666;
  text-align:center;
  vertical-align:top;
}

table.galerieindex p {
  font-size: 75%;
}

table.galerieindex a {
  border: none;
}

table.galerieindex img {
  border: 1px solid #999;
}

