/**
 * Stylesheet fuer schassberger.de
 *
 * seitenblick interaktive medien gmbh
 * Koenigstrasse 16, 70173 Stuttgart
 * fon: 0711/8599818-0
 * fax: 0711/8599818-40
 * e-Mail: info@seitenblick.de
 */

/**
 * Allgemeine Definitionen
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 border: none;
 font-size: 1em;
 margin: 0;
 padding: 0;
 vertical-align: baseline;
}

body {
 background: #F9F0DB;
 bottom: 0;
 font-family: Trebuchet MS, Arial, Sans Serif;
 font-size: 100.01%;
 left: 0;
 right: 0;
 top: 0;
}

code {
 font-family: "Courier New", Monospace;
}

label {
 cursor: pointer;
}

ol, ul {
 list-style: none;
}
select, input, textarea{
  color: #666666;
  font-family: Trebuchet MS, Arial, Sans Serif;
  font-size: 0.7125em;
}

textarea {
  resize:none;
}

a {
  outline: none;
  color: #8D001E;
  font-family: Georgia, Times New Roman, Serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-family: Trebuchet MS, Arial, Sans Serif;
  font-size: 0.8125em;
  line-height: 1.275em;
}

p a {
  font-family: Trebuchet MS, Arial, Sans Serif;
}

h1 {
  color: #8D001E;
  font-family: Georgia;
  font-size: 1.35em;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h2 {
  clear: both;
  color: #8D001E;
  font-family: Georgia, Times New Roman, Serif;
  margin: 21px 0 23px 0;
}

h3 {
  color: #8D001E;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 0.6125em;
  text-transform: uppercase;
  padding-bottom: 2px;
}

/*--- Helperklassen ---*/
.c {
 clear: both;
}

.x {
 display: none;
}

.fl {
 float: left;
}

.fr {
 float: right;
}

.hidden {
  visibility: hidden;
}

.bottom {
  vertical-align: bottom;
}


#outer_wrapper {
	background: url('../i/center_bg.gif') repeat-y center top;
}

#center_wrapper {
	margin: 0 auto;
  padding: 0 14px;
  width: 961px;
}

#center {
  margin-bottom: 50px;
}

.more_link {
  background: url('../i/arrow_red.gif') no-repeat right 3px;
  display: block;
  font-family: Trebuchet MS, Arial, Sans Serif;
  font-size: 0.8125em;
  width: 130px;
  margin: 1px 0 5px 0;
}

/*--- Das Menue ---*/
#menue_wrapper {
  left: 50%;
  margin-left: -480px;
  position: absolute;
  width: 290px;
  z-index: 500;
}

#menue_start {
  background: #FDFAF2;
  margin: -3px 0 0 41px;
  padding: 8px 0 14px 0;
  display: block;
}

#menue {
  background: #FDFAF2 url('../i/line_double_bottom.gif') repeat-x bottom center;
  margin: -3px 0 0 41px;
  padding: 8px 0 14px 0;
  display: block;
}

#menue ul li {
  margin: 0;
}

.menue1 a {
  margin: 0 10px;
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #E3E3DD;
  border-top: 1px solid #FFFFFF;
}

.menue1 a.active {
  font-weight: bold;
}

.menue1 a.first {
  border-bottom: 1px solid #E3E3DD;
  border-top: none;
}

.menue1 a.last {
  border: none;
}

.menue1 a {
  font-size: 0.8125em;
}

.menue2, .menue3 {
  display: none;
}

.menue2 a.active {
  color:#510012;
  font-weight: normal;
}

.menue2.active {
  background: #FFFFFF;
  border-top: 1px solid #8D001E;
  border-right: 1px solid #F9F0DB;
  border-bottom: 1px solid #8D001E;
  border-left: 1px solid #F9F0DB;
  display: block;
  padding: 0 0 0 10px;
}

.menue3.active {
  display: block;
  margin: 0 10px;
}

.menue3.active a {
  padding-left: 10px;
  background: url('../i/menue_arrow.gif') no-repeat left center;
  border: none;
}

.menue3.active a:hover {
  padding-left: 10px;
  background: url('../i/menue_arrow_act.gif') no-repeat left center;
  color: #510012;
}

.menue3.active a.active {
  font-weight: normal;
  padding-left: 10px;
  background: url('../i/menue_arrow_act.gif') no-repeat left center;
  color: #510012;
}


