/*RAL-Tabelle*/
p.ral_tabelle_title {
	margin-top:20px;
	font-weight:bold;
	}
.ral_tabelle {
	width:404px;
	margin-top:5px;
	background-color:#990000;
	color:#fff;
	}
	.ral_tabelle td {
		height:20px;
		text-align:center;vertical-align:middle;
		}
	.ral_tabelle td.firsthead {
		height:40px;
		background-color:#990000;
		font-weight:bold;
	}
	.ral_tabelle td.head {
		height:40px;
		background-color:#999;
		font-weight:bold;
		}
	.ral_tabelle td.first {
		padding-left:10px;
		background-color:#999;
		text-align:left;
		/*font-weight:bold;*/
		}
	.ral_tabelle img {
		height:20px;
		}
