/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

#scrollbar_container {  
	position:relative;
	overflow:hidden;
} 

#scrollbar_track {  
	position:absolute;  
	top:0;  
	right:0;  
	height:100%;  
	width:10px;  
	background-color:transparent;
	background: url(../pics/layout/scrollbar-back.jpg) repeat-y;  
	cursor:move;  
} 

#scrollbar_handle {  
	width:10px;  
	background-color:#AAA296;  
	cursor:move;   
} 
 
#scrollbar_content {  
	overflow:hidden; 
	width: 600px;  
	height: 160px;
	display:block;
}

#scrollbar_content_galerie {
	overflow:hidden;
	width: 600px;
	height:500px;
}

#scrollbar_content_team {  
	overflow:hidden; 
	width: 600px;  
	height: 200px;  
}

#scrollbar_content_gross {
	overflow:hidden;
	width: 600px;
	height: 270px;
}

#formular_content {
	overflow: hidden;
	width: 600px;
	height: 160px;
}

#formular_content .spalte-1 {
	width: 200px;
	height: 160px;
	float: left;
} 

#formular_content .spalte-2 {
 	width: 400px;
	height: 160px;
 	float:left;
} 
