/* rsponsive colhelper */
.rCol {
	/*border:1px dashed #090;	*/
}
.rCol.rcReset {
	float:none;
	width:100%;
	clear:both;
}
.rc10mapc {	width:10%; }
.rc20mapc {	width:20%; }
.rc25mapc {	width:25%; }
.rc30mapc {	width:30%; }
.rc33mapc {	width:33.33333333%; }
.rc40mapc {	width:40%; }
.rc50mapc {	width:50%; }
.rc60mapc {	width:60%; }
.rc66mapc {	width:66.66666666%; }
.rc70mapc {	width:70%; }
.rc75mapc {	width:75%; }
.rc80mapc {	width:80%; }
.rc90mapc {	width:90%; }
.rc100mapc { width:100%; }


.rcL {
	float:left;	
}
.rcR {
	float:right;	
}
.rcC {
	margin:0 auto;
	display:block;
	text-align:center;
}

.rcParentC {
	text-align:center;	
}
.rcCinline {
	display:inline-block;
}

.rImg {
	position:relative;
	overflow:hidden;
}
.rImg.rImgAbs {
	position:absolute;	
}
.rImg img {
	position:relative;
	/*wird per js auf abs gestellt*/
}
.rImg a.CMS_LINK_EDIT img {
	width:25px;
	height:25px;
}

/*
.clear-all {
	
}
*/