/*--- Die Kopfzeile ---*/
#header {
  background: #8D001E;
  height: 30px;
  margin: 0 1px 1px 1px;
  padding-top: 5px;
  width: 960px;
}

#header_navi {
  margin-left: 305px;
  /*padding: 5px 0 0 315px;*/
}

#header_navi .list {
  float: left;
}

#header_navi li {
  display:inline;
  padding-top: 4px;
}

#header_navi a {
  color: #F9F0DB;
  cursor: pointer;
  font-style: italic;
  font-size: 0.6125em;
  margin-right: 7px;
}

#header_navi a:hover {
  color: #F9F0DB;
}

#header_navi #flags {
  float: left;
  margin-left: 40px;
  padding-top: 1px;
}

#header_navi #flags img {
  margin-right: -5px;
  border:0;
}


/*--- Der Blickfang ---*/
#visual_start {
  height: 375px;
  margin: 0 1px;
}

#visual {
  height: 300px;
  margin: 0 1px;
}


/*--- Die rechte Spalte ---*/
#content {
  padding: 23px 0 0 0;
  margin: 0 0 0 352px;
}


/*--- Die Fusszeile ---*/
#footer_wrapper {
  background:url('../i/bottom_bg.gif') no-repeat center bottom;
  height: 71px;
  margin: 0 0 0 -13px;
  width: 988px;
}

#footer {
  width:960px;
  background: #8D001E;
  height: 57px;
  margin: 0 14px 14px 14px;
}

.footer_inner {
  margin: 7px 13px 0 38px;
}

#footer ul {
  margin: 10px 0px 0 84px; 
}

#footer ul li {
  display: inline;
}

#footer a {
  cursor: pointer;
  color: #F9F0DB;
  /*display: block;*/
  font-style: italic;
  font-size: 0.6125em;
  text-decoration: none;
  margin-right: 4px;
}

#footer a:hover {
  color: #F9F0DB;
  text-decoration: underline;
}


/*--- Willkommen und rechte Spalte ---*/
#welcome_wrapper {
  left: 50%;
  top: 369px;
  margin-left: -439px;
  position: absolute;
  width: 249px;
  z-index: 1000;
}

#welcome_wrapper_inner {
  background: #FDFAF2 url('../i/welcome_bottom.gif') no-repeat bottom center;
  padding: 0 0 36px 0;
}

.welcome {
  margin:1px;
  padding: 20px 9px 0 9px;
  background: url('../i/line_double_top.gif') repeat-x top;
}


/*--- Teasers ---*/
.teaser_two_col {
  border-top: 1px solid #8D001E;
  float: left;
  margin: 0 56px 23px 0;
  width: 248px;
}

.teaser_two_col a.link_to_topic {
  display: block;
  width:100%;
  text-align: right;
  background: url('../i/arrow_red.gif') no-repeat left center;
  font-size: 0.725em;
  margin: 2px 0 2px 0;
}

.teaser_two_col img {
  border-bottom: 1px solid #8D001E;
  padding: 1px 0 1px 0;
}

.teaser_two_col .text {
  margin-top: 1px;
}

.teaser_three_col {
  border-bottom: 1px solid #8D001E;
  float: left;
  margin: 0 12px 50px 0;
  width: 176px;
}

.teaser_three_col .teaser_img_wrapper {
  border-top: 1px solid #8D001E;
  margin: 0px;
  padding: 1px 0 0 0;
  overflow: hidden;
}

.teaser_three_col.galerie .teaser_img_wrapper,
.teaser_three_col.rubrik .teaser_img_wrapper {
  height: 126px;
}

.teaser_three_col .text {
  margin-top: -1px;
  padding-top: 9px;
  border-top: 1px solid #8D001E;
}

.teaser_three_col.rubrik .text {
  height: 200px;  
}

.teaser_two_col h2 {
  font-size: 0.85em;
  font-weight: bold;
  display: block;
  margin: 5px 0 5px 0;
}

.teaser_three_col h2 {
  font-size: 0.8125em;
  font-weight: bold;
  display: block;
  margin: 5px 0 5px 0;
}

.two_third {
  float: left;
  width: 355px;
  margin: 0 26px 43px 0;
}

.one_third {
  float: left;
  width: 176px;
}


