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


#kalender {
	margin-top: 0px;
}




/** Meldung **/

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

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


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

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{
	float: left;
	width: 400px;
	text-align: justify;
	line-height: 20px;
}

#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;
}
