/* Cafegames CSS Document */
body /* normal font */
{


	color: 				#404040;
	font-family:		Arial, 
						Verdana, 
						Helvetica, 
						sans-serif;
	font-size:			12px;
	margin-top: 		0;
	margin-left: 		0;
	background-color:	#404040;
	/*background-image:	url(../images/bg_blk.png);*/
	
}

	div.transOFF {width: 100%; }
	div.transON  {width: 100%; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}


table /* table adjust */
{
	border-width: 		0px;
	padding: 			0px;
	text-align:			left;
	vertical-align:		top;
	border-spacing: 	0px;
	border-collapse: 	collapse;
}

tr 
{
	vertical-align:		top;
}

h1 /* Header 1 */
{
	/*color: 				#DD0000;*/
	color: 				#F10000;
	font-family:		Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:			15px;
	font-weight:		600;
	margin:				0px;
	/*font-variant:		small-caps;*/
} 

h2 /* Header 2 */
{
	color:				#202020;
	font-size:			13px;
	font-weight:		600;
	margin-top: 		0;
	margin-bottom: 		0;
} 

h3 /* Header 2 */
{
	color:				#202020;
	font-size:			11px;
	font-weight:		900;
	margin-top: 		0;
	margin-bottom: 		0;
} 


ul /* Bullets opmaken */
{
	list-style-type:	disc;
	margin-top: 		0.25em;
	margin-left: 		0px; 
	padding-left: 		15px;
}

li /* Bullets opmaken */
{
	color: 				#404040;
	list-style-type:	square;
	margin-top: 		0.25em;
}

.list_color_adjust
{
	color:				#666666;
}

p
{
	padding:			0px;
	margin:				0px;
}

A:link
{
	text-decoration: 	underline; 
	color: 				#000000;
}

A:visited
{
	text-decoration: 	underline;
	color: 				#000000;
}

A:active 
{
	text-decoration: 	underline; 
	color: 				#000000;
}

A:hover 
{
	text-decoration: 	underline; 
	color: 				#DD0000;
}			


.menu A:link
{
	text-decoration: 	none; 
	color: 				#ffffff;
}

.menu A:visited
{
	text-decoration: 	none;
	color: 				#ffffff;
}

.menu A:active 
{
	text-decoration: 	none; 
	color: 				#FF0000;
}

.menu A:hover 
{
	text-decoration: 	none; 
	color: 				#FF0000;
}			



#header
{
	width:920px;
	height:90px;
	left: 10px;
	top:0px;
	position:absolute;
	float:left;
	background-color:#404040;
}

#menu
{
	width:				920px; 
	top:				90px; 
	left:				20px; 
	height:				32px; 
	position:			absolute; 
	background-color:	#7e7e7e; 
	vertical-align:		middle;
}

#content_container
{
	left:				20px;
	top:				122px;
	width:				970px;
	float:				left;
	position:			absolute;
	background-color:	#ffffff;
/*	padding:			10px
						10px
						0px
						10px;*/
}

#mmplayer
{
	left:				0px;
	position:			relative;
	width:				700px;
	height:				270px;
	/*background-image:	url(../images/video_backgr_700x330.png);*/
	background-image:	url(../images/player.gif);
	background-repeat:	no-repeat;
}

#content
{
	width:				950px;
	left: 				10px; 
	top:				15px;
	right:				10px;
	bottom:				10px;
	position:			relative;
/*	padding:			0px
						0px
						10px
						0px;*/
	line-height:		1.4em;
}


.footer A:link
{
	text-decoration: 	none; 
	color: 				#ffffff;
}

.footer A:visited
{
	text-decoration: 	none;
	color: 				#ffffff;
}

.footer A:active 
{
	text-decoration: 	none; 
	color: 				#FF0000;
}

.footer A:hover 
{
	text-decoration: 	none; 
	color: 				#FF0000;
}	

#footer
{
	background-color:	#404040;
	color:				#999999;
	left:				0px;
	width:				970px;
	position:			relative;
	font-size:			9px;
	text-align:			right;
	
}




