@CHARSET "UTF-8";
html{
	height:100%;
	text-align:center;
}
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:white;
	font-size: 12px;
	color: #505050;
	line-height: 16px;
	width:100%;
	background:url('../images/bg_green_stripes.jpg') repeat 0 0;
	height:100%;
}
* {
	margin: 0px;
	padding: 0px;
}
/* default page settings */ 
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color:#000;
	margin: 10px 0 10px 0;
}

h2{
	font-size: 20px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
}

h3 {
	font-size:13px;
	color: #000;
	margin:0 0 10px 0;
	padding:0;
}

h4 {
	font-size: 14px;
	color: #000;
	margin: 0 0 10px 0px;
	padding: 0 0px 0 0px;
}

h5 {
	font-size:12px;
	color: #000;
	margin:0;
	padding:0;
	line-height:14px;
}

h6 {
	font-size:12px;
	color: #000;
	margin:0 0 5px 0;
	padding:0;
	line-height:14px;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
}
ul {
	margin: 0 0 0 20px;
}
ul li {
	list-style-type: circle;
}
div{
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #505050;	
}
a:link,
a:active,
a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}
img {
	border: 0;	
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.relative {
	position:relative;
}
table, tr, td {
	border: 0;	
}
table.tb-wrap {
	width: 100%;
	height: 100%;	
}

table.mainTable {
	height: 100%;
	width: 100%;
}
html>body #mainContainer {
	min-height: 651px;
	height: auto;
}
#mainContainer {
	width: 1000px;
	height: 651px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
html>body #col1 {
	min-height: 400px;
	height: auto;
}
#col1 {
	width: 450px;
	float: left;
	height: 390px;
	text-align: center;
}
html>body #col2 {
	min-height: 395px;
	height: auto;
}
#col2 {
	padding-top: 15px;
	padding-bottom: 30px;

	
	width: 545px;	
	float: left;
	height: 400px;
	position: relative;
}

input.text {
	width: 250px;
	border: solid 1px #ccc;
	font-size: 11px;
}
input.textError {
	width: 250px;
	border: solid 1px #ff0000;
	font-size: 11px;
}

#vacature {
z-index:20;
width:149px;
height:149px;
position: absolute;
left:848px;
top:30px;
}

#stippellijn{
position:relative;
background: url('../images/site-line.jpg') no-repeat bottom center;
height: 40px;
left:-5px;
}

#footer{
color:#c0c0c0;
font-size: 10px;
}