@charset "utf-8";
/* CSS Document */

.kasten_orange {
	text-decoration: none;
	padding: 5px;
	background-image: url(images/orange.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #004D72;
}
.kasten_blau {
	text-decoration: none;
	padding: 5px;
	background-image: url(images/blau.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}
span.orange_schrift {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
img.links {
	padding: 2px;
	clear: left;
	float: left;
}
span.grau_schrift_klein {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}