/* STANDARD */
html, body {
	text-align: center;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: grey;
	background-color: black;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

a.selected{
	color: red;
}	

div#container {
	position: relative;
	width: 860px;	
	height: 430px;
	margin: 0px auto;
	text-align: left;
	margin-top: 60px;
}

div#content{
	position: relative;
	height: 430px;
		background-color:black;
	z-index: 100;
}

div.clear{
	clear: both;	
}

div#home_logo{
	position: absolute;
	bottom: -133px;
	left: -38px;
	width: 16px;
	height: 19px;
	background-image: url("../images/home.gif")	;
	background-repeat: no-repeat;
	cursor: pointer;
}

div#line{
	position: absolute;
	bottom: -135px;
	left: -3px;
	width: 2px;
	height: 23px;
	background-image: url("../images/lijn.gif");
	background-repeat: no-repeat;
}

div#colofon{
	position: absolute;
	bottom: -135px;
	left: 17px;
	width: 47px;
	height: 23px;
	background-image: url("../images/colofon.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

