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

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
.text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	line-height: normal;
}
.text_bold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}
.us {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	line-height: normal;
}
a.text_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
a.footer_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #b5c7e4;
	text-decoration: none;
}


/* Links Start ------------------------------------------------------------------------------------- */
.navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-decoration: none;
}
a.navigation_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}
a.navigation_link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a.navigation_aktiv_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.impressum_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
a.impressum_link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.impressum_aktiv_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b5c7e4;
	text-decoration: none;
}

/* Links End 
