  body {
    color: silver; 
    background-color: #070707;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; 
    padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    background: url(/cms/upload/logos/pbg.gif);
  }


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 778px;
    padding: 0;
    background: #202020;
    border: 4px ridge #040404;

  }

   #Seite li {
    margin-bottom: 0.3em;
  }

  #Banner {
   background: #111111 url(/cms/upload/logos/s2dlogo.jpg) no-repeat 100% 45%;
   margin: 2px;
  }


 

/* <# -----  Navigation  ------    */

  ul#Navigation {
    float: left; 
    width: 160px;
    margin: 0; 
    padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.2em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.1em 0.1em 0.1em 0.6em;
    font-size: 1em;
    font-weight: bold;
    text-decoration:none;
  }

  ul#Navigation a:link {
    color: gray; background-color: #202020;
  }
  ul#Navigation a:visited {
    color: gray; background-color: #202020;
  }
  ul#Navigation a:hover {
    color: white; background-color: #202020;
  }
  ul#Navigation a:active {
    color: red; background-color: #202020;
  }
  
   ul#Navigation a.current:link { color:orange;  }
   ul#Navigation a.current:visited { color:orange;  }

 ul#Navigation li ul li{
   margin-left:-20px;
 }
 
 ul#Navigation li ul li a{
   font-size:smaller;
 }
/* ---- Navigation ---- #> */


/*  <# ---- Inhalt ---- */
  div#Inhalt {
    margin: 0 0 0 160px;
    padding: .5em;
    background-color:black;
    color: #eee;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }


 div#Inhalt h1 {
    font-size: .83em;
    font-weight: bold;
    padding: 0.2em 0.2em 0.2em 0.4em;
    color: white;
    background-color: #707070;
    border-left: 10px solid orange;
  }


  div#Inhalt h2,h3,h4,h5 {
    color:orange;
  }

  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }

 div#Inhalt img {
     margin: 3px;
     border: 0px solid #505050;
  }

 div#Inhalt img.rahmen {
    border: 2px solid #505050;    
 }




  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
 
  div#Inhalt a:link {
    color:orange;
    text-decoration:none;
  }

  div#Inhalt a:visited {
    color:orange;
    text-decoration:none;
  }

  div#Inhalt a:hover {
    color:orange;
    text-decoration:underline;
  }
  
  #Inhalt table tr td {
    font-size: 0.83em; 
  }

/* ---- Tabelle ---- */

table { 
  border-collapse:collapse;
  border:1px solid white;
}

td {
  padding:3px;
}

tr.bg {
  background-color: #707070;
}

/* ---- playlist ---- */

div.playlist p strong {
 display:block;
 width:250px;
 float:left;
}


a.smilie img {
  border:0;
}

div.playlist p {
  margin: .2em;
}



/* <#---- Fusszeile  ---- */

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: right;
    background-color: black;
    border-top: 1px solid silver;
  }
  p#Fusszeile a:link {
    color:white;
    text-decoration:none;
  }
  p#Fusszeile a:visited{
    color:white;
    text-decoration:none;
  }

/* ----- Fusszeile ----#> */


/* <# ----  Gästebuch  ----- */

div.vpgb_eintrag { border:1px solid white; background-color:#202020; }
div.vpgb_avatar { display:none; }
div.vpgb_datum {float:left:}
div.vpgb_tag {}
div.vpgb_name {float:left}
div.vpgb_ort {float:left}

label.fleft {
  display:block;
  width:120px;
  text-align:right;
  float:left;
}

div.sitemap_level2_container{
  margin-left: 2em;
  border-left: 4px solid organge;
  margin-bottom: 0.5em;
}

