html, body {
	height: 100%;
	padding: 0;
    margin: 0;
	overflow: auto; 
	display: block;
}

.iframeTop {
	height: 140px;
	margin: 0px;
	border-collapse: collapse;
	border: none 0px;
	width: 100%;
}

.iframeLeft {
	margin: 0px;
	border-collapse: collapse;
	border: none 0px;
	width: 20%;
	float: left;
}

.iframeMain {
	margin: 0px;
	border-collapse: collapse;
	border: none 0px;
	width: 80%;
	float: right;
}

.menuItem {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	margin-left: 0px;
	padding-left: 10px;
	background-image: url(../Images/arrow-down-title-on.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.menuItem a {
	color: #cd8902;
	text-decoration: none;
}

.menuItem a:hover {
	color: #000000;
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 20px;
	border: none;
	line-height: 25px;
}

.content a {
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8aa62a;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #8aa62a;
}

.content a:hover {
	color: #000000;
	border-bottom: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 20px;
	border: none;
	line-height: 16px;
}

.copyright a {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #000000;
}

.copyright a:hover {
	color: #000000;
	border-bottom: 0px;
}

.voorwaarden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	border: none;
	line-height: 25px;
}

.voorwaarden a {
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8aa62a;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #8aa62a;
}

.voorwaarden a:hover {
	color: #000000;
	border-bottom: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

input, textarea, submit, button, checkbox, select, option, list {
	background-color: #faf3e6;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding-left: 2px;
}