/**
 * INHOUD.CSS
 * © 2004 KLABADASTER 
 * Bart Van Lijsebetten & Klaas Geldof
 */

/********************************************
 * DEFINITIE VAN DE 2 BELANGRIJKSTE KLEUREN *
 ********************************************/

.hoofdkleur {
	color: #FF0000;
}

.nevenkleur {
	color: #003399;
}

/***********************
 * ALGEMENE DEFINITIES *
 ***********************/

h1 {
	font-family: Lucida Sans, Arial;
	font-style: italic;
	font-size: 12pt;
	color: #003399;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

h2 {
	font-family: Lucida Sans, Arial;
	font-size: 8pt;
	color: #FF0000;
}

td {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	color: #003399;
}

p {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	color: #FF0000;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
}

p.kleur1 {
	font-family: Lucida Sans, Arial;
	font-size: 12pt;
	color: #FF0000;
}

p.kleur2 {
	font-family: Lucida Sans, Arial;
	font-size: 12pt;
	color: #003399;
}

p.ander {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	color: #003399;
}

li.menu {
	font-family: Lucida Sans, Arial;
	font-size: 11pt;
	color: #FF0000;
	line-height: 150%;
}

textarea {
	background-image:url(../pics/transparant.gif);
	background-attachment: fixed;
	background-color: #D9E0E8;
}

input {
	background-image:url(../pics/transparant.gif);
	background-attachment: fixed;
	background-color: #D9E0E8;
}

/************************************
 * SCHUIFBALKEN EN ACHTERGRONDKLEUR *
 ************************************/

body {
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	background-color: white;
	background-image:url(../pics/achtergrond.jpg);
	background-attachment:fixed;
	scrollbar-face-color:    #0F508C;		/* Kleur schuifbalk */
	scrollbar-shadow-color:  #0F508C;		/* Schaduw schuifbalk */
	scrollbar-3dlight-color: #0F508C;		/* Randen blokjes */
	scrollbar-track-color:   #0F508C;		/* Achtergrondkleur schuifbalk */
	scrollbar-arrow-color:   #F61A0F;		/* Pijltjes */
}

/******************
 * LINKDEFINITIES *
 ******************/

a:active {
	color: #FF0000;
}

a:link {
	color: #FF0000;
}

a:visited { 
	color: #FF0000;
} 

a:hover {
	color: #003399;
}