
body { 
  background: #103c5a;
  margin-top: 10px;
  text-align: center; /* around ie6 bug: does not align center with margin: o auto; */
}

#wrapper { 
  margin: 0 auto;
  width: 800px;
}
#pan {
  /* top:0px; left:0px; */
  width:802px; height:160px; z-index:0; 
  border: none;
  clear: both;
}

#panspline { 
  background:#94a7b5;
  height:1px;
}


#slogan { 
  /* position:absolute; */ 
  width:800px; height:42px; z-index:0;
  border:none;
}
#adrside { 
  padding-top: 10px;
  padding-left: 8px;
  padding-bottom: 1px;
  font-size:0.7em; 
  /* color: #d5dbe5; */
  color: #103c5a;
  background: #708a9c;
}

#adrspline { 
  background:#94a7b5;
  height:20px;
}

#logo { 
  margin-bottom: 0px;
}

#logospline { 
  background:#94a7b5;
  height:1px;
}

#left { 
  position: relative;
  top: 10px;
  float: left;
  width: 160px;
  height: 750px;
  background: #4c6d83;
  display: inline; /* around ie6 bug: floating bug */
  text-align: left; /* around ie6 bug: rearrange to align left */
}
#right { 
  position: relative;
  float: right;
  width: 640px;
  margin-top: px;
  padding-top: 10px;
  display: inline; /* around ie6 bug: floating bug */
}
#cont {  
  font-family: verdana, arial;
  /* font-family: serif; */
  font-size:0.8em; 
  text-align: justify;
  padding-left: 10px;
  color: #ffffff;
}

#prlinks { 
  padding-left: 0px;
  margin-left: -35px; /* to move the list to the left */
  /* font-family: arial, helvetica, sans-serif; /* set font for navigation, sclinks is netest -> ie6 bug: does not work */
  line-height:1.3em; 
  /* text-decoration: none; is overwritten by style of a-tag */
  overflow: hidden; /* around ie6 bug: otherwise with big fonts the layout crashes */
  width: 190px; /* around ie6 bug: NASTY! otherwise with big fonts the layout crashes */
                /* 190px - 35px = 155px */
}

#nav01 { 
  list-style-type: none;
 }

#nav01 ul { 
  padding-left: 19px; /* defines left margin of nav02 list position */
  margin-left: 0px;
  color: #e5352c;
}

#nav01 a { 
  font-family: arial, helvetica, sans-serif; /* set font for navigation, sclinks is netest */
  font-size:.8em; 
  font-weight: normal;
  text-decoration: none; 
}

#nav01 a.active  {  
  text-decoration: underline;
  font-weight: bold;
}

#sclinks { 
  font-size:.85em; 
  line-height:1.2em;  
}

#nav02 { 
  list-style-type: square;
 }

a:link    { color:#ffffff; }
a:visited { color:#ffffff; }
a:hover   { color:#d83820; 
  text-decoration: underline;
}
a:active  { color:#d83820; }

.spline { 
  background:#94a7b5;
}
h3 { margin:0;
  color:#e5352c; 
  font-size: 1.5em;
  text-align: left;
}

h4 { margin:0;
  color:#e5352c; 
  font-size: 1.2em;
  text-align: left;
}

hr { border:0;
  height:1px;
  color:#e5352c;
  background-color:#e5352c;
  noshade: noshade;
 }

hr.small { border:0;
  height:1px;
  color:#e5352c;
  background-color:#e5352c;
  noshade: noshade;
  width: 40%;
  text-align: left;
 }

table { 
  font-size: 1em; 
  color: #ffffff;
 }

table.squaregal {
  border-spacing: 5px;
}

table.preise {
  border-width: 1px;
  border-spacing: 0px;
  border-padding: 1px;
  border-style: solid;
  border-color: #e5352c;
  border-collapse: collapse;
}

table.preise {
  border-width: 1px;
  border-spacing: 0px;
  border-padding: 1px;
  border-style: solid;
  border-color: #e5352c;
  border-collapse: collapse;
}

table.preise tr.room {
  border-width: 1px;
  border-style: solid;
  border-color: #e5352c;
}

table.preise td {
  border-width: 1px;
  border-style: solid;
  border-color: #e5352c;
}

table.preise td.room {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

table.preise td.persons {
  text-align: center;
  font-style: italic;
}

table.preise td.price {
  text-align: right;
  padding-right: 10px;
}

table.preise th {
  border-width: 2px;
  border-style: solid;
  border-color: #e5352c;
  color: #e5352c;
}
.tblcont { 
  position:relative; 
  margin:0px;
  font-family: verdana, arial;
  font-size:100%;   
}


.illuright { 
  margin: 2px 0px 1px 10px;
  float: right;
 }

.illuleft { 
  margin: 2px 10px 1px 0px;
  float: left;
 }

.emph { 
  font-size: 1.05em;
  color: #e5352c;
}
