/* CSS Document */
/* -------Allgemeine Formatierungen der HTML Tags--------- */
* { 
    margin:0; 
    padding:0;
}
html {
    height: 100%;
    margin-bottom: 1px;
}
strong {
font-weight: bold;
}
body {
    font-size: 100.01%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #3D3B38;
    text-align: center;
    background-color: #cccccc;
}
#header-ms {
 position: relative;
 height: 50px;
 font-size: 0.8em;
 font-weight: 600;
 color: #666666;
}
#seite {
position: relative;
 min-height: 98%;
 text-align: left;
 max-width: 1024px;
 min-width: 950px;
 margin-left: auto;
 margin-right: auto;
 background-color: #ffffff;
 border: 10px solid #ffffff;
 z-index: 100;
 margin-bottom: 10px;
 margin-top: 10px;
 zoom: 1;
 }
#logo_print{
display: none
}
#kopf {
 max-width: 100%;
 height: 150px;
 padding-left: 10px;
 clear: both;
 background-color: #f0f0f0;
 background-image: url(/header_schriftzug.jpg);
 background-position: top right;
 background-repeat: no-repeat;
 font-size: 0.8em;
 position: relative;
 border: 1px solid #66666;
 border-bottom: none;
}

#kopf .logo {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 216px;
        height: 150px;
        border-right: 1px solid #666666;
    /* background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);*/
filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8;
background-color: #FFF;
 }
#kopf .logo img {
       margin-top: 30px;
}
#header .logo img {
        margin-left: auto;
        margin-right: auto;
}
#header .stadtlogo {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
}
#kopf img,
#header-ms img {
 border: none;
}
.ms-logo {
        float: left;
}
.stadtlogo {
   float: right;
        margin-top: 4px;
}
a,
a:link,
a:visited {
    color:#730927;
    font-weight:bold;
    text-decoration: underline;
}
a:hover,
a:focus,
a:active {
    text-decoration:underline;
}
.unsichtbar {
    position: absolute;
    top: -2000em;
    left: -2000em;
    width: 100em;
}
.clear {
    clear: both;
    visibility: hidden;
height: 1px;
}
.clear2 {
    clear: both;
    visibility: hidden;
height: 1px;
margin-top: 10px;
}

