/**
* CSS
* 
* @version 1.0
* @author Chi Shang Cheng
*/
body {
	background: #0D1B1B url("images/korrel.png") repeat;
	color:#fff;
}
#background {
	background: url("images/achtergrond.png") no-repeat center top;
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 60px 0 0 0;
}
#container {
	/* margin: 60px auto 0 auto; */
}
#leftpane {
}
#leftpane img {
	/* margin:0 10px 10px 0; */
	border:1px solid #fff;
	/*
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	*/
	-moz-box-shadow:2px 2px 2px #3b3b3b;
	-webkit-box-shadow:2px 2px 2px #3b3b3b;
}
#rightpane {
}
#header {
}
#title {
	display: block;
	margin:0 0 10px 0;
}
#subtitle {
	display: block;
	margin:0;
}
#menu {
	margin:50px 0 0 0;
	font-size:12px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	margin: 0;
}
a {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
}
a:hover {
	color:#b3b3b3;
	text-decoration:none;
}
a:active {
	color:#62D3DB;
}
.active a {
	color:#FFEB81;
}
.active a:visited {
	color:#FFEB81;
}
.active a:hover {
	color:#b3b3b3;	
}
.active a:active {
	color:#62D3DB;
}

