
/* text formats  */
/* ------------- */

body	{ 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-base-color: #FFFFFF;
 	scrollbar-track-color: #FFFFFF;
 	scrollbar-face-color: #FFFFFF;
 	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-3dlight-color: #FFFFFF;
 	scrollbar-darkshadow-color: #FFFFFF;
 	scrollbar-shadow-color: #FFFFFF;
 	scrollbar-arrow-color: #7D7D7D;
	
	background-color: #FFFFFF;
	
	background-image:	url(../images/bg.gif);
	background-repeat:	no-repeat;
}

/* content */
#contScroll {
	z-index: 2;
	position: absolute;
	overflow: auto;
	visibility: visible;
	
	width: 440px;
	height: 365px;
	left: 162px;
	top: 155px;
	clip:rect(0px, 440px, 365px, 0px);
	
	scrollbar-base-color: #FFFFFF;
 	scrollbar-track-color: #FFFFFF;
 	scrollbar-face-color: #FFFFFF;
 	scrollbar-highlight-color: #D8D8D8;
 	scrollbar-3dlight-color: #FFFFFF;
 	scrollbar-darkshadow-color: #FFFFFF;
 	scrollbar-shadow-color: #D8D8D8;
 	scrollbar-arrow-color: #D8D8D8;
}

/* news */
#newsScroll {
	z-index: 2;
	position: absolute;
	overflow: auto;
	visibility: visible;
	
	width: 152px;
	height: 266px;
	left: 634px;
	top: 238px;
	clip:rect(0px, 152px, 266px, 0px);
	
	scrollbar-base-color: #FFFFFF;
 	scrollbar-track-color: #FFFFFF;
 	scrollbar-face-color: #FFFFFF;
 	scrollbar-highlight-color: #D8D8D8;
 	scrollbar-3dlight-color: #FFFFFF;
 	scrollbar-darkshadow-color: #FFFFFF;
 	scrollbar-shadow-color: #D8D8D8;
 	scrollbar-arrow-color: #D8D8D8;
}

/* home button on logo */
#homeBut {
	z-index: 2;
	position: absolute;
	overflow: hide;
	visibility: visible;
	
	width: 167px;
	height: 60px;
	left: 803px;
	top: 134px;
}

/* pic head */
#headPic {
	z-index: 2;
	position: absolute;
	overflow: hide;
	visibility: visible;
	
	width: 478px;
	height: 72px;
	left: 135px;
	top: 134px;
}



/* portfolio - uebersicht */
td.pfThumb {	
	width: 64px;
	height: 65px;
	padding-left: 4px;
	padding-top: 6px;
	
	background-image:	url(../images/elements/bg_portfolio_th.gif);
	background-repeat:	no-repeat;
}
