@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Great+Vibes);

#logo {
	font-family: 'Great Vibes', cursive;
	color: #FFFFFF;
	background: #555555;
	font-size: 60px;
	border-bottom: 1px solid #ffffff;
}

#logo a {
	display: inline-block;
	margin-left: 35px;
	padding-top: 12px;
	color: #FFFFFF;
}

#logo a:hover,#logo  a:active,#logo  a:visited,#logo  a:focus   {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

.Fliesstext {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #555555;
	text-decoration: none;
	font-weight: 400;
}
.FliesstextGruen {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #003300;
	text-decoration: none;
	font-weight: 400;
}
.Fliesstextweiss {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

p {
	margin: 8px 0;
}

#termine {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #003300;
	font-weight: 400;

	position: absolute;
	top: 112px;
	left: 50%;
	margin-left: -440px;
}

#termine a {
	color: #003300;
}