﻿body{
	
	background-color:#fff;
	
	
	
	margin:0;
	
}

#badge{
   /* background-image:url("bilder/bagtag.gif");*/
position:absolute;
width:142px;
height:195px;
z-index: 99;
margin-top:-375px;
}

#container{
overflow:visible;
	width:100%;
	position:absolute;
	top:50%;
	
}

#hintergrund{
width:100%;
	position:absolute;
	top:50%;
	height:512px;
	margin-top:-144px;
	/*background-image:url("bilder/bagtag.gif");*/

 background-image:url("htmlpics/tapete.jpg"); 
background-repeat:repeat-x;
z-index: 1;
}

#flash{
width:980px;
height:512px;
position:absolute;
top:-256px;
left:50%;
margin-left:-490px;
z-index: 2;
	background-color:#fff;
/*vertical-align:middle;
	margin:auto;*/
}


