/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			362px;
		width:			340px;
		margin: 			39px 76px 0px 0px;
		float:left;		
		}

.rootRechts 		{
		position:relative;
		height:			362px;
		width:			370px;
		margin: 			39px 0px 0px 0px;
		float:left;		
		}

.root p 	{
		/*margin:			10px 10px 5px 10px;*/
		}
.thumb 		{
		position:			absolute;
		height:			16px;
		width:			17px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		
		}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		outline:none;
		}
.scrollContainer {
	position:			absolute;
	width:			370px;
	height:			362px;
	margin:0 0px 0 46px;
	padding-right:0px;
	overflow-x:	hidden;
	overflow-y:auto;
		}
		
.scrollContainerRechts {
	position:			absolute;
	width:			295px;
	height:			362px;
	margin:0 0px 0 0;
	padding-right:25;
	overflow-x:	hidden;
	overflow-y:auto;
		}
		
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			330px;
		}


.scrollContentRechts {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			225px;
		}

.scrollContent2col {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			630px;
		}
