.CONTENT h1 {
	margin: 0 0 28px;
	color: #C33;
	font-size: 1.5em;
	font-weight: 400;
}

.CONTAINERINHALT .HEADLINE {
	font-weight: 700;
}

.CONTAINERINHALT .SUBLINE {
	font-style: italic;
}

.CONTENT a {
	color: #004D8B;	
}

.CONTENT a:hover {
	text-decoration: none;
}

.CONTENT ul {
	list-style: none;
}

.CONTENT li {
	list-style: none;
	background: url(../img/pfeil_liste.png) left 4px no-repeat;
	padding: 0 0 0 13px;
	margin: 0 0 2px;
}

.CONTENT .ANGEBOTBLOCK {
	margin: 0 0 18px;
	background: none;
	padding: 18px 0 0;
	border-top: solid 1px #C33;
}

.ANGEBOTDATUM {
	float: left;
	width: 108px;
	min-height: 24px;	
}

.ANGEBOTTEXT {
	float: left;
	font-weight: 700;
}

.ANGEBOTTEXT  a {
	background: url(../img/icon_pdf.png) left top no-repeat;
	padding: 0 0 0 28px;
	display: block;
	min-height: 24px;
}

.BILDWRAPPER .BILD {
	float: left;
	margin: 0 0 20px 53px;
}

.BILDWRAPPER .BILD.FIRST {
	margin: 0 1px 20px 0;
}

.BILDWRAPPER {
	padding: 18px 0 0;
	border-top: solid 1px #C33;	
}

.BILDWRAPPER .BILD a {
	width: 160px;
	display: block;
	text-align:center;
}

.BILDWRAPPER .BILD a .ZOOMICON {
	width: 160px;
	height: 120px;
	display: block;
	background: url(../img/icon_zoom.png) left top no-repeat;	
	opacity: 0;
	transition : opacity 0.2s ease-out; 
	-webkit-transition : opacity 0.2s ease-out; 
	-moz-transition : opacity 0.2s ease-out;
	-o-transition : opacity 0.2s ease-out;
	position: absolute;
	height: 0;
}

.BILDWRAPPER .BILD a .ZOOMICON:hover {
	opacity: 1;
}

.BILDWRAPPER .BILD a:hover .ZOOMICON {
	height: 120px;	
}

.BILDWRAPPER .BILD a img {
	border: none;
}