﻿/*
	25.01.2010, dogan
	Überschreibt bestimmte Eigenschaften für Startseite
*/



@media screen, projection{
	.top_img_pcontainer{
		width:950px;
		height:270px;
		float:left;
		clear:both;
		padding:0 15px 0 15px;
		border:none;
	}
		.top_img_pcontainer img{
			border:none;
		}
		.top_img_pcontainer .top_img_container{
			width:950px;
			height:270px;
			float:left;
			clear:both;
			overflow:hidden;
		}

	.left_col{
		display:none;
	}
	.center_col{
		width:950px;
		padding:15px 15px 0 15px;
	}
		.html_content{
			width:950px;
			float:left;
			clear:both;
			margin:0;
			padding:0;
		}

	/*Container Produktslider*/
	.produktslider{
		width:950px;
		height:330px;
		float:left;
		clear:both;
	}

	#news_container{
		padding-bottom:10px;
	}

	/*News Start*/
	.box1{
		background-color:rgb(199,224,246);
		width:224px;
		height:280px;
		float:left;
		margin-left:18px;
	}
		.box_body{
			width:204px;
			padding:10px;
		}
			.box_body h3{
				font-size:0.9em;
				padding:0;
				margin-bottom:0.2em;
			}
			.box_body p{
				font-size:0.9em;
				line-height:1.2em;
			}



	.cms4d_slideshow_imageblender{
		width:950px;
		height:270px;
	}
}


@media print{
	#produktslider_headline{
		display:none;
	}
	#produktslider{
		display:none;
	}
	#news_container{
		width:100%;
		border-bottom:none;
		margin-bottom:0;
		padding-bottom:0;
	}
	#trenner_unten{
		border-top:1px solid black;
	}
}
