@charset "UTF-8";
.nav {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.nav_w {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.headline {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #00a6c0;
}
.headline_2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #00a6c0;
}
.headline_3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #00a6c0;
}
.txt {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: 400;
	color: #666666;
}
.txt_blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #00a6c0;
}
.footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00a6c0;
}
a:link {
	color:#666666;
	text-decoration: none; 
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
color:#00a6c0;
	text-decoration: none;
}

a.grau:link {text-decoration: underline; color: #666666}
a.grau:visited {text-decoration: none; color: #666666}
a.grau:hover {text-decoration: none; color: #00a6c0}