body {
  margin: 0px;
  padding: 0px;
  background: url(../images/bg_page_00.gif) center center repeat-y #fff;
}

h1, h2, h3, h4 {
	color: #004080;
}

h1 {
  font-size: 15pt;
}

h4 {
	margin: 0px;
	padding: 8px 0px 2px;
}

a img {
  border-width: 0px;
}

#container {
  position: relative;
  width: 980px;
  margin: 0px auto;
}

/* Header */

#header {
  position: relative;
  height: 210px;
  background: url(../images/mf_header_00.jpg) center left no-repeat;
}

#header small, #header span, #header #contact_info {
  position: absolute;
  color: #fff;
  font-weight: bold;
}

#header small {
  top: 70px;
  left: 10px;
  font-size: 10pt;
}

#header span {
  top: 85px;
  left: 10px;
  font-size: 30pt;
}

#header span, #header small {
	display: none;
}

#header #top_navigation {
  position: absolute;
  top: 0px;
  right: 10px;
}

#header #top_navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header #top_navigation a {
  color: #fff;
  font-size: 8pt;
  text-decoration: none;
}

#contact_info {
	display: block;
	position: absolute;
  top: 210px;
  left: 800px;
	width: 180px;
	height: 10px;
	padding: 6px 0px;
	color: #CCC;
  font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#photoInfo {
	clear: both;
	color: #999;
	font-size: 7pt;
}

#photoInfo a {
	color: #999;
}

/* Content positioning */

.sidebar, #center_content {
  position: absolute;
  top: 210px;
	background: url(../images/bg_nav_00.gif) top left repeat-x;
}

.sidebar {
  width: 180px;
}

.sidebar img {
  width: 150px;
	background-color: #333;
}

#left_content {
  left: 0px;
	border-right: 4px solid #000;
}

#center_content {
  left: 184px;
  width: 596px;
}

#right_content {
	top: 210px;
  left: 796px;
	border-left: 4px solid #000;
}

/* Left and right content */

.sidebar {
  padding: 30px 0px 0px;
  background: url(../images/bg_nav_00.gif) top left repeat-x #888;
}

.sidebar h4, .sidebar a, .sidebar p {
	color: #FFF;
}

.sidebar h4 {
	clear: left;	
}

.sidebar a.text {
	padding: 0px 10px 0px 0px;
	background: url(../images/bg_link_00.gif) center right no-repeat;
  text-decoration: none;
}

.sidebar a.text:hover,
.sidebar a:hover.text {
	text-decoration: underline;
}

.miniObject {
	padding: 0px 10px 10px;
	background: url(../images/bg_miniObject_00.gif) bottom left repeat-x;
}

.miniObject img {
	padding: 2px;
	border: 1px solid #CCC;
}

.miniObject p, .miniObject h4 {
	text-align: left;
}

#sbl, #sbr {
  display: block;
  width: 179px;
  height: 90px;
  margin: 0px;
  padding: 100px 0px 0px;
  font-size: 11pt;
  color: #FFF;
  text-align: center;
  letter-spacing: -0.05em;
}

#sbl {
  background: url(../images/sl_hd_left.jpg) top left no-repeat;
}

#sbr {
  background: url(../images/sl_hd_right.jpg) top left no-repeat;
}

/* Center content */

#center_content {
  padding: 0px 10px;
}

/* Navigation */

#navigation ul {
  margin: 0px;
  padding: 0px;
	width: 650px;
  list-style: none;
}

#navigation li {
  float: left;
}

#navigation a {
  display: block;
  margin: 0px;
  padding: 5px 10px 7px 10px;
  color: #FFF;
  font-family: verdana,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}

#navigation a.active {
	background: url(../images/bg_nav_01.gif) top left repeat-x #AAA;
}

/* Content */

#content {
  clear: left;
	margin: 50px 0px 0px;
}

/* Form */

fieldset {
  margin: 15px 0px;
  padding: 7px;
  border: 1px solid #004080;
}

legend {
  color: #004080;
	font-weight: bold;
}

.inputline {
	clear: left;
}

.inputline label {
	float: left;
	display: block;
	width: 200px;
}

select, input, textarea {
  border: 1px solid #333;
  font-size: 9pt;
}

select {
	background-image: none !important;
	background-color: #FFF !important;
}

.clear {
  clear: both;
  border-width: 0px 0px 1px 0px;
  border-style: ridge;
  border-color: #80A0C0;
}

.block_00, .block_01 {
}

.block_00 label {
  float: left;
  display: block;
  width: 150px;
}

.block_00 input {
  background: url(../images/bg_input_00.gif) top left no-repeat;
}

