* {   margin: 0;   padding: 0; }

html {overflow: hidden;}
.hiddenPic {display:none;}
.red { color: #af070b; }
.hier { color: #af070b; }
.content { padding: 10px; margin-right: 10px; }
.sleutelwoorden { color: #393527;  }
.contact { width: 500px; padding: 10px; }
td.formContact { padding: 40px 25px 0 0px; vertical-align:bottom; text-align:justify;}
td.foto { padding: 25px 0 20px 0; vertical-align:top;}

table { width: 100%;}

td.ruimte {	padding: 0 15px 0 25px; vertical-align:top;	text-align:justify;}
td.ruimte2 { padding: 0 25px 0 15px; vertical-align:top; text-align:justify;}
td.ruimte3 { padding: 0 25px 0 0px; vertical-align:top;	text-align:justify;}
td.ruimte4 { padding: 0 125px 0 0px; vertical-align:top; text-align:justify;}
td.ruimte5 { padding: 0 25px 0 0px; vertical-align:bottom;	text-align:justify;}
.meerruimte { width: 450px; }


.home1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.5em; color: #af070b; font-weight: bold; margin: 20px 0 15px 15px;}
td.home2 { width: 60%; padding: 0 15px 0 15px; vertical-align:top; text-align:justify;}
td.home3 { width: 60%; padding: 5px 15px 0 15px; vertical-align:top; text-align:justify; color: #af070b; font-weight: bold;}
td.home5 { width: 30%; 	padding: 0 15px 0 15px; vertical-align:top; text-align:justify;}
.floatRight { 
    float: right; 
    margin: 5px 0 0 5px; 
}

/* opmaak links 
----------------------------------------------------- */
a:link {
	color: #af070b;
	text-decoration: none;
}
a:visited {
	color: #af070b;
	text-decoration: none;
}
a:hover {
	color: #af070b;
	border-bottom: 1px dotted #af070b;
	text-decoration: none;
}
a:active {
	color: #af070b;
	border-bottom: 1px dotted #FF0000;
	text-decoration: none;
}
body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #d9d3c1;
}
/* layout index.html*/
body#index {
	padding: 126px 0 0 302px;
	background: #393527;
}
body#formContact {
	padding: 40px;
	background: #ffffff;
}
/* layout homepage*/
#hometext {
	display: block;
	position: absolute;
	top: 120px;
	left: 0;
	width: 540px;
	margin: 15px 0 0 0;
	z-index: inherit;
	color: #191710;
}
/* layout */
#topleft {
	position: absolute;
	top: 0px;
	left: 151px;
	width: 150px;
	height: 125px;
	overflow: hidden;
	border-right: 1px solid #C7AD90;
	background: #393527;
}
#topright {
	position: absolute;
	top: 0px;	
	left: 302px;
	right: 150px;
	height: 125px;
	overflow: visible;
	background: #393527;
}
#left {
	position: absolute;
	top: 0px;	
	left: 1px;
	bottom: 0px;
	width: 150px;
	overflow: hidden;
	background: #393527;
}
#right {
	position: absolute;	
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 150px;
	overflow: auto;
	background: #393527;
}
#midleft1 {	
	padding: 10px 0 0 0;
	margin: 0;
	position: absolute;	
	top: 126px;
	left: 151px;
	bottom: 70px;
	width: 150px;
	overflow: visible;
	border-right: 1px solid #C7AD90;
	background: #d9d3c1;
}
#midleft2 {	
	padding: 10px 0 0 0;
	margin: 0;
	position: absolute;	
	left: 151px;
	bottom: 30px;
	width: 150px;
	overflow: visible;
	border-right: 1px solid #C7AD90;
	background: #d9d3c1;
}
#main {
	padding-top: 10px;
	margin: 0;
	position: absolute;	
	top: 126px;
	left: 302px;
	right: 150px;
	bottom: 50px;
	overflow: auto;
	background: #d9d3c1;
}
#bottomleft {
	position: absolute;
	bottom: 0px;
	left: 151px;
	width: 150px;
	height: 50px;
	overflow: hidden;
	border-right: 1px solid #C7AD90;
	background: #393527;
}
#bottomright {
	position: absolute;
	bottom: 0px;
	left: 302px;
	right: 150px;
	height: 50px;
	overflow: hidden;
	background: #393527;
	color: #d9d3c1;
}
#home #topleft {
	position: absolute;
	top: 0px;	
	left: 151px;
	width: 150px;
	height: 125px;
	overflow: hidden;
	border-right: 1px solid #C7AD90;
}
#home #midleft{	
	padding: 10px 0 0 0;
	margin: 0;
	position: absolute;	
	top: 126px;
	left: 151px;
	bottom: 50px;
	width: 150px;
	overflow: visible;
	border-right: 1px solid #C7AD90;
}
#home #bottomleft {
	position: absolute;
	bottom: 0px;
	left: 151px;
	width: 150px;
	height: 50px;
	overflow: hidden;
	border-right: 1px solid #C7AD90;
}
/* menu */
#menu a {
	float: left;
	text-decoration: none;
}
#menu a:hover {
	color: #191710;
	background: #393527;
}
#menu a span {
	display: none;
}
#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 0px;
	height: 100px;
	z-index: 100;
}
#menu a:hover span {
	display: block;
	position: absolute;
	top: 100px;
	padding: 5px;
	margin: 0;
	z-index: inherit;
	color: #322c1f;
	background: #ebe4d2;
	border: 1px solid #191710;
}
#menu a:hover p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #322c1f;
}
#menu a:hover ul {
	list-style-position: inside;
	padding-left: 10px;
}
/* submenu */
#submenu p {
	margin-left: 5px;
}
#submenu ul {
	list-style-position: inside;
}
#submenu a {
	display: block;
	padding-bottom: 10px;
	margin: 0;
	text-decoration: none;
}
#submenu a:hover {
	color: #191710;
	background: #d9d3c1;
}
#submenu a span {
	display: none;
}
#submenu a:hover span {
	display: block;
	position: relative;
	top: -100px;
	left: 150px;
	width: 200px;
	padding: 0;
	margin: 0;
	z-index: 100;
}
/* textmenu */
#main ul {
	list-style-position: inside;
	padding-left: 10px;
}
#textmenu {
	padding: 15px;
}
#textmenu a {
	color: #191710;
	text-decoration:none;
}
#textmenu a:hover {
	color: #191710;
	border-bottom: 1px dotted #af070b;
	text-decoration :none;
}
#textmenu ul {
	list-style: none;
	padding-left: 5px;
}
#textmenu li {
	padding-bottom: 10px;
}
#textmenu ul ul {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 1em;
	line-height: 10px;
}
/* text */
#midleft {
	text-align: left;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	line-height: 1.5em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0 0 15px 0;
	color: #af070b;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #af070b;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #af070b;
}
#menu a:hover span {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.8em;
}
#submenu a:hover span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
}
#textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
}
