/* CSS Document */


.gruen_text {
	color: #3A817B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.mini_text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.text_kursiv {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.9em;

}
.select_sub {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/layout/bgr_submenu_select_blau.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	padding-right: 27px;
}
.select_sub a {
	text-decoration: none;
	color: #000000 !important;
}
.select_sub a:hover {
	text-decoration: none;
	color: #0033FF !important;
}
.un_select_sub {
	text-align: right;
	padding-right: 27px;
}
