@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @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) $
 */

@media all
{
	/**
	 * (en) Formatting YAML's  basic layout elements
	 * (de) Gestaltung des YAML Basis-Layouts
	 */

	/* (en) Marginal areas & page background */
	/* (de) Randbereiche & Seitenhintergrund */
	body {
		margin: 0;
		padding: 0;
	}

	#travelportal #page_margins {
		margin: 0;
	}

	#travelportal #page_top {
		display: block; /* DIV sichtbar machen */
		line-height: 0px;
		font-size: 0px;
		height: 0px;
		overflow: hidden;
	}

	/* (en) Layout: width, background, borders */
	#travelportal,
	#travelportal #page_margins {
		width: 884px;
		min-width: 884px;
		max-width: 884px;
		background: #FFFFFF;
	}
	#travelportal #page{
		padding: 0;
	}
	#travelportal.short,
	#travelportal.short #page_margins {
		width: 523px;
		min-width: 523px;
		max-width: 523px;
	}

	/**
	 * (en) Repositioning content container
	 *
	 * |-------------------------------|
	 * | #uw_header                       |
	 * |-------------------------------|
	 * | #col1               | #col3   |
	 * | 75%                 | flexible|
	 * |-------------------------------|
	 * | #footer                       |
	 * |-------------------------------|
	 */

	/* #col1 becomes main column | Linke float-Spalte wird zur Inhaltsspalte */
	#travelportal #col1 {
		width: 645px;
	}

	/* hide #col2 | Rechte Spalte abschalten */
	#travelportal #col2,
	#travelportal #col2_content {
		display: none
	}

	/* #col3 moves to the right | Linken Randabstand anpassen - #col3 wird zur Randspalte */
	#travelportal #col3 {
		margin: 0;
		width: 219px;
		float: right;
	}

	/* (en) Removing outline from any link */
	#travelportal a {
		outline: none;
	}
}
