.tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FFCC00;
	border: thin solid FFCC00;

}
.glink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: FFCC00;
}
.ueberschriftGelb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.ueberschriftOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}
.linieUnten {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: FFCC00;
	border-right-color: FFCC00;
	border-bottom-color: FFCC00;
	border-left-color: FFCC00;
}
.laufleiste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFCC00;
	background-color: 333399;
	width: 100%;

}
