.Titel {
	padding: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	//color: #CFFF40;
	color: #FFF;
}
body {background-color:#175E17} 
#MainFrame {
    width: 950px;
    left: 50%;
    margin-left: -475px; /* - (width/2)  */
    position: relative;
	background-color: #333333;
}
#MainFrameSpacer {
	display:block; 
	width: 930px; 
}
#Header {
	width: 948px;
	height: 150px;
	marging:0; 
	background-color: #333333;
	border: 1px solid #000000;
	background-image: url(images/header.jpg);
}
.ContentsTabbed{
	position: relative;
	/*top: 60px;*/
	left: 220px;
}
.Contents {
	display:block; 
	margin:0 auto; 
	text-align:center;
	padding: 10px;
    width: 900px;
}
.TekstGroot {
text-align:left;
padding:5px 30px 5px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
font-style: normal;
line-height: 1.2;
font-weight: bolder;

}
.Tekst {
text-align:left;
padding:5px 30px 5px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-style: normal;
line-height:1.2;
font-weight: normal;
letter-spacing:1px;
}
.TekstOndertekening {
text-align:right;
padding:0 30px 5px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-style: italic;
line-height:1.2;
font-weight: normal;
letter-spacing:1px;
margin-top: 0;
}
.TekstSchuin {
text-align:left;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-style: italic;
line-height:1.4;
font-weight: normal;
letter-spacing:1px;
}
.SpaceOnRightSide {
margin: 0 10px 0 0;
}
.ContentsH {
	position: relative;
//	top: 60px;
	left: 200px;
	padding: 10px;
    width: 700px;
}
.ContentsTabbed {
	position: relative;
	top: 60px;
	left: 250px;
}
.CenterPhoto {
	display:block; 
	margin:0 auto; 
	text-align:center;
}
a.button {
    /* Sliding right image */
    background: transparent url('images/btn_right_gr.png') no-repeat scroll top right; 
display: block;
float: left;
height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 0.9em;
}
a.button span {
/* Background left image */ 
background: transparent url('images/btn_left_gr.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}
.FormTitels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
}
.VertLijn {
margin:5px 30px 5px;
border-left-color: #A8FFA8;
border-left-style:dashed;
border-bottom-width:thin;
}
A:link {text-decoration: underline; color:#A8FFA8;}
A:visited {text-decoration: underline; color:#A8FFA8;}
A:active {text-decoration: underline; color:#A8FFA8;}
A:hover {text-decoration: underline; color:#00CC00;}

