iframe{
		margin:0px;
		padding:0px;
}

div.main{        
				position:absolute
				margin					:0px;
				padding					:0px;
				border					:0px solid #00ff00; /*Rahmen */
				background			:#000000;
				background-repeat:no-repeat;
				overflow				:none;
				width						:800px; 
				height					:600px; 
				background-image: url(../images/back.jpg);
}
div.banner{
				border:0px solid #00ff00;
				overflow:none;
				float:left;
				position:relative;
				
				top:-600px;
				left:0px;
				
				width:800px;
				height:65px;
				
				padding:0px;
				margin:0px;
}

div.menu{
				border:0px solid #00ff00;
				overflow:auto;
				float:left;		  																 
				position:relative; 
				left: 0px;
				top:-600px; 
								
				width:200px;
			  height:450px;
			  
			  padding:0px;
				margin:0px;
}
div.player{
				border:0px solid #00ff00;
				overflow:none;
				float:left;
				position:relative;
				
				top:-130px;
				left:0px;
				
				width:580px;
				height:50px;
				
				padding:0px;
				margin:0px;
}


