
/*OPMAAK HOOFDGEDEELTE*/

body		{
		background-image: url(../achtergrondgrijsverloop.gif);
		background-position:center;
		background-attachement:fixed;
		background-repeat:repeat-y
		}

div#main_container	{
			margin: 0 auto 0 auto;
			width: 780px;
			}


.algemeen	
{		background:#FFFFFF;
		color:#000000;
		font-family:verdana,'comic sans ms',arial;
		font-size:8pt;
		vertical-align:text-top;
		padding-top:2em;
		padding-right:2em;
		padding-left:2em
		}

/*OPMAAK TEKST VOOR CONTACTFORMULIER*/

.formulier	
{
		background:#FFFFFF;
		color:#000000;
		font-family:verdana,'comic sans ms',arial;
		font-size:8pt;
		vertical-align:text-top;
		padding-top:1em;
		padding-right:1em;
		padding-left:2em
		}



/*OPMAAK LINKS BASIS GEDEELTE*/


a.ding 
{
background:#FFFFFF;
color:#0000FF;
text-decoration:underline;
font-family:verdana,'comic sans ms',arial;
font-size: 8pt;
}

a.ding:hover 
{
background:#FFFFFF;
color:#0000FF;
text-decoration:underline;
font-family:verdana,'comic sans ms',arial;
font-size:8pt;
}

/*OPMAAK LINKS BASIS GEDEELTE ORANJE TEKST*/


a.link 
{
background:#FFFFFF;
color:#FF8C00;
text-decoration:underline;
font-family:verdana,'comic sans ms',arial;
font-size: 8pt;
}

a.link:hover 
{
background:#FFFFFF;
color:#FF8C00;
text-decoration:underline;
font-family:verdana,'comic sans ms',arial;
font-size:8pt;
}


/*OPMAAK PHOTOGALLERY THUMBNAILS*/

.thumb	
{
		background:#FFFFFF;
		color:#000000;
		font-family:verdana,'comic sans ms',arial;
		font-size:8pt;
		vertical-align:text-top;
		padding-top:2em;
		}

