/******************************************************************
 * CSS Ronald Raucher Bloodstock
 * Copyright © Ronald Rauscher
 ******************************************************************/



/******************************************************************/
/* CSS News */

.box-news-uebersicht {
	position: relative;
}

.box-news-u1 {
	float: left;
}

.box-news-u2 {
	float: right;
}

.news-image-u1 {
	display: block;
	width: 240px;
	height: 160px;
	padding: 2px;
	border: 2px solid #c9ccd6;
}

span.rollover-news-u1 {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../backimg/rollover_link_01.png) center center no-repeat #000;
	cursor: pointer;
	width: 240px;
	height: 160px;
	margin: 0px;
	position: absolute;
	z-index: 10;
	opacity: 0;	
}

span.rollover-news-u1:hover {
	opacity: 0.6;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0x #000;
}

.u-box-11 {
	float: left;
	width: 50%;
}

.u-box-12 {
	float: right;
	width: 50%
}


.contrenner-n1 {
	width:100%;
	height: 37px;
	background-image: url(../backimg/contrenner_news_01.png);
	background-repeat: repeat-x;
}

.contrenner-news {
	width:100%;
}

.box-news-bu {
	position: relative;
}

.box-news-v1 {
	float: left;
}

.box-news-v2 {
	float: left;
}




/******************************************************************/
/* Media-Queries  960 + */

@media only screen and (min-width : 960px) {
	
	.box-news-uebersicht {
		width: 910px;
	}
	
	.box-news-v1 {
		width: 20x;
		margin-top:2px;
	}
	
	.box-news-v2 {
		width: 870px;
		margin-left:10px;
	}
	
	
	.box-news-u1 {
		width: 248px;
	}
	
	.box-news-u2 {
		width: 630px;
		margin-top: -4px;
	}
	
	.contrenner-news {
		height: 41px;
		background-image: url(../backimg/contrenner_erfolge_910.png);
		background-repeat: no-repeat;
	}
	
	
	
}



/******************************************************************/
/* Media-Queries  600 - 959 */

@media all and (min-width : 600px) and (max-width: 959px) {
	
	.box-news-uebersicht {
		width: auto;
	}
	
	.box-news-v1 {
		width: 20x;
		margin-top:2px;
	}
	
	.box-news-v2 {
		margin-left:10px;
	}
	
	.box-news-u1 {
		float: none;
	}
	
	.box-news-u2 {
		float:none;
		width: auto;
		margin-top: 21px;
	}
	
	.contrenner-news {
		height: 41px;
		background-image: url(../backimg/contrenner_41.png);
		background-repeat: repeat-x;
	}
	
}


/******************************************************************/
/* Media-Queries  599 - */

@media all and (max-width : 599px) {
	
	.box-news-uebersicht {
		width: auto;
	}
	
	.box-erfolge-u1 {
		width: auto;
	}
	
	.box-news-v1 {
		float: none;
		width: 20x;
		margin-top:2px;
	}
	
	.box-news-v2 {
		float:none;
	}
	
	.box-news-u1 {
		float: none;
	}
	
	.box-news-u2 {
		float:none;
		width: auto;
		margin-top: 21px;
	}
	
	.contrenner-news {
		height: 41px;
		background-image: url(../backimg/contrenner_41.png);
		background-repeat: repeat-x;
	}
	
	
	
} 