body {
  margin-top: 20px;
  margin-left: 20px;
  background-image: url(../gfx/background.jpg);
  background-attachment:fixed;
  color: #1c1d6c;
  font: 0.8em/1.5em Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}

span.small {
  font-weight:normal;
}

a {
  text-decoration: none;
  color: black;
}

a:hover, a:active {
  text-decoration: underline;
  color: #1c1d6c;
}

h1, h2, h3 {
  text-decoration: underline;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.0em;
}

table {
  font-size: 0.95em;
  font-weight: normal;
  border-spacing:0;
}

table.ahnentafel {
  width: 708px;
  padding: 0;
}

table.bilder {
  width:720px;
  padding: 0;
  border:none;
}

div.menu, #content, #banner, .designgfx, #copyright {
  margin-left:50px;
  width: 754px;
}

img.pic {
  padding: 3px;
  width: 150px;
  border: 1px #1c1d6c solid;
  background-color: #3e910d;
}

img.pic:hover {
  background-color: #a8d5fd;
}

#banner {
  height: 88px;
  background-image: url(../gfx/banner.png);
}

#bilderleiste {
  width: 856px;
  height: 124px;
  background-image: url(../gfx/hunde.png);
}

#content {
  text-align: left;
  padding: 10px 20px;
  background-image: url(../gfx/bg_content.png);
  background-repeat: repeat-y;
}

div.menu {
  background-image: url(../gfx/menu.png);
  height:23px;
  text-align: center;
  font-weight:bold;
}

#copyright {
  text-align: right;
  color: white;
}

.accordionWrapper {
  display:inline-block;
  overflow:hidden; }

.accordionWrapper div {
  display:inline;
  float:left;
  margin:auto; }

.accordionWrapper div.hide_title {
  cursor:pointer; }

.accordionWrapper div.hide_title:hover {
  text-decoration:underline; }
  
.accordionWrapper div.hide_content {
  display:none; }