hr.clearfix {
    visibility: hidden;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#streifen {
        position:absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #730927;
        height: 8px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
}
*html #streifen {
        position: absolute;
        height: 6px !important;
        bottom: 0;
        left: 0;
        right: 0;
        width: 101%;
}
#navigation {
 position: absolute;
 top: 201px;
 left: 0;
 width: 215px;
 font-weight: bold;
 
 border-left: 1px solid #666666;
 border-top: 1px solid #666666;
}
*html #navigation {
 margin-right: 0;
 top: 200px;
}
#navigation h2 {
    color: #730927;
    display: block;
    font-size: 0.95em;
    font-style: italic;
    padding: 20px 4px 6px 10px;
    border-bottom: 2px #ffffff solid;
}
#navigation ul {
        list-style-type: none;
}
#navigation li {
        border-bottom: 2px #ffffff solid;
}
#navigation li a,
#navigation li a:link,
#navigation li a:visited {
        color:#3D3B38;
        background-color: #dddddd;
        text-decoration:none;
        font-size: 0.8em;
        display: block;
        line-height: 1.3em;
        padding: 5px 5px 5px 10px;
}
#navigation li a:active,
#navigation li a:focus,
#navigation li a:hover {
        color:#ffffff;
        background-color: #730927;
        font-weight: bold;
        padding: 5px 5px 5px 10px;
}
#navigation a.aktiv,
#navigation a.aktiv:link,
#navigation a.aktiv:visited,
#navigation a.aktiv:active,
#navigation a.aktiv:focus,
#navigation a.aktiv:hover {
        color:#ffffff;
        font-weight: 600;
        background-color: #730927;
}
#navigation li ul
{
    list-style-type: none;
    color: #000000;
    border: none;
    border-top: 1px solid #ffffff;
}
#navigation li li
{
    list-style-type: none;
  border-bottom: 1px solid;
  border-bottom-color: #ffffff;
}
#navigation li li a,
#navigation li li a:link,
#navigation li li a:visited
{
    color: #333333;
  text-decoration: none;
  padding: 5px 5px 5px 20px;
  display: block;
  font-weight: normal;
  background-color: #cccccc; /* Hintergrund Navi, 2. Ebene */
  border:none;
}
#navigation li li a:active,
#navigation li li a:focus,
#navigation li li a:hover,
#navigation li li a.aktiv,
#navigation li li a.aktiv:link,
#navigation li li a.aktiv:visited,
#navigation li li a.aktiv:active,
#navigation li li a.aktiv:focus,
#navigation li li a.aktiv:hover
{
  color: #ffffff;
  padding: 5px 5px 5px 20px;
  font-weight: normal;
  border: none;
  background-color: #666666; /* Hintergrund Navi, 2. Ebene, aktiv */
}
#navigation li li li
{
    list-style-type: none;
  border-bottom: 1px solid;
  border-bottom-color: #ffffff;
}
#navigation li li li a,
#navigation li li li a:link,
#navigation li li li a:visited
{
    color: #333333;
  text-decoration: none;
  padding: 5px 5px 5px 40px;
  display: block;
  font-weight: 300;
  background-color: #eeeeee;
  border: none;
}
#navigation li li li a:active,
#navigation li li li a:focus,
#navigation li li li a:hover,
#navigation li li li a.aktiv,
#navigation li li li a.aktiv:link,
#navigation li li li a.aktiv:visited,
#navigation li li li a.aktiv:active,
#navigation li li li a.aktiv:focus,
#navigation li li li a.aktiv:hover
{
  color: #333333;
  font-weight: normal;
  border: none;
  padding: 5px 5px 5px 40px;
  background-color: #eeeeee;
  background-image: url(pics/subnav.gif);
    background-position: 23px center;
    background-repeat: no-repeat;
}
#inhalt-back {
background-color: #eeeeee;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border: 1px solid #730927;
  border: 1px solid #666666;
}
#inhalt {
 min-height: 600px;
 padding-top: 10px;
 padding-left: 0.9em;
 padding-right: 10px;
 margin: 0px 215px 0px 215px;
 font-size: 0.8em;
 line-height: 1.4em;
 border: silver solid 1px;
 border-top: none;
 border-bottom: none;
 background-color: #ffffff;
}
*html #inhalt {
 height: 600px;
}
#inhalt h1 {
        font-size: 1.4em;
        font-weight:bold;
        color: #730927;
        margin-bottom: 10px;
}
#inhalt h2 {
        font-size: 1.1em;
        font-weight: old;
        color: #730927;
        margin-bottom: 10px;
}
#inhalt h2.anreisser {
        font-size: 1.1em;
        font-weight: bold;
        color: #730927;
        margin-bottom: 0px;
}
#inhalt h3 {
        font-size: 0.9em;
        font-weight: bold;
        color: #730927;
        margin-bottom: 10px;
}
#inhalt .chronik {
/* display: inline-block;*/
 padding: 6px;
 background-color: #f0f0f0;
 border: 1px solid #cccccc;
 border-radius:0.5em 0.5em 0.5em 0.5em;
 margin-top: 4px;
 margin-bottom: 10px;
}
#inhalt .chronik h3 {
        font-size: 0.9em;
        font-weight: bold;
        color: #730927;
        margin-bottom: 2px;
}
#inhalt p {
        line-height:1.5em;
        padding-bottom: 8px;
}
#inhalt ul {
        list-style-type: square;
        color: #730927;
        padding-left: 34px;
        margin-bottom: 10px;
}
#inhalt li {
        line-height: 1.5em;
        color: #3D3B38;
        padding-bottom: 4px;
}
#inhalt ol {
        list-style-type: decimal;
        padding-left: 34px;
        margin-bottom: 10px;
}
#inhalt ol li {
        line-height: 1.5em;
        color: #3D3B38;
        padding-bottom: 4px;
}
#inhalt dl {
    margin-bottom: 10px;
}
#inhalt dt {
    font-weight: bold;
    display: inline;
}
#inhalt dd {
    margin-left: 20px;
}
#inhalt .dekobild {
        width:200px;
        float:right;
        margin-left: 15px;
        margin-bottom: 5px;
        font-size: 0.85em;
        background-color: #f0f0f0;
        border: 1px solid #cccccc;
}
#inhalt .dekobild p {
        padding-left: 3px;
        line-height: 1.5em;
}
#inhalt .dekobild a img,
#inhalt .dekobild a:link img,
#inhalt .dekobild a:visited img{
        border: none;
}
#inhalt .dekobild img.lupe {
   margin: 3px;
    float: right;
}
#inhalt .bild_rechts {
        float: right;
        margin-left:15px;
        margin-bottom:15px;
        border: none;
}
#inhalt .bild_links {
        float: left;
        margin-right:10px;
        margin-bottom:15px;
        border: none;
}
#inhalt ul.linkliste {
        padding: 0;
        margin-bottom: 10px;
