html { 
    height: 100%; 
}

body {
    height: 100%;
    border: 0px;
    margin: 0px;
	text-align: center;
	font-family: "Arial Narrow", Arial, Verdana, "Lucida Grande", Sans-Serif;
	background: #FFFFFF;
}

td, th { 
    vertical-align: middle; 
    border-width: 0px;
	padding: 0px;
}

table { 
    border-collapse: collapse;
    border-spacing: 0px; 
	border-width: 0px;
}

img {
    border: 0px;
    display: block;
}

a:link    { color: #7B7952; text-decoration:none; font-weight:bold; font-size: 13px; }
a:visited { color: #7B7952; text-decoration:none; font-weight:bold; font-size: 13px; }
a:active  { color: #7B7952; text-decoration:none; font-weight:bold; font-size: 13px; }
a:hover   { color: #961C2B; text-decoration:none; font-weight:bold; font-size: 13px; }

.CenteredContainerTable {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.CenteredContainerTableTd {
    text-align: center;
}

.Logo {
    text-align: left;
    padding-bottom: 3px;
}

.PhotoLinks { /* für Einzelbild */
    width: 215px;
    height: 448px;
}

.PhotoLinks1 { /* für dreigeteiltes Bild */
    width: 215px;
    height: 160px;
}

.PhotoLinks2 { /* für dreigeteiltes Bild */
    width: 215px;
    height: 128px;
}

.PhotoLinks3 { /* für dreigeteiltes Bild */
    width: 215px;
    height: 160px;
}

.GalleryThumbnails {
  width: 215px;
  height: 448px;
  background-color: #EEEEEE;
  text-align: left;
  vertical-align: top;
}

.GalleryThumbnailsTable {
  /*border-collapse: separate;*/
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-spacing: 0px;  
}

.GalleryThumbnailsTableSpacerLine {
  height: 5px;
  display: block;
}

.Print {
    width: 82px;
    height: 448px;
}

.MainTable {
    width: 100%;
}

.Linie {
    height: 1px;
    background: #961C2B;
}

.MainText {
    width: 100%;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    color: #231F20;
}

.Headline {
    font-size: 19px;
    font-weight: bold;
    color: #7B7952;    
}

.SubHeadline {
    font-size: 15px;
    font-weight: bold;
    color: #7B7952;    
}

.SubHeadlineNews {
    font-size: 15px;
    font-weight: bold;
    color: #961C2B;    
}

.Navigation {
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;  
    line-height: 15px;
}

.NaviElement {
    vertical-align: top;
}

.NaviHeadline {
    color: #7B7952; 
    font-weight:bold; 
    font-size: 13px;
}

.NavigationTrennlinie {
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    color: #7B7952;
    font-weight: bold;
}

#News {
    color: #961C2B;
}

#InfoTable td {
    vertical-align: top;
    padding-right: 8px;
}

#MainDiv {
    width: 870px;
    height: 620px;
    /* margin: 0px auto; centers the content */
}

#NaviPopupWohnungen, #NaviPopupFerien, #NaviPopupAusstattung, #NaviPopupAnreise, #NaviPopupKontakt {
    background-color: #FFFFFE; /* HACK: needed because of the padding. onmouseover would not work without this. */
    padding-top: 0px;
    display: none;
    overflow: auto;
    position: absolute;
    z-index: 999;
    text-align: left;
    width: 500px;
    height: 100px;
    line-height: 13px;
}
