/** document eigenschappen **/

html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		text-align:left;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 0.83em; 
		color: #336699;
}

img {
		border: 0px;
}

h1 {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.2em
}

h2 {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.0em
}
a  {
	font-weight: bold; text-decoration: ; }
a:link, visited {
	color: #336699; }
a:hover, active {
	color: #336699; }
a:focus {
	outline:0px; }

/** pagina indeling **/

#center {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 700px;
		height: 500px;
		margin-left: -350px; /* half of width */
		padding: 0 0 0 0px;
		border: 0 0 0 0px;
		background-color: #ffffff;
		overflow: visible;
		margin-top: -250px;
		background: url(img/background.gif);
}
#logo {
		position: absolute;
		left: 0px; 
		top: 0px;
		height: 500px;
		width: 289px;
		border: 0px;
		padding: 0px;
}
#menu {
		position: absolute;
		left: 266px; 
		top: 50px;
		height: 33px;
		width: 416px;
		border: 0px;
		padding: 0px;
}
#content {
		position: absolute;
		left: 260px; 
		top: 83px;
		height: 398px;
		width: 423px;
		border: 1px solid black;
		background-color: white;
}
#contentcontact {
		position: absolute;
		left: 260px; 
		top: 83px;
		height: 398px;
		width: 423px;
		border: 1px solid black;
		background: url(img/contact.jpg);
}
#tekst {
		position: absolute;
		left: 20px;
		right: 20px; 
		top: 20px;
		height: auto;
		width: auto;
		border: 0px;
}
#profiel {
		position: absolute;
		left: 350px; 
		top: 320px;
		height: auto;
		width: auto;
		border: 0px;
}
