body {
	margin: 0;
	padding: 0;
	background-color: #525252;
	color: #ffffff;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: 18px;
}
#container {
	position: relative;
	width: inherit;
	min-width: 1280px;
	height: inherit;
	max-height: 720px;
	margin: 0px;
	top: 0px;
	background-color: transparent;
}
#kopfleiste {
	margin-top: 18px;
	min-width: 1280px; 
}		
#flashcontent {
	position: relative;
	width: inherit;
	min-width: 1280px;
	height: 500px;
	margin-top: 18px;
	margin-bottom: 10px;
}
#fussleiste a {	
	color: #ffffff;
	background-color: #525252;
	font-family: inherit;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#fussleiste a:hover {
	color: #404040;
	background-color: #b3b3b3;
	padding: 5px 8px 5px 5px;
	border-radius: 2px;
	-moz-box-shadow: -4px 1px 2px 1px #404040;
	-webkit-box-shadow: -4px 1px 2px 1px #404040;
	box-shadow: -4px 1px 2px 1px #404040;
	-webkit-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out, border-radius 0.2s ease-in-out, color 0.4s cubic-bezier(0.42, 0.0, 0.58, 0.3);
	-moz-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out, border-radius 0.2s ease-in-out, color 0.4s cubic-bezier(0.42, 0.0, 0.58, 0.3);
	transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out, border-radius 0.2s ease-in-out, color 0.4s cubic-bezier(0.42, 0.0, 0.58, 0.3);
}
#textleisteflex6px {
	margin-top: 20px;
	width: inherit;
	max-width: 1280px;
	height:7px;
	background-image: url("bilder/Schriftbalken8px.jpg");
	background-repeat: repeat;
	-moz-box-shadow: 1px 1px 2px 1px #333333 inset;		
	-webkit-box-shadow: 1px 1px 2px 1px #333333 inset;		
	box-shadow: 1px 1px 2px 1px #333333 inset;
}
#fussleiste {
	position: relative;
	width: inherit;
	height: auto;
	margin-top: 5px;
	text-align: center;
}
#fussleiste img {
	margin-bottom: -7px;
}