@charset "UTF-8";

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet fuer das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.2
 */
@media screen , projection {
	/*-------------------------------------------------------------------------*/
	/**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */
	#col1 {
		background: transparent url("../../images/bg_home.jpg") no-repeat 35px
			20px;
		height: 503px;
	}
	#col1_content {
		padding: 60px 20px 0 20px;
	}
	#col1_content:first-child {
		padding-top: 60px;
		margin-top: 0px;
	}	
	
	#col1 div.iv {
		margin: 0 30px 10px 280px;
		padding: 20px 20px 10px 20px;
		border: 0;
		background-color: #fff;
		/* ie5 -ie7 */
		filter: alpha(opacity=75);
		opacity: 0.75;	
		width:315px;		
	}
	
	/* ie8 */
	#col1 div.iv {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	}
	
	#col1 div.iv>h1,#col1 div.iv>h2,#col1 div.iv>h3 {
		margin-top: 0px;
		margin-left: 0;
		color: #3d5472;
	}
	
	/* ie6 */
	* html #col1 div.iv h1,* html #col1 div.iv h2,* html #col1 div.iv h3 {
		margin-top: 0px;
		margin-left: 0;
		color: #3d5472;
	}
	
	#col1 div.iv p {
		margin-left: 0;
	}
	#col1 div.iv h1 {
		font-size: 160%;
	}

	/*-------------------------------------------------------------------------*/
}
