/* -------- Tags --------- */
BODY  {
	font-size : 14px;
	font-family: Arial, sans-serif;
	background-image: url(images/bg_blauw.jpg);
}

H1  {
	font-size : 30px;
	font-family : Arial, sans-serif;
	color : Black;
}

H2  {
	font-size : 24px;
	font-family : Arial, sans-serif;
	color : Black;
}

H3  {
	font-size : 18px;
	font-family : Arial, sans-serif;
	color : Black;
}

A  {
	color : Blue;
}

A:Visited  {}

A:Active  {
	color: Blue;
}

A:Hover  {
	color : Red;
}

A.inhoud  {
	color : Blue;
	text-decoration : none;
	font-family : Arial, sans-serif;
	font-size: 12px;
}

A:Hover.inhoud  {
	color : Blue;
	text-decoration : underline;
}
A:Active.inhoud  {
	color: Red;
}

A.menu  {
	color : Navy;
	text-decoration : none;
	font-family : Arial, sans-serif;
}

A:Hover.menu  {
	color: #D00000;
	font-weight: bold;
}

TD {
	font-size: 12px;
	font-family: Arial, sans-serif;
}
TD.menu {
	color: Navy;
}
TD.home {
	color: White;
	font-weight: bold;
	background-color: Navy;
}
TD.inactive {
	color: Gray;
}
/* -------- Classes --------- */

.rood {
	color: #D00000;
}
.blauw {
	color: Navy;
}
.vet {
	font-weight: bold;
}
.klein {
	font-size: 10px;
}
.tekst
{
	font-size: 11px;
	font-family: Courier New, Courier, serif;
}

/* -------- Ids --------*/
#format
{
	width: 800;
	margin-left : 10px;
}
/* -------- Forms --------*/
/*
TEXTAREA {
            background-color: #009999;
            color: #00FF00;
            font-family: garamond, tahoma, arial;
            font-weight: bold;
}

SELECT {
         background-color: #009999;
         color: #00FF00;
         font-family: garamond, tahoma, arial;
         font-weight: bold;
}
*/
.field {
	background-color: #009999;
	color: #00FF00;
	font-family: garamond, tahoma, arial;
	font-weight: bold;
}

.formbutton {
	background-color: #DFE3FD;
	text-transform: capitalize;
	cursor: hand;
	font-family : Arial, sans-serif;
	font-size: 12px;
}


