body{
    scrollbar-face-color: #DBA342; /*/ obviously change this to whatever you want /*/
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFBF0;
    scrollbar-3dlight-color: #808080;
    scrollbar-shadow-color: #DBA342;
    scrollbar-darkshadow-color: #808080;
    scrollbar-track-color: #CCCCCC;
}


#positionback
{	
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:80px;
	top:-40px;
	z-index:1;
	}
	
#content
{
	position: absolute;
	height:650px;
	width:710px;
	left: 270px;
	top: 180px;
	overflow:auto;
	z-index:2;
	}
#positionPic
{
	position:absolute;
	left: 10px;
	top: 40px;
	z-index:3;
	}
#terminNeu
{
	font-size:16px;
	}
#terminAlt
{
	font-size:11px;
	}