#col_nav
{
	position: absolute;
	left: 30px;
	top: 134px;
	width: 124px;
	height: 450px;
}

#bild
{
	position: absolute;
	left: 244px;
	top: 134px;
}

#detail
{
	position: absolute;
	left: 724px;
	top: 134px;
}

#info
{
	position: absolute;
	left: 724px;
	top: 496px;
}

#steuerung
{
	position: absolute;
	left: 28px;
	top: 544px;
}

.pfeil_b
{
	width: 20px;
	height: 44px;
	float: left;
}	
.pfeil_f
{
	width: 14px;
	height: 44px;
	float: left;
}	

.auswahl
{
	width: 20px;
	height: 44px;
	text-align: center;
	float: left;
	color: #707070;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	/* border: 1px #3F0 solid; */
}



strong.sel { color: #E3007A; }

a.sel, a.sel:visited, a.sel:hover, a.sel:active 
{ 
	color: #707070; 
	text-decoration: none;
}



/* scrolling */
#holder
{
	position: absolute;
	left: 230px;
	top: 132px;
	width: 737px;
	height: 450px;
}

.scroll-pane {
	width: 737px;
	overflow: auto;
	float: left;
}

#pane_height {
	height: 450px;
}

#col_01
{
	width: 340px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#col_02
{
	width: 340px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#col_full
{
	width: 600px;
	margin: 0px 0px 0px 14px;
	float: left;
}


