/*body{
  background: #FAF2BD !important;
background:#97bdd8 url(../img/bg.jpg) repeat bottom left fixed !important;

}*/
html body {
  background-color:#86AFCD !important;
}

body#site_hotel4 #content h1,
body#site_default #content h1,
body#site_default4 #content h1 {
  display:none;
}

/***** Tabellen *****/
th, td{
  text-align:left;
  padding:5px;
  border:1px solid #c0c0c0;
  font-size:12px;
}
th{
  color:#1A639A;
  background:#DFE0F9;
}
td{
  background:#ffffff;
}
html > body table{
  width:100%;
}
table{
  margin:20px 0;
  border-collapse:collapse;
  border:1px solid #000000 !important;
}

/***** Bilder *****/
img{
  border:none;
}
.floatleft,
.floatright{
  margin:3px;
}
.floatleft{
  float:left;
}
.floatright{
  float:right;
}
.caption{
  font-size:12px;
  color:#808080;
}

/***** Suche *****/
div.search label{
  border:1px solid #6F4C00;
  border-width:1px 0;
  padding:5px 0;
}


/***** Sprachen *****/
#languageselect{
  position:absolute;
  top:140px;
  left:605px;
  z-index:500;
}
#languageselect ul{
  list-style:none;
}
#languageselect a{
  color:#303030;
  margin:1px 1px;
  display:block;
}
* html #languageselect a{
  display:inline;
}
#languageselect img{
  float:left;
  margin:2px 0;
  width:26px;
  height:15px;
  border:none;
}

/***** Gallerie *****/
.gallery img{
  border:none;
  display:block;
}
.gallery dl {
  text-align:center;
  float: left;
  width: 220px;
  height: auto; /* 195px */
}
.gallery dt {
  display:block;
}
.gallery a {
  background:none;
  display:block;
  border:2px solid #c0c0c0;
  padding:2px;
  margin:6px;
}
.gallery a:hover {
  background-color:transparent !important;
  text-decoration:none;
  border:2px solid #dfb200;
}

.gallery dd {
  color: #000000;
  display:block;
}


/***** ShortNews *****/

#sidebar h2 {
  font-size:13px;
  padding:0 4px;
  margin:0 11px;
  border-bottom:1px solid #fff;
  color:#6f4c00;
} /*#6F4C00*/
#scroller {
  overflow:hidden;
  height:100px;
  position:relative;
  border-bottom:1px solid #fff;
  margin:0 11px 10px;
}
#scroller div {
  position:absolute;
  left:0px;
  color:#9d7e3a;
}
#sidebar #scroller div p {
  margin:0 5px 1em;
  padding:0;
  line-height:1.35em;
}


/* bottom main menu copy... */
ul#bottom_mainmenu {
  clear:both;
}
ul#bottom_mainmenu li {
  float:left;
  text-transform:uppercase;
  list-style:none;
}
ul#bottom_mainmenu li:after {
  content: "|"
}