body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

a
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#top
{
	width: 800px;
	height: 219px;
	background-image: url(img/tophero.jpg);
}

#hero
{
	margin-left: 18px;
	width: 271px;
	height: 205px;
}

#menu
{
	width: 800px;
	height: 50px;
	border-bottom: solid 1px black;
	background-image: url(img/menu.gif);
}

#menu a
{
	display: block;
	height: 20px;
	padding-top: 21px;
	padding-left: 7px;
	padding-right: 8px;
	padding-bottom: 9px;
	font-size: 16px;
	font-weight: bolder;
	float: left;
	border-right: solid 1px black;
}

#menu a:hover
{
	color: #060606;
	text-decoration: none;
}

.title
{
	margin-top: 20px;
}

#content
{
	background-color: #333333;
	width: 800px;
	height: 400px;
	border-bottom: solid 2px black;
	color: #7f7f7f;
}

#portfolio
{
	padding-top: 10px;
	padding-left: 10px;
}

#leftside
{
	width: 489px;
	padding-left: 20px;
	padding-right: 20px;
}

#leftsidebroad
{
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
}

#rightside
{
	float: right;
	width: 271px;
	height: 400px;
}

#nieuws
{
	background-color: #1f1f1f;
	padding-left: 7px;
	padding-top: 7px;
	width: 263px;
	height: 223px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

#nieuwskop
{
	width: 194px;
	height: 21px;
	background-image: url(img/box_top.gif);
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
	color: #c0c0c0;
	padding-top: 4px;
	margin-bottom: 3px;
}

.kopje
{
	display: block;
	font-weight: bold;
	color: #827961;
	margin-top: 7px;
}

#latest
{
	background-color: #494949;
	width: 270px;
	height: 169px;
	border-left: solid 1px black;
}

#footer
{
	padding-top: 15px;
	width: 800px;
	height: 30px;
	background-image: url(img/bottom.gif);
	text-align: center;
}