.block_01 input {
  border-width: 0px;
}

.block_00 .button {
  background: none;
  background-color: #ddd;
}

#reisezeit .block_00 {
  float: left;
  margin: 5px 20px 5px 0px;
}

#reisezeit .block_00 input {
  width: 60px;
}

/* 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;
}


/**/

.selectText,
.select {
	display: block;
	height: 14px;
	padding: 2px;
  overflow: hidden;
  white-space: nowrap;
	cursor: pointer;
}

.selectText {
  width: 162px;
}

#city .selectText {
  width: 167px;
}

.selectText span {
	display: block;
	width: 145px;
  overflow: hidden;
}

#city .selectText span {
	width: 150px;
}

#country,
#region,
#city {
	float: left;
	width: 165px;
	margin: 0px 10px;
	background: url(../images/drop_arrow_00.gif) top right no-repeat #FCFCFC;
  border: 1px solid #CCC;
}

#city {
	width: 170px;
}

#countrySelect,
#regionSelect,
#citySelect {
	float: left;
  position: absolute;
  width: 148px;
  margin: 0px 0px 0px -1px;
  border: 1px solid #CCC;
  background-color: #fff;
}

#citySelect {
	width: 153px;
}

#countrySelect span,
#regionSelect span,
#citySelect span {
  width: 144px;
  border-bottom: 1px solid #CCC;
}

#citySelect span {
	width: 149px;
}

.over {
  color: #048;
  background: url(../images/bg_tab_00.gif) top left repeat-x;
}

#calendars {
  width: 350px;
  overflow: hidden;
}

div.timeframe_calendar table {
  border: 1px solid #048;
}

a.button,
input.button {
  padding: 3px 6px;
  border: 1px groove #048;
  color: #048;
  background: url(../images/bg_tab_00.gif) top left repeat-x;
  text-decoration: none;
}

a:hover.button, a.button:hover,
input:hover.button, input.button:hover {
  color: #FFF;
  background: url(../images/bg_tab_01.gif) top left repeat-x;
}

#q_options {
	color: #004080;
	text-decoration: underline;
	cursor: pointer;
}

ul.options {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.options li {
	float: left;
	display: block;
	margin: 4px 0px;
	padding: 0px;
	width: 180px;
	height: 20px;
}

ul.options li p {
	margin: 0px;
	padding: 0px;
}

ul.options li label {
	float: left;
	display: block;
	width: 120px;
	padding: 7px 0px;
	font-size: 10px;
}

/* Searchresult */

.object {
	clear: left;
	margin: 10px 0px;
	border-bottom: 1px solid #666;
	background: url(../images/bg_result_00.gif) bottom left repeat-x;
}

.object img,
div.image {
	float: left;
	margin: 0px 7px 7px 0px;
	padding: 2px;
	border: 1px solid #CCC;
}

div.image {
	width: 150px;
	padding: 50px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
}

/* View Object Detail */

#headline {
	margin: 10px 0px;
	border: 1px solid #CCC;
}

#headline div {
	position: relative;
	height: 50px;
	margin: 3px;
	background: url(../images/bg_result_00.gif) bottom left repeat-x;
}

#headline #nrBox {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 44px;
	padding: 0px 8px;
	border-right: 1px solid #999;
	background-image: none;
	color: #004488;
	font-family: Times;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

#headline #nrBox span {
	display: block;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

#headline h2 {
	position: absolute;
	top: 12px;
	left: 75px;
	margin: 0px;
	padding: 0px;
	color: #048;
	font-weight: bold;
	font-size: 16pt;
}

#locationPath {
	margin: 15px 0px;
	font-size: 8pt;
}

#tabNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#tabNav li {
	float: left;
	padding: 5px 10px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #CCC;
	/*background: url(../images/bg_tab_00.gif) top left repeat-x;*/
	background: url(../images/bg_button_00.gif) top left repeat-x #004080;
	color: #DDD;
	cursor: pointer;
}

#tabNav li:hover {
	padding: 4px 10px 6px;
}

#tabNav li.active {
	padding: 4px 10px 6px;
	background: url(../images/bg_button_00.gif) top left repeat-x #004080;
	color: #FFF;
}

.tab {
	clear: left;
	margin: 0px;
	padding: 10px 0px 0px;
	border-top: 2px solid #CCC;
}

#details img {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #CCC;
	background: url(../images/bg_result_00.gif) bottom left repeat-x;
}

#photos dl {
	display: block;
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}

#photos dt, #photos dd {
	padding: 0px;
	margin: 0px;
	width: 150px;
}

