#textbox table td {
	padding: 1ex;
	vertical-align: top;
	border-bottom: 1px solid #991426;
}
#textbox table th {
	background: #CCCCCC;
	vertical-align: top;
	text-align: left;
	padding: 1ex;
	color: #991426;
	border-bottom: 1px solid #991426;
}
#textbox table ul, #textbox table ol, #textbox table p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#textbox table ul, #textbox ul {
	list-style-image: url(../bilder/li_pfeil.gif);
	list-style-type: square;
}
#textbox table blockquote {
	margin-right: 0px;
	margin-left: 0px;
}
#textbox table.spaltenlinien td {
	border-right: 1px dotted #666666;
}

