@charset "utf-8";
/* CSS Document */

/* Dieses Stylesheet wird zusätzlich zum Stylesheet styles_meldungen.css eingebunden. Es dient hauptsächlich der Formatierung der Tabelle
nach jeder Nachricht*/


div#nachrichten_tabelle table {
	width:100%;
	clear:both;
	margin-top:10px;
}

div#nachrichten_tabelle tr td {
	border:1px #D3D1D1 solid;	
	border-width:1px 0;	
	padding:2px;
	vertical-align:top;
}


