﻿body {
	font-family : Arial;
	background-image:url('../Fotos/Achtergrond/achtergrond.gif');
}
#container {
	background-color: white;
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
.topbottom {
	display: block;
	width: 1070px;
	height: 5px;
	background: blue;
	font-size:1px;
}
#header {
	font-size: 21px;
	font-weight: bold;
	color: blue;
	font-style: italic;
}
#header a {
	font-style: normal;
	text-decoration: none;
	font-size: 48px;
	font-weight: bold;
	color: blue;
}
.menu {
	width: 1070px;
	height: 22px;
	position: relative;
	z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 1071px;
	w\idth: 1070px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
}
/* style the links for the top level */
.menu a:visited {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color:white;
	height: 20px;
	border: 1px solid blue;
	border-width: 1px 0 1px 1px;
	background: blue;
	padding-left: 4px;
	line-height: 19px;
	font-weight: bold;
}
.menu a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color:white;
	height: 20px;
	border: 1px solid blue;
	border-width: 1px 0 1px 1px;
	background: blue;
	padding-left: 4px;
	line-height: 19px;
	font-weight: bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a:visited {
	width: 129px;
	w\idth: 128px;
}
* html .menu a {
	width: 129px;
	w\idth: 128px;
}
/* style the second level background */
.menu ul ul a.drop:visited {
	background: blue;
}
.menu ul ul a.drop {
	background: blue;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background: white;
}
.menu ul ul :hover > a.drop {
	background: white;
}
/* style the third level background */
.menu ul ul ul a:visited {
	background: blue;
}
.menu ul ul ul a {
	background: blue;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: white;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 21px;
	left: 0;
	width: 128px;
	border-top: 1px solid blue;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 20px;
	t\op: 21px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left: 149px;
	top: -1px;
	width: 150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -149px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
}
/* style the second level links */
.menu ul ul a:visited {
	background: blue;
	color: white;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}
.menu ul ul a {
	background: blue;
	color: white;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}
* html .menu ul ul a {
	width: 150px;
	w\idth: 128px;
}
/* style the top level hover */
.menu ul ul a:hover {
	color:blue;
	background: white;
}
.menu a:hover {
	color:blue;
	background: white;
}
.menu ul ul :hover > a {
	color: blue;
	background: white;
}
.menu :hover > a {
	color: blue;
	background: white;
}
/* make the second level visible when hover on first level list OR link */
.menu ul a:hover ul {
	visibility: visible;
}
.menu ul li:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility: visible;
}
#content {
	width: 1070px;
}
#content table {
	font-family:Verdana;
	width: 905px;
	margin:10px 10px 0px 85px;
}
#content h1 {
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
}
#content img {
	border-color: white;
}
#footer {
	width: 1070px;
	color: black;
	font-size: 11px;
	text-align: center;
}

#offerte table {
	width:975px;
	margin-left:85px;
	font-family:Verdana;
 	font-size:11px;
 }
 
 .button1 { 	
	width: 500px;
	font-size: 15px;
	font-weight: bold;
}
 
 .button2 { 
	font-size:11px;
	color:red;
}
 
