#container {
  min-height: 100%;
  position: relative;
  text-align: center;
}

#main {
  width: 800px;
  padding-bottom: 30px;
  margin: 50px auto 10px;
  text-align: left;
  font-size: 1em;
}

#content {
  padding-bottom: 30px;
  margin: 30px auto 10px;
  font-size: 0.9em;
}

#spalte_links {
  float: right;
  width: 250px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 10px;
  font-size: 0.9em;
  border: thin solid #000f00;
  background-color: white;
}

.zentriert {
  margin-left: auto;
  margin-right: auto;
}

.clearing {
  clear: both;
}

#layout {
  width: 800px;
  margin: 50px auto 10px;
}

body {
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #f4f4f4;
}

#header {
  width: 800px;
  height: 250px;
  text-align: center;
  background-color: #cccccc;
}

.mitlied_werden {
  color: white;
  text-align: center;
  border: thin solid #0080ff;
  background-color: #0080ff;
  padding: 10px;
}

#navibereich {
  width: 760px;
  background-color: #cccccc;
  text-align: center;
  margin: 0px;
  font-size: 1em;
}

#navibereich li {
  display: inline;
  font-size: 1em;
}

#navibereich a {
  color: black;
  text-decoration: none;
  padding: 4px 8px;
  font-size: 1em;
}

#navibereich a:hover {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: #f4f4f4;
  font-size: 1em;
}

.subline {
  font-size: 0.45em;
  color: #0033ff;
}

.hier {
  color: black;
  background-color: #f4f4f4;
}

.ausnahme {
  color: black;
}

.ausnahme:hover {
  font-weight: normal;
}

.links {
  float: left;
  margin-right: 5px;
}

.rechts {
  float: right;
  margin-left: 5px;
}

a.mitglied {
  color: white;
}

a:hover {
  font-weight: bold;
}

.ffett {
  font-weight: bold;
}

.ffettkursiv {
  font-weight: bold;
  font-style: italic;
}