﻿/* Martin */

body 
{
	font-family: helvetica;
	font-size: 11px;
	background-color: Transparent;
}

input 
{
	font-size: 11px;
}

select
{
	font-size: 11px;
}

h1
{
	font-size: 12px;
	font-weight:normal;
	
}

.validator 
{
	color:#C61919;
	font-weight: bold;
}
#divTesten {
	background-color: #F39A0E;
	padding: 10px;
	border: 1px solid #012D74;
}
#divDemonstratie {
	background-color: #F39A0E;
	padding: 10px;
	border: 1px solid #012D74;
}

#LinkButton1 
{
	text-align: left;
	background-image: url(link_bg.jpg); 
	background-repeat: no-repeat; 
	height: 20px; 
	width: 161px; 
	display: block;
	color: #fff; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	padding-top: 2px;
	padding-left: 25px; 
	padding-right: 5px;
}

