body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: arial,helvetica,sans-serif;
  font-size: 9pt;
  color: #666;
}

a img {
  border-width: 0px;
}

a, a:active, a:visited {
  color: #f60;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: 1px solid #CCC;
}

#container {
  width: 913px;
  margin: 100px auto 0px;
  background: url(../images/bg_page_00.gif) top left repeat-y;
}

#header {
  position: relative;
  width: 802px;
  height: 250px;
  margin: 0px 0px 0px 79px;
  background: url(../images/bg_head_00.gif) top left repeat-x;
}

#header .pauschale {
  width: 180px;
  height: 200px;
  overflow: hidden;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  border-width: 0px;
  background-image: none;
  background-color: transparent;
}

#header .pauschale h5 {
  font-size: 9pt;
  letter-spacing: -0.06em;
}

#top_img {
  float: left;
  position: absolute;
  top: -80px;
  left: -79px;
}

#logo_icon {
  display: none;
  float: left;
  position: absolute;
  z-index: 1000;
  top: -100px;
  left: -30px;
}

#logo_text {
  float: left;
  margin: 8px 20px 0px;
}

#top_navigation {
  float: left;
  position: absolute;
  top: -65px;
  right: 180px;
}

#top_navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#top_navigation li {
  float: left;
  margin: 0px;
  padding: 0px;
}

#top_navigation a, #top_navigation a:visited, #top_navigation a:active {
  padding: 2px 10px;
  border-right: 1px solid #ccc;
  color: #f60;
  font-size: 8pt;
  text-decoration: none;
}

#top_navigation a:hover {
  text-decoration: underline;
}

#top_navigation a.active {
  color: #0075c6;
  text-decoration: underline;
}

/* Navigation */

#navigation {
  float: left;
  width: 220px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#navigation .ebene2, #navigation .ebene3, #navigation .ebene4 {
  float: left;
  display: none;
  position: absolute;
  top: -1px;
  left: 170px;
  padding: 0px;
  border: 1px solid #ccc;
}

#navigation .visible {
  display: block;
  position: absolute;
  float: left;
}

#navigation ul {
  float: left;
  width: 220px;
  margin: 15px 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#navigation .ebene2 ul, #navigation .ebene3 ul, #navigation .ebene4 ul,
#navigation .ebene2 li, #navigation .ebene3 li, #navigation .ebene4 li {
  margin: 0px;
  padding: 0px;
}

#navigation a, #navigation a:active, #navigation a:visited {
  display: block;
  width: 180px;
  padding: 2px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  font-family: verdana,sans-serif;
  font-size: 10pt;
  color: #f60;
  text-decoration: none;
  letter-spacing: -0.06em;
  z-index: 10;
}

#navigation .ebene2 a, #navigation .ebene3 a:active, #navigation .ebene4 a:visited {
  width: 220px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

#navigation a:hover {
  color: #0075c6;
}

#navigation a.active {
  color: #0075c6;
  font-weight: bold;
}

#navigation li {
  position: relative;
  margin: 0px 20px;
  padding: 0px;
  width: 180px;
  z-index: 1;
}

/* Headeroffer */

#header #offer {
  position: relative;
  float: left;
  width: 200px;
  margin: 10px 0px 0px 20px;
}

#header #offer .image {
  display: block;
  float: none !important;
}

#header #offer #sticker {
  position: absolute;
  top:30px;
  left: 90px;
  width: 90px;
  height: 90px;
  background: url(../images/sticker_aktuelles-angebot_00.png) top left no-repeat;
}

* html #header #offer #sticker {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sticker_aktuelles-angebot_00.png', sizingMethod='scale');
}

#content {
  clear: left;
  position: relative;
  margin: 20px 0px 20px 110px;
}

#content_1, #content_2, #content_3 {
  clear: both;
}

#content_1 {
  width: 730px;
}

#content_2 {
  width: 760px;
}

#content_3 {
  width: 730px;
}

#booking {
  float: left;
  position: absolute;
  left: -110px;
}

#footer {
  clear: both;
  width: 823px;
  height: 54px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 70px;
  background: url(../images/bg_footer_00.gif) top left no-repeat;
  color: #666;
  font-family: arial,helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
}

#footer a {
  /*color: #333;*/
  text-decoration: underline;
}

/* Artikelliste */

.pauschale {
  float: left;
  width: 330px;
  margin: 10px 32px 10px 0px;
  padding: 6px;
  border: 2px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/bg_angebot_00.gif) top left repeat-x #eee;
}

.pauschale .headline h5 {
  margin: 0px 0px 5px;
  padding: 0px;
}

.pauschale .image {
  float: left;
  margin: 0px 4px 6px 0px;
}

.pauschale .text {
  margin: 0px 0px 4px;
}

.pauschale .text a {
  color: #888;
}

/* Kontakt */

#formmail p.line, #formmail p.radio_line {
  padding: 0px 0px 10px 0px;
  margin: 7px 0px;
  border-bottom: 1px solid #f2f2f2;
}

#formmail p.line label, #formmail p.radio_line label {
	float: left;
	display: block;
	width: 200px;
}

#formmail select, #formmail textarea, #formmail p.line input {
  border: 1px solid #CCC;
  background: url(../images/bg_input_00.gif) top left no-repeat;
}

#formmail p.radio_line input {
  border-width: 0px;
  background-image: none;
}

#formmail option {
  background-image: none;
  background-color: #fff;
}

#formmail p.line input {
  width: 200px;
}

#formmail #n_Submit {
  width: auto;
  background: url(../images/bg_preis_00.gif) top left repeat-x;
  border: 1px solid #ccc;
  color: #f60;
  font-weight: bold;
}

/* Flashplayer */

#flashPlayer {
  float: left;
  position: relative;
  top: -75px;
  left: 80px;
}
