.body{
	background-color: Silver;
	margin: 0px 0px 0px 0px;
	background-image: url(/design/pic/heks_achtergrond.gif);
	background-attachment : fixed;
}

.body_1{
	background-color: #EFEFEF;
	margin: 0px 0px 0px 0px;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

.clsnav
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: navy;
	cursor: hand;
}

.clsnav:hover
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	cursor: hand;
}

.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border: 1px solid #A9A9A9;
	background-color: #A9A9A9;
	width: 100%;
}

.header:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: Yellow;
	border: 1px solid Black;
	width: 100%;
}

.header_active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: Yellow;
	border: 1px solid Black;
	width: 100%;
}
.header_active:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: Yellow;
	border: 1px solid Black;
	width: 100%;
}

.kop
{
	background-color: Silver;
}

.vlak
{
	background: none;
}

.clslink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: silver;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

.clslink:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: navy;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}

.lowText {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	COLOR: white;
	TEXT-DECORATION: none;
	background-color: silver;
}

.highText {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-decoration: none;
	background-color: yellow;
	border: 1px solid black;
	}

.itemBorder {
	BORDER-RIGHT: 1px solid #EFEFEF;
	BORDER-TOP: 1px solid #EFEFEF;
	BORDER-LEFT: 1px solid #EFEFEF;
	BORDER-BOTTOM: 1px solid #EFEFEF;
}

.itemBorderBlank {
	BORDER-RIGHT: 1px solid Black;
	BORDER-TOP: 1px solid Black;
	BORDER-LEFT: 1px solid Black;
	BORDER-BOTTOM: 1px solid Black;
	}

/* -- ERROR -- */
.error {
	color : #FF0000;
	font-family :  Verdana,Tahoma;
	font-size : 11px;
	font-weight : bold;
}

._error {
	background-color : #FFCCCC;
}


/* ----------------- Mail form ----------------- */
/* mail error messages */
#mailErrCaption
{
	padding-left: 40px;
}

#mailErrCaption div
{
	padding-left:7px;
	color:Red;
    line-height: 15px;
	display:none;
}

#mailErrCaption div span
{
	padding-left:7px;
}

/* mail form */
.sendForm td div
{
    padding-top:2px;
}

.sendForm td
{
    vertical-align:top;
    height: 30px;
}

.sendForm input, .sendForm textarea
{
	width:275px;
}