/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * screen stylesheet - layout example "custom grids"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 */

@import url(imgs_border_basics/baustein_image_borders_basics.css);
@import url(imgs_border_type0/baustein_image_borders_t0.css);
@import url(imgs_border_type1/baustein_image_borders_t1.css);
@import url(imgs_border_type2/baustein_image_borders_t2.css);
@import url(imgs_border_type3/baustein_image_borders_t3.css);
@import url(imgs_border_type3_1/baustein_image_borders_t3_1.css);
@import url(imgs_border_type5/baustein_image_borders_t5.css);
@import url(imgs_border_type5_1/baustein_image_borders_t5_1.css);
@import url(imgs_border_type5_2/baustein_image_borders_t5_2.css);
@import url(imgs_border_type6/baustein_image_borders_t6.css);
@import url(imgs_border_type7/baustein_image_borders_t7.css);
@import url(imgs_border_type8/baustein_image_borders_t8.css);
@import url(imgs_border_type_ili/baustein_image_borders_t_ili.css);


@media screen {

	/* Basic Element Styling
	div.ym-gbox {
	}
	*/
	
	.jumper {width:1px;height:1px;position:relative;top:-200px;clear:both;}
	.centered {position:relative; margin:0 auto; text-align:center;}
	.no_wrap {white-space: nowrap;}

	/* Abstand */
	.spacer {height:30px;clear:both;}
	.spacer_0 {height:0px;clear:both;}
	.spacer_1 {height:1px;clear:both;}
	.spacer_2 {height:2px;clear:both;}
	.spacer_3 {height:3px;clear:both;}
	.spacer_4 {height:4px;clear:both;}
	.spacer_5 {height:5px;clear:both;}
	.spacer_6 {height:6px;clear:both;}
	.spacer_7 {height:7px;clear:both;}
	.spacer_8 {height:8px;clear:both;}
	.spacer_9 {height:9px;clear:both;}
	.spacer_10 {height:10px;clear:both;}
	.spacer_14 {height:14px;clear:both;}
	.spacer_15 {height:15px;clear:both;}
	.spacer_20 {height:20px;clear:both;}
	.spacer_30 {height:30px;clear:both;}
	.spacer_40 {height:40px;clear:both;}
	.spacer_50 {height:50px;clear:both;}
	.spacer_60 {height:60px;clear:both;}
	.spacer_70 {height:70px;clear:both;}
	.spacer_80 {height:80px;clear:both;}
	.spacer_90 {height:90px;clear:both;}
	.spacer_100 {height:100px;clear:both;}
	.spacer_120 {height:120px;clear:both;}
	.spacer_140 {height:140px;clear:both;}
	.spacer_150 {height:150px;clear:both;}
	.spacer_160 {height:160px;clear:both;}
	.spacer_180 {height:180px;clear:both;}
	.spacer_200 {height:200px;clear:both;}

	.spacer_header {height:200px;clear:both;}
	.spacer_before_cube {height:100px;clear:both;}
	.spacer_after_cube {height:40px;clear:both;}



	.spacer_before_detail_intro_headline {height:40px;clear:both;}
	.spacer_before_detail_intro_description {height:17px;clear:both;}
	.spacer_after_detail_intro {height:60px;clear:both;}

	.spacer_before_details {height:100px;clear:both;}
	.spacer_after_details {height:60px;clear:both;}

	.spacer_before_text {height:30px;clear:both; border:0px solid transparent !important;}
	.spacer_between_text {height:10px;clear:both; border:0px solid transparent !important;}


	.hspacer {width:30px;float:left;height:10px;}
	.hspacer_0 {width:0px;float:left;height:10px;}
	.hspacer_10 {width:10px;float:left;height:10px;}
	.hspacer_20 {width:20px;float:left;height:10px;}
	.hspacer_30 {width:30px;float:left;height:10px;}
	.hspacer_40 {width:40px;float:left;height:10px;}
	.hspacer_50 {width:50px;float:left;height:10px;}
	.hspacer_60 {width:60px;float:left;height:10px;}
	.hspacer_70 {width:70px;float:left;height:10px;}
	.hspacer_80 {width:80px;float:left;height:10px;}
	.hspacer_90 {width:90px;float:left;height:10px;}
	.hspacer_100 {width:100px;float:left;height:10px;}
	.hspacer_120 {width:120px;float:left;height:10px;}
	.hspacer_140 {width:140px;float:left;height:10px;}
	.hspacer_160 {width:160px;float:left;height:10px;}
	.hspacer_180 {width:180px;float:left;height:10px;}
	.hspacer_200 {width:200px;float:left;height:10px;}



}



@media screen and ( max-width: 759px )  {

/*    .ym-wrapper {
    }
*/

}
