body{
	background-color:#666;
	margin:0;
	font-family:Century Gothic;
	font-size:12px;
	color:#FFF;
}

/*	DIVS	*/

#div_mainparent{
	position:absolute;
	top:0px;
	height:780px;
	width:980px;
	left:50%;
	margin-left:-490px;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#div_maincontent{
	position:absolute;
	width:972px;
	height:780px;
	left:4px;
}

#div_mainitemcontent{
	right:5px;
	top:75px;
	position:absolute;
	width:615px;
	height:640px;
	padding:10px;
	overflow:auto;
}

#div_menubox1{
	position:absolute;
	width:100%;
	top:0px;
	height:36px;
	color: black;
}

.div_menubox1{
	padding-top:10px;
	height:26px;
	float:left;
	text-align:center;
	background-color:#ede447;
	color: black;
}

.div_menubox1_deactivated{
	background-color:#000;
}

.div_menubox1_activated{
	background-color:#ada407;
}

.div_menubox1_hover{
	background-color:#ada407;
}

#div_menubox2{
	position:absolute;
	top:37px;
	width:100%;
	height:30px;
}

.div_menubox2{
	padding-top:8px;
	height:21px;
	float:left;
	text-align:center;
}

.div_menubox2_deactivated{
	background-color:#fff;
}

.div_menubox2_activated{
	background-color:#ede897;
}

.div_menubox2_hover{
	background-color:#fffbb1;
}

#div_menuwrap{
	width:980px;
	height:70px;
	position:absolute;
	left:0px;
}

#div_nieuws_ticker{
	margin-left:-485px;
	top:750px;
	left:50%;
	position:absolute;
	width:970px;
	height:20px;
	text-align:left;
	color:#FFF;
	overflow:hidden;
}

#div_copyright{
	margin-left:-490px;
	top:780px;
	left:50%;
	position:absolute;
	width:980px;
	height:20px;
	text-align:right;
	color:#FFF;
}

#div_counter{
	margin-left:-535px;
	top:780px;
	left:50%;
	position:absolute;
	width:200px;
	height:20px;
	text-align:right;
	color:#FFF;
}

#div_backgroundRuler{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:10px;
	background-color:#ede447;
}

/* TEXT MAKE UP */
.nieuws_ticker_content{
	color:#5f5b1c;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}

.c_title{
	font-size:40px;
	color:#FFF;	
}

.menubox1_text{
	color:black;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.menubox2_text{
	color:#666;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}


/*	GLOBALS	*/
a{
	text-decoration:none;
	cursor:pointer;
}

.subscript{
	font-size:10px;
}

/* LIGHTBOX */
#div_shadow{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#000;
	position:absolute;
	left:0px;
	top:0px;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor:pointer;
	display:none;
}

#div_lightbox{
	position:absolute;
	left:50%;
	top:50%;
	width:100px;
	height:100px;
	margin-left:-50px;
	margin-top:-50px;
	border-style:solid;
	border-color:#E0E0E0;
	border-width:10px;
	background-color:#FFF;
	display:none;
}
