/*  algemeen - */

body
{
	margin: 0px;
	padding: 0px;
	background-position:top center;
	background-color: #aca899;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #9c9c9c;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #9c9c9c;
	scrollbar-arrow-color: #9c9c9c;
	scrollbar-track-color: #FFFFFF;
}

BODY, TABLE, TD, DIV, P, FONT, LI, UL, SPAN, TEXTAREA, INPUT
{
	font-size: 16px;
	font-weight:bold;
	font-family: "Arial Narrow", arial, verdana, tahoma;
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}

FORM
{
	margin:0px;
}

UL.bullet
{
	margin-top:0px;
	margin-bottom:0px;
}

LI
{
	list-style-image : url(images/bullet.gif);
	margin-left:-25px;
}

/* - algemeen */

/* divs - */

#wrapper
{ 
	height: auto; 
	width: 907px; 
	text-align: left; 
	position: relative; 
	margin: 0px auto; 
}

#div_content
{
	position:absolute;
	top:60px;
	width: 907px;
	z-index:2;
}

#under_mov
{
	z-index:1;
	position:absolute;
	top:610px;
	left:332px;
	width:335px;
	font-size:12px;
}

#header
{
	background-image: url(images/header.gif);
	height:278px;
	width: 907px; 
}

#footer
{
	background-image: url(images/bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:3px;
	width: 907px; 
	height:40px;
	background-repeat:no-repeat;
}

#t_content
{
	background-image: url(images/right_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#221e1f;
	width: 907px;
}

#col_left
{
	width:312px;
	border-left:1px solid black;
	padding-left:35px;
}

#flvplayer
{
	width:375px;
}

#col_right
{
	width:220px;
	border-right:3px solid black;
	font-size: 12px;
	padding-left:10px;
	padding-top:50px;
}

.green
{
	color:#d7df21;
}

.greeni
{
	color:#d7df21;
	font-size: 12px;
	font-style : italic;
}

a:link { color: #FFFFFF; text-decoration:underline; }
a:visited {color: #FFFFFF; text-decoration:underline; }
a:hover { color: #d7df21; text-decoration:none; }

