html {
	margin: 0px;
	padding: 0px;
}
body {
	font: 9pt/17pt Arial;
	color: #000000;
	background: #ffffff;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
}

a:link, a:visited {
	
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
}
#container {
	height: 100%;
	width: 770px;
	margin: 0 auto;
	padding: 0px; /*verplichte value > 0px, zonder werken de scrollbars niet goed bij resizing*/
	text-align: left;
}
#logo {
	width: 770px;
	height: 154px;
}
#horizontal-red-line-high {
	width: 770px;
	background: #B60606;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#menu {
	margin-left: 10px;
	color: #E8E6EF;
}
#menu-buttons {
	margin-left: 10px;
	margin-right: 10px;
	color: #E8E6EF;
	text-decoration: none;
}
#content {
	padding-top: 10px;
	width: 770px;
	height: 300px;
	background: #E8E6EF;
}
#text-content {
	padding-left: 10px;
}
#horizontal-red-line-small {
	background: #B60606;

	margin: 0px;
	padding: 0px;
}
hr.red-line {
	height: 1px;
	width: 770px;
	color: #B60606;
}
#copyright {
	width: 770px;
	padding: 0px;
	margin: 0px;
	height: 25px;
	background: #E8E6EF;
}
#text-small {
	position: relative;
	font-size: 8pt;
	right: -490px;
	padding-left: 10px;
}