   /* image replacement */
        .graphic, #prevBtn, #nextBtn,#price{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0;
		top:0;
		position:relative;
		}	
		
	#header{
		height:357px;
		margin: 0;
		padding:0;
		background:#000;
		color:#fff;
		top:0px;
		position:relative;
		}				
	#titel{
		height:49px; /* header height - slider height*/
		line-height:4.5;
		text-align:right;
		
		}			

/* Easy Slider */
	#slider	img{border:none;}

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:847px;
		height:308px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												
#price{
		position:absolute;
		top:-10px;
		left:50px;
		width:308px;
		height:167px;
		background:url(../../_images/site_logo_recht.png) no-repeat 0 0;	
		z-index:100;
		}
		#price a{
		display:block;
		width:300px;
		height:160px;
		}	
/* // Easy Slider */
	