@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @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) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../../../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../../../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_2col_left_13.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../../../yaml/print/print_003_draft.css); 
 
 body{
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
 }
 
 #page{
 	background: #680805;
	border: 0px;
	margin: 0 0 0 0;
 }
 
 #page_margins{
 	background: #680805;
	/*border: 10px #680805 solid;*/
	border-top:0px;
 }
 
 #main{
 	background: #680805;
	color: #fbbc4e;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
 }
 
#header{
 	background: #680805 url(../../images/top_bg_image.jpg) no-repeat;
	height:250px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:960px;
 }
 
 #header_shadow{
 	background: #680805 url(../../images/top_shadow.jpg) no-repeat;
	height:14px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:960px;
 }
 
 #nav{
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
 }
 
 #nav_main{
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
 }
 
 #col1_content a{
 	color: #fbbc4e;
 }
 
 #col1_content{
 	border-right:dashed 1px;
	border-color:#fbbc4e;
 }
 
 #col3_content{
 	color: #fbbc4e;
	padding: 20px 10px 0 20px;
 }
 
 #col3_content h2{
 	color: #fff;
 }
 
 .normalText strong{
 	color:#fff;
	font-weight:bolder;
	font-size:14px;
 }
 
.treeview, .treeview ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

.treeview ul {
	background-color: #680805;
	margin-top:4px;
}

.treeview .hitarea {
	background:transparent url(../../images/treeview-famfamfam.gif) no-repeat scroll -64px -25px;
	cursor:pointer;
	float:left;
	height:16px;
	margin-left:-16px;
	width:16px;
}

* html .hitarea {
	display:inline;
	float:none;
}

.treeview li {
	margin:0pt;
	padding:3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color:#EEEEEE;
}

#treecontrol {
	display:none;
	margin:1em 0pt;
}

.treeview .hover {
	color:red;
	cursor:pointer;
}

.treeview li {
	background:transparent url(../../images/treeview-red-line.gif) no-repeat scroll 0pt;
}

.treeview li.collapsable, .treeview li.expandable {
	background-position:0pt -176px;
}

.treeview .expandable-hitarea {
	background-position:-80px -3px;
}

.treeview li.last {
	background-position:0pt -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image:url(../../images/treeview-famfamfam.gif);
}

.treeview li.lastCollapsable {
	background-position:0pt -111px;
}

.treeview li.lastExpandable {
	background-position:-32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position:0pt 50%;
}

h1,h2,h3,h4,h5,h6 { 
  font-family:"tahoma"; 
  font-weight:bold; 
  color:#FFF;
  margin: 0 0 0.25em 0; 
}

#col3_content strong{
  font-weight:bold; 
}

#col3_content a{
  color:#fadac7; 
}

#col3_content a .hover{
  color:#fff;
  font-weight:bold;
}


.rates_division{
	border-bottom:solid 5px;
	border-color:#fbbc4e;
}

.rates_table{
	width:600px;
}

h1 { font-size: 250%; }         /* 24px */
h2 { font-size: 200%;}          /* 24px */
h3 { font-size: 150%; }         /* 18px */
h4 { font-size: 133.33%; }      /* 16px */
h5 { font-size: 116.67%; }      /* 14px */
h6 { font-size: 100%; font-style:normal; }         /* 14px */

strong{ color: #fff; font-weight:bolder; }

.image_left{
  float: left;
  margin: 10px 10px 10px 10px;
}

.image_right{
  float: right;
  margin: 10px 10px 10px 10px;
}

#tripselector input{
	margin: 2px 4px 2px 4px;
}
