
/*============== algemeen ==============*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #CBA634;}
	
body{
	font-size: 11px;
	color: #000066;
	font-family: verdana, helvetica, sans-serif;
	line-height:17px;}

#main {
	position: absolute;
	width: 760px;
	top: 10px;
	bottom: 10px;
	left: 50%;
	border: 0px;
	margin: 0px 0px 0px -380px;
	padding: 0px;
	z-index:1;}
/*============== envelop ==============*/
	
#envelop {
	position: absolute;
	width: 760px;
	height:360px;
	top: 30px;
	right:0px;
	left: 0px;
	margin: 0px;
	background : #C7EAFB url(/images/postzegel2.gif) no-repeat right top;
	border:1px solid #fff;
	z-index: 1;}
	
#enveloptext {
	position: absolute;
	overflow: auto;
	width: 185px;
	bottom:30px;
	top: 110px;
	right:0px;
	left: 570px;
	margin: 0px;
	padding: 0px;
	padding-right:7px;
	z-index: 2;}
	
#text table td {
	padding: 10px;
	border:1px solid #fff;
	background : #E1F4FD;}
	
#text table td.flag {
	padding: 10px;
	background : none;
	border: none;}
/*============== band ==============*/	
#band {
	position: absolute;
	height:40px;
	top:350px;
	right:-2px;
	left: 0px;
	margin: 0px;
	padding: 0px;	
	background : #187AA1 url(/images/groeten2.gif) no-repeat right bottom;
	border-top:1px solid #fff;
	z-index: 4;}
	
/*============== content ==============*/
#content {
	position:absolute;
	width: 540px;
	height: 430px;
	top: 0px;
	right: 200px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	z-index: 3;}
	
#text {
	position: absolute;
	overflow: auto;
	top: 22px;
	right:2px;
	bottom:70px;
	left:0px;
	margin-right: 5px;
	padding: 5px 20px 5px 17px;
	z-index: 5}
	
#content td{
	vertical-align:bottom;
	padding: 5px 0px 0px 10px;}	

img{
	border:none}
	
/*============== extra ==============*/
a{
	color:#E80A0A;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration: none;}

a:hover{ 
	text-decoration: underline;}
	
h1, h2, h3{
	color:#E80A0A;
	font-weight: bold;
	letter-spacing: 1px;}

h1 {
	font-size:18px;}

h2 {
	font-size: 16px;}

h3 {
    font-size: 12px;}