/**
 *  --- Detailansicht ---
 */
.detail {
  background: #FFFFFF;
  border: 1px solid #F9F0DB;
  border-top: 1px solid #8D001E;
  padding: 8px 14px;
  width: 324px;
  font-family: Trebuchet MS, Arial, Sans Serif;
}

p.subline {
  color: #8D001E;
  font-size: 0.7125em;
  font-family: Georgia, Times New Roman, Serif;
  margin: -27px 0 24px 0;
}

.detail h1{
  margin: 9px 0 0 0;
}

.detail h1.logoheadline{
  background: #FFFFFF url('/i/logo_headline.gif') no-repeat left top;
  margin: 9px 0 0px 0;
  padding: 0 0 0 26px;
}

.detail .entry_wrapper{
  margin: 0 0 39px 0;
}

.detail .textpic_wrapper{
  margin: 0 10px 0 0;
}

.detail .textpic_wrapper img{
  border: 1px solid #F9F0DB;
  padding: 1px;
}

.detail h2 {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Sans Serif;
  font-size: 0.8125em;
}

.detail p {
  line-height: 1.35em;
  margin: 3px 0 12px 0;  
}

a.link_int {
  background: url('../i/arrow_red.gif') no-repeat left 3px;
  padding: 1px 0 0 13px;
}

a.link_ext {
  background: url('../i/link_ext.gif') no-repeat left 3px;
  padding: 1px 0 0 13px;
}

a.link_pdf {
  background: url('../i/link_pdf.gif') no-repeat left 3px;
  padding: 1px 0 0 19px;
}

.detail ul{
  font-size: 0.8125em;
  list-style-type: disc; 
  margin-left: 20px;
}

.detail ol{
  font-size: 0.8125em;
  list-style-type: decimal; 
  margin-left: 20px;
}

.detail hr {
  height:0px;
  border:0;
  border-top: 1px solid  #8D001E;
}

.detail #top_link {
  float: left;
  color: #8D001E;
  font-size: 0.8125em;
  margin-top: -3px;
}

.detail #site_numbers {
  margin-left:290px;
  font-size: 0.8125em;
  margin-top:-3px;
}


/* Suchseite */

#treffer {
  font-family: Trebuchet MS, Arial, Sans Serif;
  font-size: 0.8750em;
  margin-top:10px;
  float: right;
  width: 100px;  
  text-align:right;
}

.search_entry {
  margin-bottom: 20px;
}

.search_entry h2 {
  color: #8D001E;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 1.0625em;
  font-weight: bold;
}

.search_entry p {
  margin-bottom:0px;
}



/* Tabellen in der Detailansicht */

.detail table.fullwidth {
  border-top: 1px solid #8D001E;
  font-size: 0.8125em
}

.detail table.fullwidth tr.tableheader td{
  color: #8D001E;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 0.7725em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 0;
}

.detail table.fullwidth td {
  border-bottom: 1px solid #E3E3DD;
  border-left: 1px solid #E3E3DD;
  height: 28px;
  padding: 0 10px 0 0;
  text-align: right;
  vertical-align: middle;
}

.detail table.fullwidth td.first {
  border-left: 0;
  text-align: left;
}

/* keinere Tabelle ohne Rahmen */

table.halfwidth{
  border-top: 1px solid #8D001E;
  font-size: 0.8125em;
  width:140px;
}
table.halfwidth td{
  padding: 5px 5px 0 5px; 
}
table.halfwidth td.first{
  padding: 5px 5px 0 0; 
}

/**
 *  Sidebar: (Basis sind die Teaser definitionen)
 */

.sidebar p{ 
  padding: 0 0 12px 0;
  font-size: 0.725em;
  line-height: 1.35em;
}

.sidebar a.more_link{
  border-top: 1px solid #8D001E;
  background: url('../i/arrow_red.gif') no-repeat left 5px;
  display: block;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 0.8125em;
  margin: -1px 0 5px 0;
  padding: 3px 0 0 0;
  text-align: right;
  width: 176px;
}

.smalltable {
clear: both;
  border-top: 1px solid #8D001E;
  font-size: 0.725em;
  line-height: 1.35em;
  margin: 5px 0 9px 0;
  padding: 3px 0 15px 0;
}

.smalltable.first{
  border: none;
}

.smalltable dt{
  clear: left;
  float: left;
}

