    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
		

		
		#slider {
    height: 415px!important;
    padding: 0px;
    border: 1px solid #32b4c8;
}
		.sliderbild img {
    max-width: 100%;
}
		#rubrikentopthema #slider{height:160px;}
		
	#contentslider2{
		position:relative;
		margin:20px 60px 0px 0px;
		float:right;
		
		}	
		
	#contentslider3{
		position:relative;
		margin:-10px 60px 0px 0px;
		float:right;
		
		}			
		

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:310px;
		height:415px;
		overflow:hidden; 
background-color: white;
		}	
		
	#rubrikentopthema #slider li{ 
		width:270px;
		height:380px;
		overflow:hidden; 
		}	
		
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:450px;
		height:205px;
		overflow:hidden; 
		}		

		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:171px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:900px;
		top:380px;
		}	
	#prevBtn, #slider1prev{ 
		left:870px;
		top:380px;
		}	
	#contentslider2 #prevBtn, #contentslider2 #slider1prev,#contentslider3 #prevBtn, #contentslider3 #slider1prev{ 
		left:-30px;
		top:60px;
		}	
	#contentslider2 #nextBtn, #contentslider2 #slider1next,#contentslider3 #nextBtn, #contentslider3 #slider1next{ 
		left:277px;
		top:60px;
		}	
	


	
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

ol#controls {
position: relative;
width: 165px;

top: -34px;
}
		
	#rubrikentopthema ol#controls{
		position:relative;
		width:120px;
		left:400px;
		top:-45px;
		}
		
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:20px;
		}
ol#controls li a {
float: left;
height: 8px;
width: 8px;
line-height: 20px;
font-family: arial;
font-size: 0pt;
background: #cddadc;
color: #fff;
padding: 0 0px;
text-decoration: none;
}
	ol#controls li.current a{
		background:#32b4c8;
		color:#32b4c8;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */