/* de body van de pagina */

body 

{ margin:0px;
  background-color:#330000;

}

/* omheining van de webpagina */

#site_onder 

{	width:815px;
	height:367px;
	
	background-color:#330000;
}

/* achtergrond van het menu */

#links_menu_achtergrond

{	background-image:url(../images/menu_links_achtergrond.jpg);
	background-repeat:no-repeat;
	
	width:288px;
	height:367px;
	
	float:left;
	
	
}


/* instellingen van het logo in het kader links_menu */

.links_menu

{
	width:100px;
	height:50px;
	
	padding-top:30px;
	padding-left:61px;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330000;
		
	
		
}

/* link stijl van links_menu  : link */

a:link 

{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	
	color:#330000;
	
	text-decoration: none;
}

/* link stijl van links_menu  : effect als de muis eroverheen gaat */

a:hover 

{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	
	color:#330000;
	
	text-decoration: none;
}

/* link stijl van links_menu  : effect als de gebruiker op de link staat */

a:active 

{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	
	color:#330000;
	
	text-decoration: none;
}


/* link stijl van links_menu  : effect als de gebruiker de link heeft bezocht */

a:visited 

{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:oblique;
	
	color:#330000;
	
	text-decoration: none;
}


/* instellingen van het logo in het kader links_menu */

.links_logo

{ 	margin-top:30px;
	margin-left:25px;
	
	border:none;
 
 }
 
 .rechts_tekst
 
 {	width:375px;
	height:330px;
	
	margin-top:34px;
	margin-left:75px;
	margin-right:75px;
 
 	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
			
	color:#FFFFFF;
	
	float:right;
	
	text-align:justify;
	
}

.flash
 
 {
	float:right;
	position: absolute;
	left: 620px;
	top: 180px;	
	
}
.rechts_luister
 
 {
	margin-top:58px;
	margin-left:75px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:right;
	text-align:justify;
	display: block;	
}

.contact_inputtekst

{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
		
	color:#330000;
	
	text-decoration: none;
}

