html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

#container {
    width: 800px;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%; 
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #dddddd;
	background-image: url(../img/bg-body-repeated.png);
	background-repeat: repeat-y;
}


a:hover {
	color: #777777;
}

a:visited {
	color: black;
}

a {
	color: #444444;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 150px;
	background: #f7f7f7;
	background-image: url(../img/bg-header-default.jpg);
	z-index:2;
}

#flashanim {
	position: absolute;
	top:1px;
	left:201px;
	z-index:2;
}

#headermenu {
	position: absolute;
	top: 3px;
	left: 690px;
	z-index:100;
	font-size: 8pt;
	color: white;
}

#headermenu A { color: white; text-decoration: none;}
#headermenu A:hover { color: #eeeeee; }

#menu {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 25px;
	background: #444444;
	background-image: url(../img/bg-menu.png);
	z-index:2;
	margin: 0;
}

#menuitems {
	position: absolute;
	top: 148px;
	left: 200px;
	width: 580px;
	height: 25px;
	z-index:2;
	margin: 0;
}


#contentdiv {
	position: absolute;
	left: 190px;
	top: 0px;
	width: 590px;
	height: 100%;
	background: white;
	background-repeat: no-repeat;
	z-index:1;
}

#content {
	position: absolute;
	left: 10px;
	top: 200px;
	width: 590px;
	z-index:1;
}

#contentheader {
	width: 560px;
	z-index:1;
	height: 30px;
	background: #ce0000;
	border-left: 1px solid #640200;
	border-bottom: 1px solid #640200;
	border-top: 1px solid #fe656a;
	border-right: 1px solid #fe656a;
	font-size: 18pt;
	color: white;
	padding-left: 10px;
	padding-top: 2px;
}

#contenttext {
	border: 1px solid #fae596;
	background: #fffdee;
	width: 559px;
	margin-top: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#contenttext A { color: #3a5efa; text-decoration: underline;}

#contenttable {
	border: 0px;
	font-size: 10pt;
}

#contenttable TD {
	padding: 5px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:2;
	border: 0;
}

#left {
	position: absolute;
	left:0px;
	top:150px;
	width:200px;
	height:349px;
	background-image: url(../img/bg-left.png);
	background-repeat: no-repeat;
	z-index:2;
}

#leftcontent {
	position: relative;
	top: -30px;
	left: 15px;
	z-index:3;
	font-size: 8pt;
}

#leftfoot {
	position:absolute; 
	left:0px;
	top:0px;
	width:200px;
	height:100%;
	background-image: url(../img/bg-left-repeated.png);
	background-position: 0 1px;
	z-index: 2;
}
	

#welkom {
	position: absolute;
	left: 388px;
	top: 60px;
}

.photo {
	border: 1px solid #000100;
}

.imagefooter {
	font-style: italic;
	font-size: 8pt;
}

.blueitalic {
	font-style: italic;
	color: #3a5efa;
	font-size: 8pt;
}

.smalltext {
	font-size: 8pt;
}
