body
{
	padding: 0;
	margin: 0;
}

p
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
}

.logo
{
	font-size: 36px;
	line-height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	text-align: left;
	margin-bottom: 20px;
}


.headline
{
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	text-align: left;
	margin-bottom: 24px;
}

.gruen
{
	color: #A0BE3C;
}



.black
{
	color: #000000;
}

.weiss
{
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
}

a
{
	color: #A0BE3C;
	text-decoration: none;
}

.aweissaufgruen
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}
