body {
  margin: 0px;
  padding: 0px;
  font-family: "Georgia","Times New Roman",Times,serif;
  background-color: #d7d8cc;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  color: #5a5a5a;
  text-align: center;
}
h1 {
  font-size: x-large;
  line-height: normal;
  color: #a71431;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
h2 {
  font-size: large;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
  line-height: normal;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rot {
  color: #a71431;
}
a {
  text-decoration: none;
}
a:hover {
  color: #c8183b;
}
a:focus {
  color: #c8183b;
  text-decoration: underline;
}
a:link {
  color: #a71431;
}
a:active {
  color: #c8183b;
  text-decoration: underline;
}
a:visited {
  color: #780e23;
}

table {
 border: 0px, none;
 padding: 0px;
 margin: 0px;
 text-align: left;
 table-layout: fixed;
 border-collapse: collapse;
}
tr {
 border: 0px, none;
 margin:0px;
 padding: 0px;
}

td#kopf {
   background: #D8D9CC;
   hight: 160px;
   text-align: right;
   border-top: 0px, none;
}
td#navigation {
   background: #D8D9CC;
   text-align: center;
   width:160px;
   border-top: 0px, none;
}
td#hotel {
   background: #D8D9CC url('images/hotel.jpg') no-repeat center top;
   width: 160px;
   padding-top: 403px;
   margin-left: 3px;
   text-align: center
}
td#zimmer {
   background: #D8D9CC url('images/zimmer.jpg') no-repeat center top;
   width: 160px;
   padding-top: 403px;
   margin-left: 3px;
   text-align: center
}
td#restaurant {
   background: #D8D9CC url('images/restaurant.jpg') no-repeat center top;
   width: 160px;
   padding-top: 403px;
   margin-left: 3px;
   text-align: center
}
td#tagung {
   background: #D8D9CC url('images/tagung.jpg') no-repeat center top;
   width: 160px;
   padding-top: 403px;
   margin-left: 3px;
   text-align: center
}
td#aktuelles {
   background: #D8D9CC url('images/hamburg.jpg') no-repeat center top;
   width: 160px;
   padding-top: 403px;
   margin-left: 3px;
   text-align: center
}
td#feiern {
   background: #D8D9CC url('images/feiern.jpg') no-repeat center top;
   width: 160px;
   padding-top: 403px;
   margin-left: 3px;
   text-align: center
}
td#index {
   background: #ffffff;
   width: 160px;
   padding-top: 0px;
   margin-left: 3px;
   text-align: center;
   height: 400px;
}
td#inhalt {
   background: #FFF;
   text-align: left;
   border-left: 3px, solid;
   border-right: 3px, solid;
   border-color: #D8D9CC;
   padding: 5px;
   width: 425px;

}
div#navigation {
  margin: 0px;
  top: 0px;
  padding-top: 166px;
  font-size: 80%;
  width: 160px;
  /* height: 560px;*/
  background-color: #d7d8cc;
  background-image: url('images/navigation.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

div#navigation a {
  text-decoration: none;
}
div#navigation a:active {
  color: #c7173a;
  text-decoration: underline;
}
div#navigation a:focus {
  color: #a71431;
  text-decoration: underline;
}
div#navigation a:hover {
  color: #a71431;
}
div#navigation a:link {
  color: #5a5a5a;
}
div#navigation a:visited {
  color: #787878;
}
div#navigation a.rot {
  text-decoration: none;
}
div#navigation a.rot:active {
  color: #c8183b;
  text-decoration: underline;
}
div#navigation a.rot:hover {
  color: #c8183b;
}
div#navigation a.rot:focus {
  color: #c8183b;
  text-decoration: underline;
}
div#navigation a.rot:link {
  color: #a71431;
}
div#navigation a.rot:visited {
  color: #780e23;
}
div#navigation ul {
  margin: 5px 5px 40px;
  padding: 0px;
  list-style-type: none;
}
div#navigation li {
  border-style: none none none solid;
  border-left: 3px solid #a71431;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 10px;
  text-align: left;
}
div#navigation p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}
/* Lightbox Styles */
#lightbox{        position: absolute;        left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 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;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%        ; }

#imageData{        padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;        }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }