/* ContainerBoxMitTitel	 */
/* Box mit Hintergrund   */

.ContainerWrapperRe {
	margin:0 0 24px 0; padding:0;
	background-color: #ccc;
}
#col2 .ContainerWrapperRe .ContainerInhalt {
	padding:0; margin:0;
	background-image:url(images/BoxFooter-re.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;	
	padding-bottom:6px;
}

/* -------------------------------------------------------------
		Boxen rechte Spalte     
---------------------------------------------------------------*/

.ContainerWrapperRe h2.TitelBox-re {
	color: #fff;
	font-size: 14px;
	padding: 5px 0 9px 6px;
	border-bottom: 1px solid #414141;
	font-weight:bold;
	background-image: url(images/BoxTitel-re.gif);
	background-repeat:no-repeat;
	background-position: right top;
	background-color: #414141;
}
* html .ContainerWrapperRe h2 {
	height: 1%;
}
.ContainerWrapperRe h2 .Head { color: #fff; font-family: Arial, Helvetica, sans-serif;}

