@charset "utf-8";
/* CSS Document */


/** Meldung **/

#maincontent div.middle div div { 
/* grundlegender Innenabstand des Textes zur Box */
	padding: 0px;
}

p.noresult {
	padding: 26px 6px 26px 6px;
	text-align: center;
}


table.meldung {
	width: 534px;
	
	margin: 0px 0px 0px 14px;
}


table.meldung td.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom: 1px solid #841218;
}

table.meldung td.text a {
	color: #333;
}
table.meldung td.text a:hover {
	color: #666;
	text-decoration: none;
}

table.meldung td.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #841218;
	
	vertical-align: bottom;
	padding: 0px 10px 3px 0px;
}

table.meldung td.space {
	line-height: 20px;
}

div.meldung div.text,
div.meldung_ohnebild div.text {
	float: left;
	width: 400px;
	text-align: justify;
	line-height: 20px;
}
div.meldung_ohnebild div.text {
	width: 514px;
}

#maincontent div.space {
	line-height: 6px;
	clear: both;
}

/* grauer Bilderrahmen */
#maincontent div.middle div div div .picturebox_gray {
	float: left;
	margin: 6px 10px 0px 0px;
	padding: 2px;
	background-color: #ccc;
}

/* für Internet Explorer 6 */
.picturebox_gray img {
	display: block;
}

.picturebox_gray img:hover {
	opacity: 0.7;
}

* html .picturebox_gray img:hover,
*+html .picturebox_gray img:hover {
	filter: Alpha(opacity=70, finishopacity=70, style=2);
}

