body {
  background: #1e1e1e url('img/header_bg-verlauf.gif') repeat-x;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  overflow-y: scroll;
                                              vertical-align: ;
}

#page {
  width: 1064px;
  margin: 0 auto;
}

#header {
  height: 154px;
  background: url('img/header_bg.jpg') no-repeat;
}

#header a {
  position: relative;
  top: 18px;
  left: 30px;
  display: block;
  height: 111px;
  width: 328px;
  cursor: default;
}

#header a:focus
{
  -moz-outline-style: none;
}

#header h1 {
  position: absolute;
  top: -99999px;
}

#nav {
  position: absolute;
  top: 28px;
  height: 54px;
  width: 656px;
  margin-left: 368px;
}

#nav a.navhover  {
  background-position: 164px !important;
}

#nav a {
  display: block;
  float: left;
  height: 100%;
  width: 164px;
  background-position: 328px !important;
}

#nav a.active {
  background-position: 0px !important;
}

#nav a:hover {
  background-position: 164px !important;
}

#nav a:focus
{
  -moz-outline-style: none;
  background-position: 164px !important;
}

#nav a span {
  position: absolute;
  top: -99999px;
}

#content {
  background: url('img/content_bg.gif') repeat-y;
  
  /* typo */
  color: #b3b3b3;
  text-align: justify;
  line-height: 1.3em;
  font-size: 13px;
}

#content a {
  color: #000;
  text-decoration: none;
  background: transparent url("img/link.png") no-repeat 0px center;
  padding: 0 1px 0 16px;
}

#content a:hover {
  background: transparent url("img/link.png") no-repeat 2px center;
  text-decoration: none;
}

#content h2 {
  display: block;
  font-size: 1.65em;
  font-weight: 700;
  width: 100%;
  padding: 10px 0;
  margin: 8px 0;
  border-bottom: 1px solid #666;
}

#content h3 {
  font-size: 1.35em;
  font-weight: 700;
  width: 100%;
  margin: 8px 0 2px 0;
}

#content ul {
  list-style-type: square;
}

#content>div {
  background: url('img/content_header.jpg') no-repeat; 
}

#content>div>div {
  background: url('img/content_footer.jpg') bottom no-repeat;
  padding: 5px 55px 10px;
  min-height: 300px;
}

#footer {
  margin-top: 6px;
  font-size: 11px;
  color: #000;
  height: 53px;
  background: url('img/footer_bg.jpg') no-repeat;
  padding: 19px 55px;
}

#footer a {
  color: #000;
}

#footer a:hover {
  color: #090909;
}

#footer .left {
  width: 635px;
  float: left;
}

#footer .center {
  width: 150px;
  float: left;
}

#footer .right {
  float: left;
}


#weeklies {
  background: #2a2a2a;
  height: 124px;
  width: 895px;
}

#weeklies img {
  border: 6px solid #414141;
  margin: 6px 0 6px 6px;
}

#weeklies ul {
  list-style: none;
  padding: 0;  
}

#weeklies li {
  margin: 0;
  padding: 0;
}

.break {
  clear: both;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.small {
  font-size: 0.9em;
}

.smaller {
  font-size: 0.75em;
}

.mitglieder li {
  margin-bottom: 8px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.img {
  border: 1px solid #666;
  padding: 6px;
  margin: 8px;
  display: inline;
}

.img img {
  border: 1px solid #666;
  margin-bottom: 3px;
}

.col {
  width: 472px;
   
}


