* {padding:0px;margin:0px;}
img {border:0;}

body {font-family: 'Cantarell', sans-serif;font-size: 14px;color:RGB(135,136,138);}

#inhalt {position: relative;margin-top: 5%;left: 50%;margin-left:-465px;width:930px;}
#galerie {width:600px;}
.partnerlogo {margin-top:10px;background:#fff;float:right;padding:5px;}

h1, h2	{font-weight:normal;font-size:18px;margin-bottom:20px;}
p {margin:10px 0;}
a:link, a:visited	{color:#666; text-decoration: none;}
a:hover, a:active	{text-decoration: underline;}
#inhalt img, .floatleft, #galerie {float:left;}

.left30 {margin-left:30px;}
.top30 {margin-top:30px;}
.top20 {margin-top:20px;}
.w245 {width:245px;}
.w260 {width:260px;}
.w280 {width:280px;}
.w560 {width:560px;}
.w600 {width:600px;}
.w860 {width:860px;}
.h275 {height:275px;}
.h210 {height:210px;}
.h230 {height:230px;}
.h240 {height:240px;}
.h250 {height:250px;}
.h260 {height:260px;}
.h270 {height:270px;}
.h280 {height:280px;}
.h290 {height:290px;}
.h410 {height:410px;}
.h530 {height:530px;}
.h550 {height:550px;}
.h560 {height:560px;}
.h590 {height:590px;}
.h610 {height:610px;}
.h620 {height:620px;}
.bottom20 {margin-bottom:20px;}


.orange {color:RGB(242,148,0);}
.textblock {background:#EEE;padding:20px;}
.clear {clear:both;}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:450px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#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{
		font-size:11px;
		margin:10px 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 5px 7px 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #EEE;
		color:#666;
		padding:0 7px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#EEE;
		color:#666;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */