@charset "utf-8";

/*----------------------------------*/
/*  CSS Document 					*/
/*	Autor: Mister Superb //			*/
/*	Desc: Correct CSS Use //		*/
/*	Media: Screen //				*/
/*----------------------------------*/




/**
 * = Primary selectors
 * ----------------------------------------------------------
 */


html, body{
	height: 100%;
}

html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body {
	background-color: #8d8b8c;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {

}


p {

}

ul {

}

ul li {

}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

/**
 * = Layout
 * ----------------------------------------------------------
 */
 

div#container {
	width: 1024px;
	height: 768px;
	position: relative;
	margin: 2% auto 0; /* 2% van de bovenkant, automatisch aan de zijkanten en 0 vanonder */
	background-image: url('../images/backgroundgrijs.jpg');
	{ padding: 1em; }
	
}

h1#logo {
	width: 245px;
	height: 100px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url('../images/logo.png');
	margin-left: 15px;
	margin-top: 15px;
	position: absolute
}

div#pictureFrame {
	width: 925px;
	height: 693px;
	margin-left: 50px;
	margin-top: 38px;
	float: left;
	background-image: url('../images/bgafbeelding.jpg');

}

div#navigation {
	width: 150px;
	position: absolute;
	height: 150px;
	margin-left: 286px;
	margin-top: 100px;
	background-color: white;
}

.content {
	width: 405px;
	height: 541px;	
	margin-left: 460px;
	margin-top: 100px;
	background-color: white;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
}

a img {border: none; } 