﻿
/*******************************************/
/*                                         */
/* Standaard elementen                     */
/*                                         */
/******************************************/
body 
{
	background-color:#311c63;
	margin: 0;
   text-align   :left;
   /*font-family : "Trebuchet MS", Verdana, Arial, Helvetica;*/
   font-family : Verdana;
	font-size: 12px;	
	color:#273661;
	
	scrollbar-3dlight-color:#3b2570;
    scrollbar-arrow-color:#3b2570;
    scrollbar-track-color:#e9ca5f;
    scrollbar-face-color:#e1bb47;
               
	 
}


INPUT
{
	background-color:#d2ed50;
	border:solid 1px #273661;
	 /*font-family : "Trebuchet MS", Verdana, Arial, Helvetica;*/
   font-family : Verdana;
	font-size: 12px;	
	color:#273661;
}

TEXTAREA
{
	background-color:#d2ed50;
	border:solid 1px #273661;
	 /*font-family : "Trebuchet MS", Verdana, Arial, Helvetica;*/
   font-family : Verdana;
	font-size: 12px;	
	color:#273661;
	
}



LI
{
	
}

A:link
{
	font-weight:bolder;
	color:#ea7414;
}

A:visited
{
	font-weight:bolder;
	color:#ea7414;
}

p
{
	font-family : Verdana;
	font-size: 12px;	
	font-weight:bold;
	color:#273661;
	
}

/*******************************************/
/*                                         */
/* Lay out van de gehele pagina            */
/*                                         */
/******************************************/
#pageContainer {
	margin: auto;
	margin-top: 0px;
	/*Wanneer hier position wordt weggehaald dan wordt de site altijd gecentreerd*/
	/*Nu krijg je problemen door het menu...*/
	POSITION: absolute;
	width: 770px;
	left:35px;
	text-align:right;
	top:0px;	
	}	
	
	
	
#content
{  width : 530px; 
	HEIGHT: 417px;			
	
	/*WIDTH: 690px; 
	HEIGHT: 315px;*/
	POSITION: absolute; 		
	TOP: 150px;
	LEFT: 300px;
	text-align:left;		
}

#banner
{	
	WIDTH: 925px; 
	HEIGHT: 196px;
	/*POSITION: absolute; */		
	TOP: 0px;
	/*LEFT: 35px;	*/
}
.header
{
	WIDTH: 925px; 
	HEIGHT: 196px;	
	background-image: url(../layout/mm_header.jpg);	
}


#center_image
{
	WIDTH: 925px; 
	HEIGHT: 300px;
	/*POSITION: absolute;*/ 		
	TOP: 197px;
	/*LEFT: 35px;	*/
}

.center
{
	HEIGHT: 300px;
	WIDTH: 925px; 	
	background-image: url(../layout/mm_center.jpg);	
}

#banner_onder
{
	WIDTH: 925px; 
	HEIGHT: 155px;
	/*POSITION: absolute; 	*/	
	TOP: 408px;
	/*LEFT: 35px;	*/
}

.footer
{
	WIDTH: 925px; 
	HEIGHT: 155px;	
	
	background-image: url(../layout/mm_footer.jpg);	
}

#menu
{		
	WIDTH: 696px; 
	HEIGHT: 315px;
	POSITION: absolute; 		
	TOP: 120px;
	LEFT: 20px;
	text-align:left;		
}



/*******************************************/
/*                                         */
/* Speciale aanpassingen                   */
/*                                         */
/******************************************/




.table_page
{
	width:690px;
	HEIGHT: 315px;
}


.td_hoogte
{		
	height:260px;		
}

.titel
{		 	
	 /*font-family : "Trebuchet MS", Verdana, Arial, Helvetica;*/
   font-family : Verdana;
	font-size: 17px;
	font-weight:bold;
	color:#273661;
	
}

.prompt
{	
	width:20px;
}

.promptlink
{	
	width:200px;
}

.homenaw
{
	top:348px;
	position:absolute;
	
}
.homeprompt
{	
	width:130px;
}
.hometitel
{	
	 /*font-family : "Trebuchet MS", Verdana, Arial, Helvetica;*/
   font-family : Verdana;
	font-size: 25px;
	font-weight:bold;
	color:#273661;
	
}

.tekstdiv
{		
	WIDTH: 530px; 
	HEIGHT: 414px;
	POSITION: absolute;
	text-align:left;
	overflow:auto;	
}








