.titel {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	padding: 16px 16px 0px;
}
.contact {
	padding: 2px 8px 0px;
  	font-family: Tahoma;
    font-weight: normal;
	font-style: normal;
	color: #D1D1D1;
	font-size: 12px;
}
.inhoud {
	font-family: Tahoma;
    font-weight: normal;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	padding: 16px 16px 10px;
}

body {
	font-family: Tahoma;
    font-weight: normal;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

table {
	font-family: Tahoma;
    font-weight: normal;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	padding: 16px 16px 10px;
}

input {
-moz-opacity:50% ;
opacity:75%;
filter:Alpha(Opacity=75);
font-size: 14px;
background: #F8F8F8;
color: #000000;
font-family: Verdana;
}

textarea {
-moz-opacity:50% ;
filter:Alpha(Opacity=75);
font-size: 14px;
background: #F8F8F8;
color: #000000;
font-family: Verdana;
}

select {
-moz-opacity:50%;
filter:Alpha(Opacity=75);
font-size: 14 px;
background: #F8F8F8;
color: #000000;
}

table {
padding-right: 0px; 
padding-left: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
color: #000000;
font-size: 14px;
font-style: normal;
font-family: Tahoma;
font-weight: normal;
text-align:left;
}

H1 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}


A:link {
	font-size: 14px;
	color: #000000; 
	font-family: Tahoma;
    font-weight: normal;
	text-decoration: underline;
}
A:hover {
	font-size: 14px;
	color: #000000; 
	font-family: Tahoma;
    font-weight: normal;
	text-decoration: underline;
}
A:active {
	font-size: 14px;
	color: #000000; 
	font-family: Tahoma;
    font-weight: normal;
	text-decoration: underline;
}
A:visited {
	font-size: 14px;
	color: #000000; 
	font-family: Tahoma;
    font-weight: normal;
	text-decoration: underline;
}

a.button {
    background: transparent url('/images/button_right.png') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: normal 11px Verdana;
    height: 20px;
    margin-right: 10px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/button_span.png') no-repeat;
    color: #FFFFFF;
    font: normal 11px Verdana;
    text-decoration: none;
    display: block;
    line-height: 14px;
    padding: 4px 0 3px 11px;
}

a.button:active {
    color: #FFFFFF;
    text-decoration: none;
    font: normal 11px Verdana;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    color: #FFFFFF;
    text-decoration: none;
    font: normal 11px Verdana;
    padding: 4px 0 3px 11px; /* push text down 1px */
} 

a.button:visited span {
    color: #FFFFFF;
    text-decoration: none;
    font: normal 11px Verdana;
    padding: 4px 0 3px 11px; /* push text down 1px */
} 

a.button:hover span {
    color: #FFFFFF;
    text-decoration: none;
    font: normal 11px Verdana;
    padding: 4px 0 3px 11px; /* push text down 1px */
} 

a.button:link span {
    color: #FFFFFF;
    text-decoration: none;
    font: normal 11px Verdana;
    padding: 4px 0 3px 11px; /* push text down 1px */
} 


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}




