@charset "utf-8";

/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 5px;
}
#wrapper {
	position:relative;
	width:1000px;
	height:536px;
	z-index:1;
	margin: auto;
}
#title {
	position:absolute;
	width:527px;
	height:24px;
	z-index:1;
	left: 190px;
	top: 102px;
}
#footer {
	position:absolute;
	width:391px;
	height:15px;
	z-index:1;
	left: 430px;
	top: 539px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: right;
	color: #666;
	text-decoration: none;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #2A2876;
	text-decoration: underline;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:active {
	color: #666;
	text-decoration: none;
}




#envelop {
	position:absolute;
	width:581px;
	height:25px;
	z-index:2;
	left: 0px;
	top: 351px;
}
.tekst {
	color: #B9B9B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
#tekstblok {
	position:absolute;
	width:673px;
	height:115px;
	z-index:2;
	left: 189px;
	top: 132px;
	line-height: 15px;
}
.titlewit {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.titelwit {
	color: #FFF;
}
.uppercase {
	text-transform: uppercase;
	color: #FFF;
}

.Titellarge {
	font-size: 13px;
	color: #FFF;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #3D3A9E;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.bgenvelop {
	background-image: url(images/envelop.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C0C0C;
	padding-left: 2px;
	border: 1px solid #D1D1D1;
	width: 138px;
	height: 15px;
	background-color: #FDFDFD;
}
.fieldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0B0B0B;
	background-color: #FDFDFD;
	height: 60px;
	width: 250px;
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
}


.titeldonkerblauw {
	color: #141337;
	font-size: 11px;
	font-weight: bold;
}
.titeldonkerblauwsmall {
	color: #3D3A9E;
	font-size: 11px;
	font-weight: normal;
}
.titelblauwsmall {
	color: #3D3A9E;
	font-size: 11px;
	font-weight: bold;
}
