#impressum {
	font-family: helvetica;
}

#impressum img {
	width: 300px;
}


footer {
	font-family: helvetica;
	font-size: 18px;
	width: 100%;
	background-color: #cbd3ec;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.footer-navigation
{
	float: left;
	width: 100%;
	min-width: 500px;
}

.footer-navigation span
{
	padding: 10px;
	float: left;
}

.footer-navigation a
{
	text-decoration: none;
	color: #5969d3;
}

.footer-navigation a:hover
{
	font-weight: bold;
}

.footer-navigation img
{
	width: 150px;
	margin-top: 10px;
	margin-left: -8px;
}

.footer-navigation b
{
	padding: 10px;
	font-size: 12px;
}

@media screen and (max-height: 700px)
{
	footer
	{
		position: relative;
		display: inline-block;
		top: 100px;
	}	
}

@media screen and (max-width: 1000px)
{	
	#impressum img 
	{
		width: 600px;
	}
}