/* CSS Document */

  body {
    color: white; 
    background-color: black;
    font-size: 0.8em;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    text-align: left; 
  }

  a {color: #C40006; text-decoration: none;}
  a:hover {color: #C40006;}
  a.selected:link {color: #C40006;}
  a.selected:visited {color: #C40006;}
  
  a img {border: 0px;}

  div.content-block a[href^="http:"] {
  	background-image: url(../media/images/external_link.png);
  	background-repeat: no-repeat;
  	background-position: right center;
  	padding-right: 16px;
  }
  
  div.content-block a[href^="http://www.rathausnacht.de"] {
  	background-image: none;
  	padding-right: 0;
  }

  h1#header-top, h2#header-bottom{
    margin: 0; 
    padding: 0;    
    font-size: 1.5em;
    text-align: left;
    color: black; 
  }
  
   h2#header-bottom{
    padding-top: 2px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
  }

  p#link-hbs {
    text-align: right;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-size: 0.8em;    
  }
  p#link-hbs a {color: black; text-decoration: none;}
  p#link-hbs a:hover {color: black;}
  p#link-hbs a.selected:link {color: black;}
  p#link-hbs a.selected:visited {color: black;}  
    
  span.hbs {
    color: #C40005;
  }
    
  ul#navigation {
    display: none;
  }

  div#content-main {
    color: black;             
  }

  img#header-image{
    display: none;
  }
     
  div#header-fadeshow{
    display: none;
  }   
     
  div.content-block, div.content-block-start {
    font-size: 0.9em; 
  }
  
  div.content-block h2, div.content-block h3 {
    font-size: 1.1em;
    font-family: Verdana, Helvetica,Arial,sans-serif;    
    font-weight: bold;
    margin: 0.2em 0;
  }
  
  div.content-block h3 {
    font-size: 1.0em;
    padding: 1.0em 0 0.5em 0;
  }
  
  div.content-block p {
    padding: 1.0em 0;
    margin: 0;
    text-align: left;
    width: 100%;
    }

  div.content-block p img{
    clear: right;  
    float: right; 
    margin: 5px 0px 5px 10px;
    border: 1px solid black;      
  }
    
  div.content-block ul {
    padding: 0 2em;
    margin: 0 0em;
    list-style-type: square; 
    }

  div#footer {
    display: none;  
  }

  div#footer table {
    display: none;
  }

  div#footer td{
    display: none;
  }

  div#footer a {color: #C40006; text-decoration: none;}
  div#footer a:hover {color: #C40006;}
  div#footer a.selected:link {color: #C40006;}
  div#footer a.selected:visited {color: red;}

  h1#ae {
    display: none;
  }

