@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	
}

#site {
	
	
	
}
#flashContainer {
	position: absolute;
	left: 70px;
	right:  260px;
	bottom: 0px;
	top: 60px;
	background-color: #fff;
	width: 800px;
}

#flashContainer #flashcontent {
	position: absolute;
	top: 0;
	bottom: 60px;
	left: 0;
	right: 0;
	
	background-color: #fff;
}


#sidebar {
	width: 150px;
	margin-right: 70px;
	margin-left: 885px;
	margin-top: 60px;
	float: left
	background-color: #fff;
	
	
}
.sidetext, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #e2001a;
	line-height: 12px;
	text-decoration:none;
	font-weight: bold;
}

.logo {
	margin-top:182px;
}

a:hover {

color:#000000;
}

#impressum{
	
}

p {
padding:0;
margin:0;
padding-bottom:0.7em;
}

