/* --------- 1. defaults  --------- */

* {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/*  --------- 2. structuur  --------- */
html, body  {
	padding-top: 0px;
	font-size: 11px;
	text-align: center;
	margin-top : 10px;		
}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
hr {
	height: 1px;
	color: Silver;
}
a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}
text {
	border: 1px solid grey;
	font-size: 11px;
	height: 18px;
}
h1 {
	font-size: 14px;
	color: Navy;
}
h2 {
	font-size: 13px;
	color : Gray;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: navy;
}
h4 {
	font-size : 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.leftcel {
padding-top: 10px;
	text-align: left;
	height : 10px;
	font-family: "Century Gothic";
	font-size : 12px;
	width : 100px;
}
.tekstbox {
	border-bottom : 1px dotted white;
	border-top: 1px solid #1a171b;
	border-left: 1px solid #1a171b;
	border-right: 1px solid #1a171b;
 color: white;
	background-color: #1a171b;
}

#container {
  	margin: 0 auto;
	position: relative;
	min-height: 100%;
	/*width: 1011px;*/
	width: 981px;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	vertical-align: middle;
	margin-bottom: auto;
	margin-top: auto;
}
#topLeftside{
	float: left;
	width: 53px;
	height:42px;
	background-image: url(../img/bgHome_01.gif);
}
#topMid{
	float: left;
	width: 875px;
	height: 42px;
	background-image: url(../img/bgHome_02.gif);
	text-align : right;
	color:white;
}
#topMid a {
	color: #F60;
}
#topRightside{
	float: left;
	width: 53px;
	height: 42px;
	background-image: url(../img/bgHome_03.gif);
	background-position: bottom;
}
#MidLeftside{
	float: left;
	width: 53px;
	height: 542px;
	background-image: url(../img/bgHome_04.gif);
}
#Midmid {
	float: left;
	width:875px;
	height: 542px;
	background-image: url(../img/bgHome_05.jpg);
}
#homeLinkdoor {
	font-size : 24px;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
#PageTitel{
	padding-top : 190px;
	font-size : 24px;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 307px;
}
#homeLinkdoor a{
	font-size : 24px;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none
}
#homeLinkdoor a:hover{
	font-size : 24px;
	color: #F60;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none
}
#bezoekersContent {
	height : 300px;
	padding-left : 50px;
	padding-right: 50px;
	color: white;
	font-family: "Century Gothic";
	overflow : auto;
	text-align: center;
}
#homeContent {
	padding-left : 50px;
	padding-right: 50px;
	color: white;
	text-align: left;
	font-family: "Century Gothic";
}
#homeFootnote {
	color: #BFBFBF;
	font-family: "Century Gothic";
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
}
#MidRightside{
	float: left;
	width: 53px;
	height: 542px;
	background-image: url(../img/bgHome_06.gif);
	background-position:left;
}
#bottomLeftside{
	float: left;
	width: 53px;
	height: 44px;
	background-image: url(../img/bgHome_07.gif);
	background-position: right;
}
#bottomMid{
	float: left;
	width: 875px;
	height: 44px;
	background-image: url(../img/bgHome_08.gif);
}
#bottomRight {
	float: left;
	width: 53px;
	height: 44px;
	background-image: url(../img/bgHome_09.gif);
	background-position: left;
}

