/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
.rotgrau { background-color: rgb(255,153,153); border: 1px solid rgb(176,176,179);}
 .oben { border-top: 1px solid rgb(0,0,0);}
 .bg_rot { background-color: rgb(255,153,153);}
 .graubold {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: none;
	background-color: rgb(204,204,204);
	border-left-style: none;
	margin-top: 0px;
	padding-top: 6px;
	border-top-style: none;
	border-right-style: none;
	margin-bottom: 0px;
	padding-bottom: 6px;
	border-bottom-style: none;
	padding-left: 8px;
}
 .grau_border { border: 1pt solid rgb(128,128,128);}
 .blck_brd { color: rgb(153,153,153); border: 1px solid #999999;}
 .graubold001 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	clear: none;
	background-color: rgb(204,204,204);
	border-left-style: none;
	margin-top: 0px;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom-style: none;
	text-align: center;
}

