* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: Arial, Sans-Serif;
  text-align: center;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #09f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 2.5em;
}

strong {
  
}

p {
  line-height: 1.5em;
}

h1,h2,h3,h4,p,ul,blockquote,table {
  margin: 0 0 1em 0;
}

h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
}

body {
  color: #666;
  background: #fff url('images/blub.png');
  background-position: 0 40px;
  font-size: 11pt;
  font-family: Arial, Sans-Serif;
}

#stripes {
  background: url('images/stripes.png') repeat-x;
  background-position: 0 40px;
}

#wrapper {
  width: 700px;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#head {
  background: #fff url('images/head.png') no-repeat;
  background-position: 50% 40px;
  text-align: center;
  padding-top: 100px;
  height: 80px;
}

#head h1, #head h2 {
  display: none;
}

#nav {
  margin: 0 0 0 0;
  float: right;
  width: 200px;
}

#nav ul {
  
}

#nav ul li {
  list-style-type: none;
  padding-left: 1em;
}

#nav ul li a {
  
}

#content {
  padding-left: 20px;
  width: 450px;
}

ul {
  list-style-type: dot;
  list-style-position: inside;
}

ul ul {
  list-style-type: circle;
  list-style-position: inside;
}

ul li {
  padding-left: 1.33em;
}

#content table {
  width: 100%;
  border-collapse: collapse;
}

#content table td {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

div.index {
  text-align: center;
}

h2.spruch {
  font-size: 1.2em;
  font-weight: bold;
}

p.galerie {
  text-align: center;
}

p.galerie img {
  border: 1px solid #999;
  padding: 5px;
}

#foot {
  margin: 0;
  padding-top: 90px;
  clear: both;
  height: 90px;
}

#foot p {
  color: #666;
  margin: 0;
  text-align: center;
}

.message {
  color: #00c;
}

.error {
  color: #c00;
}

.links {
  display: none;
}

.homepage {
  display: none;
}