#photos dt {
	display: block;
	height: 40px;
	font-size: 8pt;
}

#photos dd {
	text-align: center;
	height: 130px;
}

/* Calendar */

ul.calendar,
ul.calendar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
	font-size: 9px;
}

ul.calendar li {
  clear: left;
  display: block;
  padding: 0px;
  margin: 0px;
  height: 13px;
	background-color: #FFF;
}

ul.calendar li li {
  clear: none;
  float: left;
  display: block;
	width: 13px;
	padding: 2px 0px;
	border-top-width: 0px;
	border-bottom: 1px solid #888;
	border-right: 1px solid #AAA;
	background-color: #dfffdf;
	text-align: center;
}

ul.calendar li li.index,
ul.calendar ul.index li.index {
  width: 55px;
	border-bottom: 1px solid #AAA;
	background-color: #FFF;
}

ul.calendar ul.index li,
ul.calendar ul.index li.index {
	background-color: #004080;
	color: #FFF;
}

ul.calendar li.marked {
  background-color: #B00;
	color: #FFF;
}

ul.calendar li.checkin,
ul.calendar li.checkout {
	color: #000;
}

ul.calendar li.checkin {
	background: url(../images/calendar_checkin_02.gif) top left no-repeat #B00;
}

ul.calendar li.checkout {
	background: url(../images/calendar_checkout_02.gif) top right no-repeat #B00;
}

ul.calendar li.selected {
	background-color: #F00;
	background-image: none;
	color: #FFF;
}

ul.calendar li.calendarOver {
  background-color: #8F8;
  color: #000;
}

ul.calendar ul.jan li {
  border-top: 1px solid #666;
}

/* Booking Calendar */

.BigBookingcalendar {
	margin: 0px 0px 20px;
}

.BigBookingcalendar ul.calendar li li {
	width: 18px;
}

.BigBookingcalendar ul.calendar,
.BigBookingcalendar ul.calendar ul {
	font-size: 10px;
}

.BigBookingcalendar ul.calendar li li.index,
.BigBookingcalendar ul.calendar ul.index li.index {
	width: 70px;
}


#calendarZoom {
	margin: 0px 0px 0px 315px;
	cursor: pointer;
}

#calendarsLabel {
	float: left;
	display: block;
	width: 150px;
	padding: 15px 0px;
}


#priceField span {
	font-size: 14px;
	font-weight: bold;
	color: #004080;
}


span.button {
	display: inline-block;
	padding: 3px 6px;
	margin: 10px 0px;
	background: url(../images/bg_tab_00.gif) top left repeat-x;
	color: #004080;
	border: 1px solid #004080;
	cursor: pointer;
}

span:hover.button,
span.button:hover {
	background: url(../images/bg_tab_01.gif) top left repeat-x;
}


#mf_formSubmit {
	padding: 5px 15px;
	color: #ACF;
	font-weight: bold;
	font-size: 11pt;
	background: url(../images/bg_button_00.gif) top left repeat-x #004080;
	cursor: pointer;
}

#mf_formSubmit:hover {
	color: #FFF;
}

#messageArea {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
}

#fr_headertext ul, #fr_headertext li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#fr_headertext {
  padding: 10px 0px 0px 27px;
  color: #F2F2F2;
  font-size: 8pt;
}

/* Fieldsets */

/* Pricelist */

#pricelist {
  width: 100%;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

#pricelist th, #pricelist td {
  padding: 3px;
  text-align: center;
}

#pricelist th {
  background-color: #004080;
  color: #FFF;
  font-weight: bold;
}

#pricelist td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

/* InputHelper */

.bubble {
	position: absolute;
	display: block;
	width: 190px;
	cursor: pointer;
}

.bubble p {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

.bubble p span {
	float: left;
	padding: 0px 5px 0px 0px;	
	font-size: 30pt;
	font-family: Times, serif;
	line-height: 30pt;
	color: #A8A8A8;
}

.innerBubble {
	width: 165px;
	padding: 4px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #F8F8F8;
}

.bubbleDeco {
	position: absolute;
	right: 1px;
	top: 0px;
	width: 15px;
	background: url(../images/bg_bubble_00.png	) center right no-repeat;
}

.bubbleHelp {
	padding: 0px 20px 0px 0px;
	background: url(../images/questionmark_00.gif) center right no-repeat;
	cursor: pointer;
}

.highlighter {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 1px solid #002060;
	background-color: #004080;
}

.goOnLink {
	color: blue;
	text-align: right;
}

#notice {
  float: right;
  margin: 20px 10px 0px 0px;
}
