html { 
	top: -1px;
	padding:0px;
	margin:0px;
}
body {
	top: -1px;
	left:-1px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	border: 0px none;
	overflow: inherit;
}
div.combi-box {
	position:relative;
	width:836px;
	margin:5px auto;
	border: thin none;
	padding: 0px;
	overflow:hidden;
	background:transparent ;
}
#homelipje {
	position:relative;
	float: left;
	width:36px;
	height:273px;
	margin:0px auto;
	padding: 0px;

}
div.top-box {
	position:relative;
	top: -1px;
	float: left;
	width:845px;
	height:272px;
	margin:0px auto;
	border-style: hidden;
	padding: 0px;
}
div.middle-box {
	position:relative;
	float: right;
	width:800px;
	height: 100%;
/*	min-height: 250px; */
	margin:0px auto;
	border-style: none;
	padding: 0px;
	overflow:visible;
	background:white;
}
#Content {/* Content DIV element */
	position:relative;
	width:540px;
	height:100%;
/*	min-height: 320px; */
	float:left;
	padding: 0px;
	margin: 0px;
	border: thin none red;
	overflow: visible;
}
div.left {
	position:relative;
	//top:0px;
	width:125px;
	height:100%;
	min-height: 300px;
	float:left;
	background:white;
	border-style: none;
	padding-left:5px;
	text-align: center;
	overflow: visible;
}
div.right {
	position:relative;
	//top:0px;
	width:125px;
	height:100%;
	min-height: 300px;
	float:right;
	font-size: 12px;
	background:white;
	border-style: none;
	padding-left:0px;
	padding-right: 5px;
	overflow: visible;
}
div.bottom-box {
	position:relative;
	width:800px;
	height:130px;
	float:right;
	background:white ;
	/*border-top:solid 1px Sienna ;*/
}
/*--------------------------------*/
div.topcontent {
	position:relative;
	width:800px;
	height:250px;
	float:left;
	margin:0px auto;
	padding: 0px;
	background-color: LightBlue ;
	text-align:center;
	border-style: none;
	//border:1px solid Sienna;
}
.tekstbalk {
	position:relative;
	top: -2px;
	width:800px;
	height:24px;
	float:left;
	padding:0px;
	margin:0px auto;
	text-align: left;
	color: white;
	background-color: black;
	font-size: 12px;
	text-decoration: none;
	z-index:1;
}
a.balk{ width:75px; float: left; text-align:center; text-decoration: none; color:#FF0000; }
a.balkWhite{ width:75px; float: left; text-align:center; text-decoration: none; color:white; }
div.Texthome{position:relative; float:left; padding-left:70px; top:4px; width:555px; z-index:100;}
div.Text{position:relative; float:left; top:4px; width:165px; z-index:200; color:white;}
/*--------------------------------*/

img {
	border: 0px none;
	vertical-align: top;
}
.logo {
	border: 0px none;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
}
img.knop {  /* onder-menu  */
	position:relative;
	top: 0px;
	float: left;
	padding-top: 0px;
	padding-left: 12px;
	z-index: 5;
}

.knopR {  /* rechter-menu  */
	position:relative;
	float: left;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 7px;
}
.klimaat {  /* rechter-menu  */
	position:relative;
	float: right;height: 48px;
	margin-top: -52px;
	padding: 0px;
}

img.knop2 {
	position:relative;
	float: left;
	padding-top: 7px;
	padding-right: 7px;
}
/*--menu------------------------------*/
p.Menukop {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
  /*	text-align: left; */
}
ul,li {
		position:relative;
		display:list-item;
		margin:0;
		padding:0px;
		text-align: center;
		font-size: 11px;
} 
ul {
		width:115px;
		background:white ;
		list-style:none;
		margin-top: 25px;
		padding-top:15px;
		padding-bottom:0px;
		margin-bottom: 70px;
		border-style: outset;
		border-width: thin;
}
li {
		position:relative;
		height: 25px;
		padding:1px;
		padding-left:5px;
}
li:hover {
/*		background-color: LightGrey; */
}
a.menu {
		padding:2px;
		text-decoration:none;
		color:Black;
		font-weight:bold;
}
a.menu:hover {
		border-color:gray;
		color:Blue;
		font-weight:bold;
		background-color: LightGrey;
}

div.copyright {
	position:relative;
	top:-25px;
	height: 55px;
	width: 800px;
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-left: 50px;
	background-color: RGB(150,104,104) ;
	color: white;
	font-size: 10px;
	z-index: 0;
}

/*--------------------------------*/
#Data {
	position:absolute;
	top:150px;
	left:650px;
	width:300px;
	height:60px;
	background-color: white;
	border:1px solid Sienna;
	font-size:12px;
	visibility: hidden; 
}


