
/* text formats  */
/* ------------- */

body	{ 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #000000;
	
	scrollbar-base-color: #000000;
 	scrollbar-track-color: #000000;
 	scrollbar-face-color: #000000;
 	scrollbar-highlight-color: #AEAEAE;
 	scrollbar-3dlight-color: #000000;
 	scrollbar-darkshadow-color: #000000;
 	scrollbar-shadow-color: #AEAEAE;
 	scrollbar-arrow-color: #CF0000;
}

body.frameTop{
	background-image:	url(../images/bg_top.gif);
	background-repeat:	norepeat;
}

body.frameBottom{
	background-image:	url(../images/dummy_bottom.gif);
	background-repeat:	repeat-y;
}

body.frameLeft{
	background-image:	url(../images/dummy_left.gif);
	background-repeat:	repeat-x;
}

body.frameRight{
	background-image:	url(../images/dummy_right.gif);
	background-repeat:	repeat-x;
}

/* ---- frame top ---- */

/* news */
#newsScroll {
	z-index: 5;
	position: absolute;
	overflow: auto;
	visibility: visible;
	
	width: 249px;
	height: 155px;
	left: 548px;
	top: 230px;
	
	scrollbar-base-color: #333333;
 	scrollbar-track-color: #333333;
 	scrollbar-face-color: #333333;
 	scrollbar-highlight-color: #AEAEAE;
 	scrollbar-3dlight-color: #333333;
 	scrollbar-darkshadow-color: #333333;
 	scrollbar-shadow-color: #AEAEAE;
 	scrollbar-arrow-color: #CF0000;
}

/* picture of dj.gogo */
#topPic {
	z-index: 1;
	position: absolute;
	overflow: hide;
	visibility: visible;
	
	width: 519px;
	height: 271px;
	left: 20px;
	top: 134px;
}
/* qClub crowd - flash */
#topQ {
	z-index: 2;
	position: absolute;
	overflow: hide;
	visibility: visible;
	
	width: 336px;
	height: 119px;
	left: 204px;
	top: 430px;
}
/* soundplayer */
#topPlayer {
	z-index: 3;
	position: absolute;
	overflow: hide;
	visibility: visible;
	
	width: 257px;
	height: 83px;
	left: 541px;
	top: 133px;
}
/* newsletter button */
#topNewsletterBut {
	z-index: 4;
	position: absolute;
	overflow: hide;
	visibility: visible;
	
	width: 123px;
	height: 14px;
	left: 541px;
	top: 411px;
}


/* ---- frame cont ---- */

/* nav */
#nav {
	z-index: 1;
	position: absolute;
	visibility: visible;
	
	width: 126px;
	/*height: 175px;*/
	left: 544px;
	top: 4px;
}

/* cont */
#cont {
	z-index: 2;
	position: absolute;
	visibility: visible;
	
	width: 316px;
	left: 214px;
	top: 3px;
}


/* ---- gallery ---- */

body.gallery{
	background-image:	url(../images/gallery/bg.gif);
	background-repeat:	no-repeat;
}

/* pic */
#galleryPic {
	z-index: 1;
	position: absolute;
	visibility: visible;
	
	width: 624px;
	height: 399px;
	left: 2px;
	top: 44px;
}

/* nav */
#galleryNav {
	z-index: 2;
	position: absolute;
	visibility: visible;
	
	width: 159px;
	height: 13px;
	left: 227px;
	top: 461px;
}





/* dropdown */
#dropdown {	
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;	
}
td.tlDropdown {
	height: 1px;	
	background-color: #DCDCDC;	
}