/* CSS Document */

  body {
    color: white; 
    background-color: black;
    font-size: 0.8em;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    margin: 0 auto; /* zentrierung der Seite */ 
    padding: 0em;
    min-width: 900px;
    width: 900px;
    text-align: left; 
  }

  a {color: #C40006; text-decoration: none;}
  a:hover {color: #C40006;}
  a.selected:link {color: #C40006;}
  a.selected:visited {color: #C40006;}
  
  
  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: #C40006;}  
  
  a img {border: 0px;}

  div.content-block a[href^="http:"] {
  	background-image: url(../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-start{
    width: 900px;
    height: 82px;
    margin: 0; 
    padding: 0;    
    font-size: 1.5em;
    text-align: left;
    text-indent: -1000px;
    color: white;
    /*background-image: url(../images/header_top_nur_bg.jpg);*/
    background-color: #C40005;    
    background-repeat: no-repeat;
    background-position: left top;
    border: 0;
  }

  h1#header-top, h2#header-bottom,h2#header-bottom-nobling{
    width: 900px;
    height: 82px;
    margin: 0; 
    padding: 0;    
    font-size: 1.5em;
    text-align: left;
    text-indent: -1000px;
    color: white;
    /*background-image: url(../images/header_top_nacht_der_jugend.jpg);*/
    background-color: #C40005;    
    background-repeat: no-repeat;
    background-position: left top;
    border: 0;
  }
  
  h1#header-top-museen{
    width: 900px;
    height: 82px;
    margin: 0; 
    padding: 0;    
    font-size: 1.5em;
    text-align: left;
    text-indent: -500px;
    color: white;
    /*background-image: url(../images/header_top_museen.jpg);*/
    background-color: #C40005;    
    background-repeat: no-repeat;
    background-position: left top;
    border: 0;
  }
  
   h2#header-bottom{
    width: 900px;
    height: 19px;
    padding-top: 2px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    text-indent: 120px;
    /*background-image: url(../images/header_bottom_nacht_der_jugend.jpg);*/
    background-color: #C40005;
  }
  
   h2#header-bottom-nobling{
    width: 900px;
    height: 19px;
    padding-top: 2px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    text-indent: 120px;
    /*background-image: url(../images/header_bottom_ohne_bling.jpg);*/
    background-color: #C40005;
  }

  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;
  }
  div#wrapper-content {
    background-color: black;
    padding-left: 39px;
    border-left: 12px solid #C40005;
    border-right: 1px solid silver;     
  }
  * html div#wrapper-content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }   



  div#content-main {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 54px;
    padding-right: 114px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid #C40006;
    color: black;             
    background-color: black;
    /*background-image: url(../images/background_rathaus.jpg);
    background-position: 0px 133px;*/
    background-repeat: no-repeat;
    min-height: 545px;
    /*max-height: 2000px;*/
  }
  * html div#wrapper div#content-main {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
  div#content-main.nopic {
	  background-image: none;
  }
  
  div#content-main.museen {
	  background-image: url(../images/foto_zapf.jpg);
  }
   
  img#header-image{
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    background-position: left top;    
  }
     
  div#header-fadeshow{
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    width: 674px; 
    height: 100px;
    position:absolute;
    margin:0;
    padding: 0;   
  }   
  
       
  ul#navigation {  	  
      font-size: 0.9em;
      font-family: Verdana, Helvetica,Arial,sans-serif;  
      /*clear:both;
      float:left;*/
      margin: 0;
      padding: 0.5em 0 0 0;
      list-style: none;
      text-align: center;      
      width:100%;
  }
  
  ul#navigation li {
      margin: 0;
      padding: 0 7px;
      float: left;
      border-left: 1px solid white;
  }
  
  ul#navigation li.no-item-border {
      border-left: none;
  }  
  
  ul#navigation li a {
      display: block;
      color: white;
      text-decoration: none;
  }
  
  ul#navigation li a:hover {color: #C40006;}
  ul#navigation a.selected:link {color: white;}
  ul#navigation a.selected:visited {color: white;}


  div.content-block, div.content-block-start {
    margin: 1em 0 0.0em 0;
    padding: 1.5em 1.5em 1.0em 1.5em;
    width: 640px;
    background: white;
    filter: alpha(opacity=90);
    opacity: 0.9;
    border: 1px solid black;
    border-top: white;
    border-left: white;
    font-size: 0.9em; 
  }
 



div.content-block form span.formrow{
display:inline;
float:left;
margin:0 0 10px;
vertical-align:top;
width:100%;
}
 
	
 div.content-block form span.formrow label{
	display:inline;
	float:left;
	margin:0;
	width:90%;
  }

 
 
 
 
   div.content-block-start {
    margin: 2.5em 0 6.0em 0;
    width: 400px;    
  }
  
  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;
    clear:both;
  }
  
  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 {
    clear: both;
    border: 1px solid silver;
    border-top: 0;
    border-right: 0;    
    margin: 0; 
    margin-bottom: 50px;     
    padding: 0.1em;
    font-size: 0.9em;
    text-align: left;
    color: black;
    background-color: white; 
    text-align:center;   
  }

  div#footer table {
    vertical-align: middle;
    margin: 2px auto;
    font-size: 0.8em;;
  }

  div#footer td{
    width: 45%;
    vertical-align: middle;
  }

  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;}
  
  div#footer img {margin-right: 50px;}
  
  
  h1#ae {
    display: none;
  }

