body {
	background: #FFFFFF;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	color: #3E3E3E;
}

#bodybox {
	z-index: 1;
	width: 1000px;
	height: 740px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	margin: -370px 0 0 -500px; 
	position: absolute; 
	top: 50%; 
	left: 50%;
}

#mainbox {
	z-index: 1;
	width: 910px;
	height: 460px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	position: relative; 
	top: 85px; 
	left: 45px;
}

#mainheader {
	z-index: 1;
	width: 910px;
	height: 35px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative; 
	top: 0px; 
	left: 0px;
}

#player {
	z-index: 1;
	width: 320px;
	height: 35px;
	background-image: url(../images/player_bg.jpg);
	background-repeat: no-repeat;
	position: relative; 
	top: 0px; 
	left: 550px;
}

#contentbox {
	z-index: 10;
	width: 910px;
	height: 347px;
}

#borderleft {
	z-index: 1;
	float: left;
	width: 150px;
	height: 347px;
}

#content {
	z-index: 11;
	float: right;
	width: 760px;
	height: 347px;
}

#contentframe {
	z-index: 12;
	float: left;
	width: 750px;
	height: 347px;
	overflow: auto;
	text-align: justify;
}

#borderright {
	z-index: 1;
	float: right;
	width: 10px;
	height: 347px;
}

#mainmenu {
	z-index: 1;
	width: 910px;
	height: 78px;
}

#trickfabrik {
	z-index: 1;
	width: 890px;
	height: 70px;
	text-align: right;
	padding: 10px;
	position: relative; 
	top: 85px; 
	left: 45px;
}

.listitemtop {
	display: block;
	background-image: url(../images/listitem_top.gif);
	background-repeat: no-repeat;
	width: 384px;
	height: 20px;
}

.listitembody {
	display: block;
	background-image: url(../images/listitem_body.gif);
	background-repeat: repeat-y;
	width: 344px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-size: 11px;
}

.listitembottom {
	display: block;
	background-image: url(../images/listitem_bottom.gif);
	background-repeat: no-repeat;
	width: 384px;
	height: 20px;
}

.listitemsmalltop {
	display: block;
	background-image: url(../images/listitem_small_top.gif);
	background-repeat: no-repeat;
	width: 323px;
	height: 15px;
}

.listitemsmallbody {
	display: block;
	background-image: url(../images/listitem_small_body.gif);
	background-repeat: repeat-y;
	width: 293px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 11px;
}

.listitemsmallbody h1 {
	font-size: 12px;
	margin: 10px 0;
}

.listitemsmallbottom {
	display: block;
	background-image: url(../images/listitem_small_bottom.gif);
	background-repeat: no-repeat;
	width: 323px;
	height: 15px;
}

.listitemminitop {
	display: block;
	background-image: url(../images/listitem_mini_top.gif);
	background-repeat: no-repeat;
	width: 362px;
	height: 12px;
}

.listitemminibody {
	display: block;
	background-image: url(../images/listitem_mini_body.gif);
	background-repeat: repeat-y;
	width: 322px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 10px;
}

.listitemminibottom {
	display: block;
	background-image: url(../images/listitem_mini_bottom.gif);
	background-repeat: no-repeat;
	width: 362px;
	height: 10px;
}