/* 
-------------------------------
	home.css 
-------------------------------
*/

body {

}

#div_bar_top {
	position:absolute;
	top: 11px;
	left: 250px;
}

	
#div_content {
	padding:0;
	width: 496px;
	height: 615px;
}	

#div_footer a {
	margin:0 !important;
}
#div_footer .stripe {
	width:6px !important;
}




/* News Popup */

#div_popup_pic {
	position: absolute;
	background:#fff url(../images/loading.gif) 50% 50% no-repeat;
	left: 310px;
	top: 28px;
	width:453px;
	height:660px;
	display:none;
	z-index: 100;
}

#screenLayer {
	display: block;
	position: absolute;
	background-color: #ed0c6d;
	display: none;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.opac {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

#newsDiv {
	display: block;
	background-color: #ffffff;;
	position: absolute;
	display: none;
	left: 271px;
	top: 178px;
	height: 385px;
	width: 442px;
	z-index: 2;
}

.nieuwsheader {
	font-family: verdana, arial; 
	font-size: 25px; 
	color: #ed0c6d;
	font-weight: bold;
	padding-top: -5px;
}

.headlines
{
	font-family: verdana, arial; 
	font-size: 25px; 
	color: #000000;
	font-weight: bold;
	padding-top: -5px;
}

.slash
{
	font-family: verdana, arial; 
	font-size: 28px; 
	color: #c3c3c3;
	font-weight: bold;
	padding-top: -5px;
}

a.newspopup:link{
 font-family: verdana, arial;
 color: #ed0c6d;
 font-size: 11px;
 text-decoration: none;
}

a.newspopup:visited{
 font-family: verdana, arial;
 color: #ed0c6d;
 font-size: 11px;
 text-decoration: none;
}

a.newspopup:active{
 font-family: verdana, arial;
 color: #ed0c6d;
 font-size: 11px;
 text-decoration: none;
}
a.newspopup:hover{
 font-family: verdana, arial;
 color: #ed0c6d;
 font-size: 11px;
 text-decoration: underline;
}

a.verder:link{
 font-family: verdana, arial;
 color: #000000;
 font-size: 11px;
 text-decoration: none;
}

a.verder:visited{
 font-family: verdana, arial;
 color: #000000;
 font-size: 11px;
 text-decoration: none;
}

a.verder:active{
 font-family: verdana, arial;
 color: #000000;
 font-size: 11px;
 text-decoration: none;
}
a.verder:hover{
 font-family: verdana, arial;
 color: #000000;
 font-size: 11px;
 text-decoration: underline;
}