.smalltable dd{
  clear: right;
  float: right;
}




#cat, #room, #persons {
  width: 176px;
}
.datepicker_wrapper{
  display: inline;
  padding-top: 3px;
  
}

/**
 * MENUE-Ergaenzung: Quicklinks
 */
 
#quicklinks {
  border-top: 1px solid #E3E3DD;
  margin: 1px 1px 1px 10px;
  background: #FFFFFF url('../i/line_double_bottom.gif') repeat-x left bottom;
  width: 230px;
}

#quicklinks ul {
  border-top: 1px solid #FFFFFF;
}

#quicklinks a {
  padding: 5px 2px 7px 42px;
  border-top: 1px solid #E3E3DD;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  width: 186px;
}

#quicklinks a.first {
  padding: 12px 2px 7px 42px;
}

#quicklinks a.last {
  border-bottom: none;
}

a.guestbook {
  background: #FDFAF2 url('../i/guestbook.gif') no-repeat 10px 15px;
}

a.newsletter {
  background: #FDFAF2 url('../i/newsletter.gif') no-repeat 10px 8px;
}

a.booking {
  background: #FDFAF2 url('../i/booking.gif') no-repeat 10px 7px;
}

/**
 *  Formular
 */
 
/* SIDEBAR: BUCHUNG */

.sidebar form div {
  padding-bottom: 5px;
}

.sidebar label {
  font-size: 0.725em;
  clear: both;
  float:left;
  width: 176px;
}

.sidebar div.date {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

.sidebar select {
  display: inline;
  float: left;
  margin: 2px 2px 4px 0;
  height: 21px;
  padding-left: 1px;
}
.sidebar select option {
  padding: 0 5px 0 5px;
}

.sidebar a.datepicker {
  background: url('/i/booking_cal.gif') no-repeat right 1px;
  display: block;
  float: right;
  height: 23px;
  width: 20px;
}

#arrival_day select, #arrival_month select, #arrival_year select, 
#departure_day select, #departure_month select, #departure_year select {
  margin: 0 2px 0 2px;
}
.booking_btn {
  border: none;
  background: transparent  url('/i/btn_booking.jpg') no-repeat top left;
  color: #FFFFFF;
  height: 25px;
  width: 95px; 
  padding: 0 0 0 27px;
  font-size: 12px;
  cursor: pointer;
}
.booking_footer {
  text-align: center;
  width: 176px;
  float: left;
  margin-top: -30px;
}
/* Kontakt */
.form_part {
  display: block; 
  clear: both;
  margin: 10px 0 0px 0;
  padding: 0 0 20px 0;
}
.form_part label {
	display: block;
	float: left;
  font-size: 0.725em;
  width: 100px;
  padding: 7px 0 0 0;
}
.send_btn {
  border: none;
  background: transparent  url('/i/btn_send.jpg') no-repeat center center;
  color: #FFFFFF;
  height: 25px;
  width: 95px; 
  padding: 0 0 0 27px;
  font-size: 12px;
  cursor: pointer;
}

.contact_input {
  border: none;   
  background: transparent url('/i/bg_input.gif') no-repeat right top;
  display: inline;
  float: left;
  height: 21px;
  margin: 5px 0 0 0;
  padding: 4px 10px 1px 10px;
  width: 204px;
}

.contact_select {
  border: none;   
  background: transparent url('/i/bg_input.gif') no-repeat right top;
  display: inline;
  float: left;
  height: 26px;
  margin: 5px 0 0 4px;
  padding: 4px 4px 6px;
  width: 220px;
}

.contact_text {
  border: none;
  background: transparent url('/i/bg_textarea.gif') no-repeat left top;
  height: 84px;
  width: 320px;
  padding: 0 17px 0 0;
  margin-bottom: 12px;
}

.infotext {
  font-size: 0.725em;
  display: inline;
  float: left;
}

.contact_check{
  clear: left;
  display: block;
  float: left;
}
.form_footer {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

/*---- Suche -----------------------------*/
.search {
  background-color: #f9f0db;
  border: 1px solid #f9f0db;
  height: 14px;
  vertical-align: middle;
  width: 130px;
}

.search_button {
  margin-left: -5px;
  vertical-align: middle;
}

.search_box{
  float: right;
  margin-right: 10px;
  text-align:center;
  width: 160px;
}