@charset "utf-8";
/* CSS Document */

body {
   font-family: Arial, Times New Roman;
   font-size: 12px;
   background-image: url(style/achtergrond.png);
   background-attachment: fixed;
   background-position: 100%;
   margin-left: auto;
   margin-right: auto;
   color: black;
}

#container {
	width: 740px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 740px;
	height: 76px;
	background-image: url(style/logo.gif);
	float: left;
}

#menu {
	width: 202px;
	height: auto;
	float: left;
	color: #0174DF;
}

#knop {
	width: 202px;
	height: 30px;
	float: left;
	color: #0174DF;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 7px;
}

#knopimage {
	width: 202px;
	height: 30px;
	margin-top: -25px;
	margin-left: -7px;
}

#content {
	width: 538px;
	height: auto;
	float: left;
}

.H1 {
	font-size: 24px;
	font-family: Arial, Times New Roman;
}

#blauw_vak {
	width: 538px;
	height: auto;
	float: left;
	background-color: #0174DF;
	color: #FFF
}