body {
  font:normal 100% verdana,sans-serif;
  background-color: #fff;

  /*
  background-image: url(images/herbst_bg.jpg); 
  background-repeat: no-repeat;
  background-position: bottom left;
    */

  margin:0;
  padding:0;
  color:#000;
}
h1 {
 font:bold 5em verdana,sans-serif;
 padding:15px 20px;
 margin:0;
 color:#fff;
 text-align:right;
 background-image:url("trgb.png");
 background-repeat:no-repeat;
 background-position: right;
 height:100px;
}
h1 span { display:none; }
#header {
 height:120px;
}
a {
 color:#f00;
}
#content a {
 font-weight:bold;
}
#content em {
 font-weight:bold;
 color:#900;
}

.home #header {
 background:no-repeat url(keyvisuals/skulls.jpg) #f00;
}
.anfahrt #header {
 background:no-repeat url(keyvisuals/abend.jpg) #f00;
}
.impressum #header {
 background:no-repeat url(keyvisuals/boje.jpg) #f00;
}
.jubilaeum #header {
 background:no-repeat url(keyvisuals/berolina.png) #f00;
}
.freizeit #header {
 background:no-repeat url(keyvisuals/schwaene.png) #f00;
}
.wettkampf #header {
 background:no-repeat url(keyvisuals/schaefer.jpg) #f00;
}
.geschichte #header {
 background:no-repeat url(keyvisuals/steg.jpg) #f00;
}
#menu {
 border-bottom:solid 1px #000;
 border-top:solid 1px #000;
 font:normal .8em verdana, geneva, serif;
 margin:0 0 0 0;
 padding:0;
 color:#000;
 background:#e53636;
}
#menu a {
 text-decoration:none;
 color:black;
}
#menu a:hover {
 text-decoration:underline;
 color:black;
}
#menu ul {
 padding:0px;
 margin:5px;
 list-style-type:none;
}
#menu li {
 display:inline;
 margin:0;
 border-left:solid 1px #000;
 padding:0 .5em 0 .9em;
}
#menu li:first-child {
 border-left:0;
 }
#submenu {
 border-bottom:solid 1px #000;
 border-top:solid 1px #900; 
 font:normal .7em verdana, geneva, serif;
 margin:0 0 0 0;
 padding:0;
 color:#FFF;
 background:#900;
}
#submenu a {
 text-decoration:none;
 color:#FFF;
}
#submenu a:hover {
 text-decoration:underline;
 color:#FFF;
}
#submenu ul {
 padding:0px;
 margin:5px;
 list-style-type:none;
}
#submenu li {
 display:inline;
 border-left:solid 1px #F66;
 margin:0;
 padding:0 .5em 0 .9em;
}
#submenu li:first-child {
 border-left:0;
}
.current {
 font-weight:bold;
}
.small {
 font-size:80%;
}
#submenubox {
 float:left;
 padding:10px;
}
#content {
 font-size:.8em;
 margin-left:10px;
 margin-top:2em;
 margin-right:350px;
 /*border:solid 1px green;*/
}

#content h2 {
 font-size:120%;
 color:#900;
 border-bottom:solid 1px #D9D9D9;
}
#content h3 {
 font-size:105%;
 color:#900;
 border-bottom:dashed 1px #D9D9D9;
}
#content p {
 padding-left:10px;
}
#gallery {
 float:right;
 padding-right:1em;
 padding-left:1em;
 margin-top:2em;
 /*border:solid 1px green;*/
}
#gallery img {
 border:solid 1px black;
}
#gallery p {
 /* image caption */
 font-size:.6em;
 margin:0 0 10px 10px;
}
#gallery h2.news {
 /* news headline  */
 font-size:1em;
 color: #900;
 margin:0 0 10px 10px;
}
#gallery p.news {
 /* news text*/
 font-size:.8em;
 margin:0 0 10px 10px;
}
#teaser {
 margin-top:1em;
 /*border:dotted 1px #900;*/
 background-color:#ddd;
 padding:0px 6px 0px 6px;
 font-size:.6em;
 width:100%;
}
#teaser .box {
 float:left;
 width:28%;
 /*background-color:#eee;*/
 padding:3px;
 margin-right:20px;
}
#clearer {
 clear:both;
}
#teaser h2 {
 font-size:1.5em;
 margin:0;
 color:#f00;
}
#info {
 display:none;
}
dt { font-weight: bold;
     margin-top: 4px;}