@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
/*-------------------------------------------------------------------------*/
	
	/**
	* (en) Formatting content container
	* (de) Formatierung der Inhalts-Container
	*
	*/
	
	#main { float: left; width: 100% }
	#col1 { float: left; width: 748px;  margin: 0 0 0 226px }
	#col2 { float: left; width: 220px;  margin: 0 0 0 -974px }
	
	#col1_content { padding: 0px; margin: 0px;}
	#col2_content { padding: 0px; margin: 0px;}

	/* Elemente tolle-kreuzfahrten.de */
	.float_left{float:left;}
	.float_right{float:right;}
	.to_upper {text-transform:uppercase;}
	.clear{clear:both;}

/*-------------------------------------------------------------------------*/

	* html #col2{
		margin: 0px 0px 0px -980px;
	}
}
