.bg_gelb {
	background-color: #FFFFCC;
}
.bg_gelb_dunkel {
	background-color: #FFFF99;
}
.rahmen_links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099FF;
}
.schrift_blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
}
.schrift_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: 
}
.rahmen {
	border: 1px solid #0099FF;
}
.rahmen_unten {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0099FF;
}