margin-left: 4px;
}
#inhalt .linkliste li {
        list-style-type: none;
        line-height: 1.3em;
        margin-left: 10px;
        display: block;
        padding: 0px 10px 8px 18px;
        background-position: 0 3px;
        background-repeat: no-repeat;
}
/*  ------ bishier angepasst --------- */
#inhalt li.pdf {
    background-image: url(pics/li_pdf.gif);
}
#inhalt li.extern {
    background-image: url(pics/li_extern.gif);
}
#inhalt li.intern {
        background-image: url(pics/li_intern.gif);
}
#inhalt li.sprung {
        background-image: url(pics/sprung.gif);
        padding-bottom: 4px;
  } 
#inhalt p a.extern,
#inhalt p a.extern:link,
#inhalt p a.extern:visited {
 background-image:  url(pics/li_extern2.gif);
 background-repeat: no-repeat;
 background-position: right;
 padding-right: 18px;
 display: inline-block;
}
#inhalt p a.intern,
#inhalt p a.intern:link,
#inhalt p a.intern:visited {
 background-image:  url(pics/li_intern2.gif);
 background-repeat: no-repeat;
 background-position: right;
 padding-right: 18px;
 display: inline-block;
}
#inhalt p a.pdf,
#inhalt p a.pdf:link,
#inhalt p a.pdf:visited {
 background-image:  url(pics/li_pdf2.gif);
 background-repeat: no-repeat;
 background-position: right;
 padding-right: 18px;
 display: inline-block;
}

#inhalt a:hover,
#inhalt a:active,
#inhalt a:focus {
 background-color: #f0f0f0;
}
#inhalt p.r {  
clear: both;  
    float: right;
    margin-top: 4px;
}
#inhalt p.zitat {
text-align: right;
}
a.top,
a.top:link,
a.top:visited {
    background-image: url(pics/top.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
   padding-left: 18px;
}
a.back,
a.back:link,
a.back:visited {
    background-image: url(pics/back.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
   padding-left: 18px;
}
/* -------Adresse---- */
#rechts {
 position: absolute;
 width: 215px;
 right: 0;
 top: 201px;
}
#rechts img {
        margin: 0;
        padding: 0;
}
#adresse {
        line-height:1.4em;
        padding: 10px 0 10px 0;
}
#adresse h2 {
        font-weight: bold;
        color: #3D3B38;
        padding-left: 8px;
        font-size: 0.8em;
        margin-bottom: 5px;
}

#adresse h3 {
        font-weight: bold;
        color: #3D3B38;
        padding-left: 8px;
        font-size: 0.8em;
line-height: 1.4em;
        margin-bottom: 5px;
}
#adresse p {
        line-height: 1.5em;
        font-size: 0.7em;
        margin: 0 4px 10px 8px;
}
#rechts .dekobild {
        width: 200px;
        float: none;
        margin-top: 10px;
        margin-left: 6px;
margin-right: 0;
        margin-bottom: 5px;
        font-size: 0.85em;
        background-color: #ffffff;
        border: 1px solid #cccccc;
}
#rechts .dekobild a img,
#rechts .dekobild a:link img,
#rechts .dekobild a:visited img{
        border: none;
}
#rechts .dekobild img.lupe  {
   margin: 0 3px 3px 3px;
   float: right;
}

#adresse .dekobild p {
        font-size: 0.8em;
        margin-left: 3px;
        line-height: 1em;
        margin-bottom: 0;
padding-top: 3px;
padding-bottom: 5px;
}

#adresse a.intern,
#adresse a.intern:link,
#adresse a.intern:visited  {
 background-image:  url(pics/li_intern2.gif);
 background-repeat: no-repeat;
 background-position: right;
 padding-right: 18px;
 display: inline-block;
}
#adresse a:link,
#adresse a:visited,
#adresse a:active {
        color:#000;
        text-decoration:underline;
        font-weight: 100;
}
#adresse a:hover,
#adresse a:active,
#adresse a:focus {
        color:#666666;
        font-weight: 100;
        text-decoration: underline;
}
#adresse ul.linkliste {
        padding: 0;
        margin-top: 0;
        margin-bottom: 6px;
}
#adresse .linkliste li {
        list-style-type: none;
        line-height: 1.5em;
        font-size: 70%;
        margin-left: 7px;
        display: block;
        padding: 0px 4px 8px 15px;
        background-position: 0 2px;
        background-repeat: no-repeat;
}
#adresse li.pdf {
    background-image: url(pics/li_pdf.gif);
}
#adresse li.extern {
    background-image: url(pics/li_extern.gif);
}
#adresse li.intern {
        background-image: url(pics/li_intern.gif);
}
#adresse li.mail {
        background-image: url(pics/li_mail.gif);
}

