@import url(../_einleitung/ein.css);

	body {
		background-color: #222222;
	        background-image: none;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		width: 100%
                margin: 0;
		padding: 0;
		
	}


	
	.flashcontent {	

                width: 100%;
		height: 450px;		
        margin-top, margin-bottom: 0;
        padding: 0;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
	}
		


	
	#footer {
		text-align: center;
		background-color: #222222;
		color:#FFFFFF;
		width: 100%;
                height: 20px;
		padding: 10px 0 10px 0;
                position: relative;
                z-index:100;
	}