

html
{
    scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #292929;
	scrollbar-shadow-color: #292929;
	scrollbar-highlight-color: #292929;
	scrollbar-darkshadow-color: #292929;
	scrollbar-3dlight-color: #292929;

}

body
{	
    /*background-image:       url("../images/achtergrond.gif");*/
    font-family:            Book Antiqua;
    font-size:              11px;
	background-color:		#000000;
    color:					#FFFFFF;
	text-align:				left;
	margin:					0px auto; 
	padding:				0px;
	position:				relative; 
	
}



/*master page*/

#container
{
	margin:			0px auto;
	width:			754px;
	vertical-align:	top;
}


#headercontainer
{
	background-image:       url("/Images/Site/top.png");
	width:					754px;
	padding:				0px;
	margin :				0px;
	Height:					121px;
cursor: hand;
}

#bodycontainer
{
	width:					754px;
	padding:				0px;
	margin :				0px;
	margin-top:				0px;
	background-color:		#292929;
	
}



#menucontainer
{
	width:					754px;
	font-weight:			bold;
	height:					27px;
	Color : #ffffff;
	background-color:		#292929;
	font-size:              		14px;
	text-align:center;
	padding-left: 0px;
}


#contentplace
{    
    padding-left:			0px;
    font-size:				12px;
    text-align:				left;
    vertical-align:			top;
    width:					754px; 
    min-height:				550px;
    background-color:		#292929;
}


#Defaultcontentplace
{    
    padding-left:			0px;
    font-size:				12px;
    text-align:				left;
    width:					754px; 
    text-align:				center;
    height:					698px;
    background-color:		#000000;
}


div.spacer
{
    font-size:				1px;
    height:					5px;
}

#copyright
{
	clear:					left;
    text-align:             center;
    font-size:              11px;
    color:                  #292929;
    font-weight:            bold;
}

a.copyrightlink:link, a.copyrightlink:visited, a.copyrightlink:active
{
    font-size:              11px;    
    color:                  #292929;
    text-decoration:        underline;
    line-height:			normal;
}
a.copyrightlink:hover
{
    font-size:				11px;
    color:					#EB0000;
    text-decoration:		none;
    line-height:			normal;
}


a:link, a:visited, a:active
{
   
    color:                  #ffffff;
    text-decoration:        underline;
    line-height:			normal;
}

a:hover
{
   
    color:					#EB0000;
    text-decoration:		none;
    line-height:			normal;
}
















