@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 9pt; }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
	font-size: 9pt;
    font-family:Arial;
    color: #1F1D21;
  }

  h1,h2,h3,h4,h5,h6 {
  	font-family:inherit;
  	font-weight:bold;
  	color:#666;
  	margin: 0 0 0.25em 0;
  }
  h1 { font-size: 10pt; color:#da9122; letter-spacing:0.1em; }
  h2 { font-size: 9pt; color:#253f8a;}
  h3 { font-size: 9pt; color:#253F8C; }                        /* 18px */
  h4 { font-size: 10pt }                     /* 16px */
  h5 { font-size: 9pt }                     /* 14px */
  h6 { font-size: 9pt; font-style:italic }  /* 14px */
  p { line-height: 1.5em; margin: 0 0 1em 0; }
  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }
  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }
  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }
  strong,b { font-weight: bold }
  em,i { font-style:italic }
  pre, code { font-family: monospace; font-size: 1.1em; }
  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }
  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }
  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}

  #topnav a { color: #243F8A; font-weight:normal; background:transparent; text-decoration:none; font-size:108.3%; letter-spacing: 0.10em;}
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active {color:#da9122;}

  #javascriptError{border-bottom:2px dashed #c15353; background-color: #fffbdd; height:30px; text-align:center; vertical-align:middle; padding-top:15px; font-weight:bold; font-size:133.8%; margin-top:-10px; margin-bottom:2px; color:#c15353;}

  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
  FIELDSET {width:285px; border:1px solid #d3d9e8; padding:5px;}
  #contact IMG{border:none; padding:0px;}
}

.selecttour{
	width: 205px;
	height: 20px;
	font-size: 10pt;
	padding:0px;
}

.bookingTop {
	font-weight: bold;

	border-top:2px solid #E3E7F0;
	border-left:1px solid #E3E7F0;
	border-right:1px solid silver;
	border-bottom:1px solid silver;

	background-image:url(../../images/transparent50_grey.gif);
	background-repeat:repeat;

	width:285px;
	margin-top:9px;
	padding:3px;
}
.bookingTop SPAN {font-size:90%; padding-left:10px;}

.bookingContent, .bookingPrice{
	width:285px;
	height:20px;
	padding:3px;
	padding-top:2px;
	padding-bottom:2px;

	margin-top:2px;
	border-top:1px solid #E3E7F0;
	border-left:1px solid #E3E7F0;
	border-right:1px solid silver;
	border-bottom:1px solid silver;

	background-image:url(../../images/transparent50.gif);
	background-repeat:repeat;
}
.bookingPrice{
	height:17px;
	margin:0px;
	border-top: none;
	padding:3px;
	padding-top:1px;
	padding-bottom:1px;
}
.bookingContent SPAN, .bookingPrice SPAN {margin:0px; font-size:90%; padding:3px;}
.bookingPrice SPAN {font-size: 85%;}
.bookingContent STRONG {color: #DA9122;}


.bookingOverviewTop {
	font-weight: bold;

	border-top:2px solid #E3E7F0;
	border-left:1px solid #E3E7F0;
	border-right:1px solid silver;
	border-bottom:1px solid silver;

	background-image:url(../../images/transparent50_grey.gif);
	background-repeat:repeat;

	width:289px;
	margin-top:9px;
	padding:3px;
}
.bookingOverviewTop SPAN {font-size:90%; padding-left:10px;}
.bookingOverview, .bookingOverviewTitle{
	width:289px;
	height:50px;
	padding:3px;
	padding-top:2px;
	padding-bottom:2px;

	margin-top:2px;
	border-top:1px solid #E3E7F0;
	border-left:1px solid #E3E7F0;
	border-right:1px solid silver;
	border-bottom:1px solid silver;

	background-image:url(../../images/transparent50.gif);
	background-repeat:repeat;
}
.bookingOverviewTitle {height: 20px;}
.bookingOverview SPAN {margin:0px; font-size:90%; padding:3px;}
.bookingOverview STRONG, .bookingOverviewTitle STRONG {color: #DA9122;}

#news .subc {
	width: 293px;
	border-top:1px dotted #D3D9E8;
	border-bottom:1px dotted #D3D9E8;

	padding-top:3px;
	padding-bottom:7px;
	margin-top:-10px;
	margin-bottom:3px;
}
#news .on_top{color: #DA9122;}

#col2_content marquee {
	background-image:url(../../images/transparent50.gif);
	background-repeat:repeat;
	padding:0px 0px 5px 5px;
}