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

.headline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #8cabd7;
	text-decoration: none;
	line-height: normal;
}
.text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}
a.text_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
a.footer_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #b5c7e4;
	text-decoration: none;
}
a.header_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
a.header_link:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.header_aktiv_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
a.navigation_link:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a.navigation_aktiv_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #b5c7e4;
	text-decoration: none;
	font-weight: normal;
}


/* Links End 
