body {
  margin:0;
  padding:0;
  background:#A3BF2A;
  background-image:url(images/pageBg.gif);
}
body,table,input,textarea,select,button {
  font-family:'Lucida Sans', Lucida, Verdana, Arial, Helvetica, Frutiger, sans-serif;
  font-size:12px;
}
a {
  color:#060;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
  font-size:15px;
  color:#060;
}
h2 {
  font-size:13px;
}
h3 {
  font-size:12px;
}
#container {
  background-image:url(images/topBg.gif);
  background-repeat:repeat-x;
}
table td {
  vertical-align:top;
}
#main {
  border:solid #497D33;
  border-width:0 1px 1px 1px;
}
#leftbar {
  background:#ECC687;
  padding-top:80px;
}
#nv1 {
  width:145px;
  margin-bottom:40px;
}
#nv1 a {
  display:block;
  padding:2px 10px;
  line-height:16px;
  color:#060;
  text-decoration:none;
  font-weight:bold;
}
#nv1 a:hover {
  background:#E3BE82;
}
#nv1 a.a1 {
  background:#C3D574;
  background:#a3c02a;
}
#nv1 a.a1 {
  color:#fff;
}
#nv1 a.d2 {
  padding-left:25px;
  font-size:11px;
}
#banner {
  background:#ECC687;
  height:100px;
}
#banner h1,
#banner h2 {
  display:none;
}
#banner {
  background-image:url(images/annamateur.gif);
  background-repeat:no-repeat;
  background-position:50% 50%;
}
#content {
  background:#A3C02A;
  line-height:1.5em;
  padding:20px;
}

/* Formulare
***********************************/
label {
  float:left;
  display:block;
  width:5em;
}

form input.text {
  width:300px;
}
form textarea {
  width:300px;
}
.row {
 padding:.5em 0;
}

.copyright {
  clear:both;
  margin:1em 0 0 0;
  font-size:10px;
}
/* Bildergalerie
***********************************/
.galleryThumbs a img {
  border:solid #060 1px;
  float:left;
  margin:0 5px 5px 0;
}
.galleryThumbs a:hover img {
  border:solid #fff 1px;
}
.galleryThumbs img.a1 {
  border:solid #fff 1px;
}
/* Artikel-Listen
***********************************/
.article {
  border-top:solid #8FA925 2px;
}
.article img {
  border:solid #060 1px;
  float:left;
  margin:0 10px 3px 0;
}
.pagenavig {
  text-align:right;
  padding:2px;
  line-height:16px;
  background:#9DB828;
}

/* Termine neu
***********************************/
.termine h2 {
  border-bottom:solid #8fa925 1px;
  margin-top:2em;
}
.termin {
  clear:both;
  margin:0 0 .8em 0;
}
.termin:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.termin .date {
  display:block;
  float:left;
  width:140px;
}
.termin .description {
  float:left;
  width:360px;
}
.termin .location {
  font-weight:bold;
}
.termin .text,
.termin .text *,
.termin .link {
  margin:0;
  font-size:11px;
}

/* Player
***********************************/
.player-box {
  background:#8FA925;
  float:right;
  width:250px;
  font-size:11px;
  border:solid #060 1px;
}
.player-box ol {
  margin:0;
  padding:0;
  list-style-type:none;
}
.player-box ol li {
  margin:0;
  padding:0;
}
.player-box ol li span {
  display:block;
  padding:0 10px;
  border-bottom:dotted #8FA925 1px;
  color:#060;
}
.player-box ol li a:hover {
  text-decoration:none;
  color:#060;
  background:#A2B84A;
}
.player-box .playing {
  background:#060;
}
.player-box .playing span {
  color:#fff;
}