/* CSS Document */
.anzeige{
width:90%;
margin-bottom:4px;
}
.header_slide{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:4px;
	padding-left:26px;
	background-image: url(../hg/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	cursor:pointer;
}
.active{
	background-image: url(../hg/minus.png);
}
.header_slide .datum{
	float:right;
	font-weight:normal;
	color:#333333;
}
.imggal{
position:relative;
}
.res{
position:absolute;
right:6px;
bottom:10px;
z-index:100;
}
 a.anzeige {
height:200px;
margin:2px;
}
 a.anzeige:hover {
margin-left:3px;
margin-top:3px;
margin-right:1px;
margin-bottom:1px;
}
 img.anz{
clear:both;
}
p.down{
	padding:10px;
	padding-left:80px;
	margin-bottom:5px;
	cursor:pointer;
}
p.down img{
float:left;
}
p.down a{
	background-image: url(../hg/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:10px;
	padding-left:40px;
	text-decoration:none;
	color:#000033;
}
.anzeigeL{
height:178px;
}
.ttf{
float:left;
width:250px;
margin-right:8px;
}
.dclear{
clear:both;
}