﻿/* Kleuren */
/*	
Oranje	: R: 222 	G: 170 	B: 86	: #DCAA56
Groen	: R: 141 	G: 175 	B: 52	: #8DAF34
Rood	: R: 63 	G: 10 	B: 25	: #3F0A19
Rood2   : R: 172	G: 14	B: 30	: #AC0E1E iets lichter rood
*/
*
{
    padding					: 0; 
    margin					: 0; 
}

html 
{ 
	background-color 		: #AC0E1E;    					/* Achtergrond kleur = Rood */
    height					: 100%; 
} 
body 
{
	background-color		: #FFFFFF;
	background-image		: url(../01-pics/LAYOUT/BOOM.jpg);
	background-attachment	: fixed;
	width					: 970px;						/*914px;*/
	margin					: 0 auto;						/* Zorgt voor centreren van de pagina */
	min-height				: 100%;
	position				: relative; /*NEW*/
	font-family 			: Arial, Helvetica, sans-serif;	/* Lettertype */
	color 					: #000000;						/* Lettertype kleur = Zwart*/
	font-size 				: 11pt;							/* Standaard Lettertype grootte 12 punten */
	background-position: center center;/*	border-left				: 1px solid #888;				*/
	text-align				: justify;/*	border-right			: 2px solid black;				*/
}

/* CLASS */
.giro
{
	color				: #3F0A19;						/* Lettertype kleur = Rood */
	font-size			: 16pt;							/* Lettertype grootte 16 punten */	
}

.doneer
{
	color				: #8DAF34;						/* Lettertype kleur = Groen */
	font-size			: 16pt;							/* Lettertype grootte 16 punten */	
	text-align			: center; 
}
.robben
{
	color				: #3F0A19;						/* Lettertype kleur = Rood */
	font-size			: 16pt;							/* Lettertype grootte 16 punten */	
	text-align			: center; 	
}
/* TAGS*/
h1{
	color				: #8DAF34;						/* Lettertype kleur = Groen */
	font-size			: 22pt;							/* Lettertype grootte 22 punten */
}

h2{
	color				: #3F0A19;						/* Lettertype kleur = Oranje */
	font-size			: 16pt;							/* Lettertype grootte 16 punten */
}

h3{
	color				: #8DAF34;
	font-size			: 11pt;							/* Lettertype grootte 16 punten */
}		
img
{
	border				: 0px;
	margin				: 5px;
}
img.verloop
{
	border				: 0px;
	margin				: 0px;
}
img.header
{
	border				: 0px;
	padding				: 5px;
}

a
{
    color				: #000000;
}


ul {
	list-style-type		: disc;
	margin				: 20px;
}



td.ContentNieuwsTitel
{
	font-style:italic;
}

td.ContentNieuwsDatum
{
	FONT-SIZE: 10pt;
}

.Errortext
{
	color				: #FF0000;
}