@charset "UTF-8";
/* CSS Document */

.Bildlegende {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
}
.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: normal;
}
.weiter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	line-height: normal;
	text-decoration: none;
	background-color: #FFF;
}
.menue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	font-weight: bolder;
}
.menueaktiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	background-color: #CCC;
	font-weight: bolder;
}