#rechts hr{
margin: 0 6px 4px 4px;
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #333333;
 border-bottom: solid 1px #f0f0f0; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
#fuss {
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    text-align: center;
    padding-top: 4px;
    
}
/* -------Ende Inhaltsbereich und Adresse---- */


/* ------------------------------ lightbox ---------------------*/

#galerie {
 display: block;
 overflow: hidden;
 margin-left: 22px;
 margin-bottom: 20px;
}
#galerie a:hover {
    border-bottom: none;
} 
.galerie {
  background-color: #f0f0f0;
  display: inline;
  width: 200px;
  float: left;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 10px;
  padding: 6px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
 }  
.galerie a:hover {
    border-bottom: none;
}     
     
     
#lightbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    text-align: center;
    line-height: 0;
      }
#lightbox a:hover {
    border-bottom-style: none; }
#lightbox a img{ border: none; }
#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
     
    }
#imageContainer{
    padding-top: 10px;
     }
#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{
    left: 0;
    border-bottom-style: none; }
#hoverNav a{
    border-bottom-style: none;
    outline: none medium; }
#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: url() no-repeat; /* Trick IE into showing hover */
    border-bottom-style: none;
    display: block; }
#prevLink {
    left: 0;
    float: left;
    border-bottom-style: none; }
#nextLink {
    right: 0;
    float: right;
    border-bottom-style: none; }
#prevLink:hover, #prevLink:visited:hover {
    background: url(pics/prev.gif) no-repeat left 15%;
    border-bottom-style: none; }
#nextLink:hover, #nextLink:visited:hover {
    background: url(pics/next.gif) no-repeat right 15%;
    border-bottom-style: none; }
#imageDataContainer{
    font-size: 0.8em;
     line-height: 1.2em;
     background-color: #fff;
    margin: 0 auto;
    }
#imageData{
    padding: 0;
     margin: 0;
    }
#imageData #imageDetails{
    width: 70%;
     float: left;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px; 
     }    
#imageData #caption{
    color: #4a5059;
    font-weight: bold; 
     }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }            
#imageData #bottomNavClose {
      float: right;
    padding-right: 10px;
     }    
        
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    width: 100%;
    height: 80%;
    background-color: #4a5059;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }
    
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}

/* ------- Formular -------- */
.floatbox { 
    overflow:hidden; 
}
form {
    overflow: hidden;
     margin-bottom: 20px;
}
#inhalt form .floatbox {
    padding-bottom: 6px;
}
#inhalt form .links{
  display: block;
    width: 32em;
    position: relative;
     margin-right: 6px;
}
#inhalt form .links h3 {
    clear: both;
    margin-top: 10px;
}
#inhalt form .all {
    float: left;
    width: 60em;
    position: relative;
}
#inhalt form .text {
    float: none;
    clear: both;
    width: 80%;
    position: relative;
}
#inhalt form .links,
#inhalt form .all,
#inhalt form .text {
    margin-bottom: 6px;
}
#inhalt input {
    width: 20em;
    background-color: #ffffff;
     border: 1px solid #cccccc;
}
#inhalt .links input {
    position: absolute;
    top: 0;
    right: 0;
}
#inhalt input.check {
    width: auto;
    position: relative;
    border: none;
}
#inhalt input.subject {
    width: 90%;
    position: relative;
}
#inhalt form .links label {
   display: inline;
   line-height: 1.5em;
   overflow: visible;
    width: 10em;
}
#inhalt .label {
   display: inline;
   line-height: 1.5em;
   overflow: visible;
   width: 10em;
}
#inhalt textarea {
    position: relative;
    border: 1px solid #cccccc;
    width: 90%;
    background-color: #ffffff;
     margin-bottom: 6px;
}
#inhalt form .buttons {
    font-size: 0.92em;
    width: 80%;
    position: relative;
}
#inhalt .buttons input {
    position: relative;
    width: 12em;
    background-color: #1F4D50;
    color: #ffffff;
}
#inhalt input.submit {
    float: left;
    width: 10em;
    background-color: #1F4D50;
    color: #ffffff;
    font-weight: 600;
    padding: 2px;
margin-right: 20px;
    border: 1px solid #66666;
}
#inhalt input.reset {
    float: right;
    width: 10em;
    background-color: #1F4D50;
    color: #ffffff;
    font-weight: 600;
    padding: 2px;
    border: 1px solid #66666;
}
/* Ende Formular*/


/* Ende CSS Document */