body
{
	background-color: #000000;
}

a
{
	text-decoration: none;
}

div#container
{
	width: 964px;
	height: 585px;
	background-image: url(background.jpg);
	margin: auto;
	display: block;
	border: 1px solid #ffffff;
}

a#media
{
	height: 150px;
	width: 241px;
	float: right;
	margin-top: 158px;
	background-image: none;
	background-repeat: no-repeat;
}

a#media:hover
{
	background-image: url(projecten.jpg);
}

div.bar
{
	width: 100%;
	float: left;
}

a#home
{
	height: 112px;
	width: 91px;
	display: block;
	margin-left: 26px;
	margin-top: 201px;
	float: left;
}

a#home:hover
{
	background-image: url(home.jpg);
	background-repeat: no-repeat;
}

a#contact
{
	display: block;
	margin-left: 15px;
	margin-top: 7px;
	width: 170px;
	height: 150px;
	float: left;
}

a#contact:hover
{
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
}

a#projects
{
	width: 180px;
	height: 30px;
	display: block;
	margin-top: 30px;
	margin-left: 50px;
}

a#news
{
	display: block;
	float: right;
	margin-right: 21px;
	margin-top: 0px;
	width: 120px;
	height: 230px;	
}

a#news:hover
{
	background-image: url(nieuws.jpg);
	background-repeat: no-repeat;
}

a#realhome
{
	float:left;
	height:550px;
	left:100px;
	position:relative;
	top:-220px;
	width:520px;
	z-index:1;
}

div#news
{
	position:absolute;
	top:190px;
	width:250px;
}

div#news a
{
	padding: 10px;
	display: block;
	font-weight: heavy;
	color: #ff0;
	font-size: 14pt;
}

div#news a:hover
{
	text-decoration: underline;
}

a:focus {outline: 0;}
a:active {outline: 0;}
