/* layout-standard-print.css */

body {
  color: #313A05;
  background-color: #F1F7F7;
  margin:0;
  padding:0;
  }

* {
  font-family: VERDANA,ARIAL,HELVETICA,sans-serif;
  color: black;
  background-color: white;
  }

div , p {
  font-size: 10pt ;
  line-height: 120% ;
  }

img {
  border: 0;
  margin: 0;
  padding: 0 ;
  }

#seite {
  width: 100% ;
  margin: 0 ;
  padding: 0 ;
  border: 0 !important ;
  }
/*************************************
  Titel
*************************************/
#titel {
  color: inherit;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  }
#titel h1 {
  font-size: 16pt;
  font-weight: bold;
  margin: 0;
  border: 0;
  padding: 10px 2px 2px 10px ;
  text-align: left;
  }
#titel h2 {
  font-size: 14pt;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 2px 10px 10px 2px ;
  text-align: right;
  }
/*************************************
  Navigation
*************************************/
#navigation {
  display: none;
  }
#navigation * {
  display: none;
  }

/*************************************
  inhalt, rechts und links
*************************************/
#inhalt {
  font-size:10pt;
  }
#links {
  float: none ;
  width: 100%;
  margin: 0 ;
  }
#rechts {
  float: none ;
  width: 100%;
  margin: 0 ;
  }
form.box , form.box * {
  display: none;
  }

.startseite {
  line-height: 160% ;
  }

#hotellistenkasten {
  height: auto; 
  overflow: visible; 
  }

table.hotels {
  width: 100% ;
  }

/*************************************
  footer
*************************************/
#footer {
  width: 100%;
  margin: 10px 0 0 0;
  border: 0;
  padding: 10px 0 0 0;
  clear: both;
  text-align: center;
  border-top: 3px solid black;
  }

#footerright , #footerright * {
  display: none;
  }

.noprint , #smo {
  display: none;
  }

