@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-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @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: 100.5% /* 100.01% */
}
/* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
	font-family: 'Open Sans', sans-serif;
	background: #2A2A2A;
	font-size: 80.00%; /* 75.00% */
	color: #A8A8A8;
	letter-spacing:0.01em;
}
#header a {
	color:#E9E9E9
}
#index #page_margins {
	background: #2A2A2A url(../garnish/homePageBack.jpg) no-repeat top left;
}
#page_margins {
	width:900px;
	text-align:left;
	margin:0 auto!important;
}
#page_margins {
	background: #2A2A2A url(../garnish/PageBack.jpg) no-repeat top left;
}
ul#submenu {
	margin:10px 0px 0px 0px !important;
	padding:0px !important;
}
#submenu li {
	margin:0px 0px 5px 0px!important;
	padding:0px !important;
}
#submenu li a {
	line-height: 30px;
	color:#BAA99E;
}
#submenu li a.current {
	color: #FF5739;
	;
	padding-right:10px;
	background: url(../garnish/arrowCurrent.gif) no-repeat right;
}
#col3_content p, #col3_content ul {
	font-size: 1.1em;
}
#main {
	margin-top:100px;
	min-height: 360px;
	overflow: visible;
	padding-left:0px;
	margin-left:0px;
}
#col3_content {
	/* font-size:1.2em;  */
  color:#CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#E9E9E9;
	margin: 0 0 0.25em 0;
}
h1 {
	font-size: 260%
}                        /* 24px */
h2 {
	font-size: 200%;
}
h3 {
	font-size: 150%
}                        /* 18px */
h4 {
	font-size: 133.33%
}                     /* 16px */
h5 {
	font-size: 116.67%
}                     /* 14px */
h6 {
	font-size: 116.67%;
	font-style:italic
}  /* 14px */
#header h1 {
	padding-top:48px;
	color:#E9E9E9;
}
#header span {
	color:#999;
}
p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
/* ### Lists | Listen  #### */

  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
}
/* ### text formatting | Textauszeichnung ### */

  cite, blockquote {
	font-style:italic
}
blockquote {
	margin: 0 0 1em 1.5em
}
strong, b {
	font-weight: 600;
}
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;
}
/**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {
	background: #dfd;
	padding: 1em;
	border-top: 1px #bdb dotted;
	border-bottom: 1px #bdb dotted;
}
.important {
	background: #ffd;
	padding: 1em;
	border-top: 1px #ddb dotted;
	border-bottom: 1px #ddb dotted;
}
.warning {
	background: #fdd;
	padding: 1em;
	border-top: 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
}
/**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {
	color: #FF5739;
	text-decoration:none;
}
a:focus,  a:hover,  a:active {
	text-decoration:underline;
}
#topnav a {
	color: #999;
	font-weight: normal;
	background:transparent;
	text-decoration:none;
}
#topnav a:focus,  #topnav a:hover,  #topnav a:active {
	text-decoration:underline;
	background-color: transparent;
}
#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;
}
/**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table {
	width: auto;
	border-collapse:collapse;
	margin-bottom: 0.5em;
}
table.full {
	width: 100%;
}
table.fixed {
	table-layout:fixed
}
td {
	padding: 0.9em;
}
thead th {
	background: #444;
	color: #fff
}
tbody th {
	background: #D0D0D0;
	color: #333
}
tbody th.sub {
	background: #ddd;
	color: #333
}
/**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
	color: #000;
	background:transparent;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #000 solid;
}
h3 {
	margin:20px 0px 5px 0px
}
#footer {
	font-size:0.8em;
	color:#666
}
#col3_content .c33l{ font-size:1em;}
.arabic{ text-align:right}
}
#col3_content .booking img {
	margin: 5px 0;
	display: block;
} 
#col3_content .booking a,
#col3_content .booking span {
	padding-right: 5px;
}
