* {
	padding:0;
	margin:0;
}
img {
	border:0;
}
body {
	background-color:#000;
	color:#CCC;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main {
	width: 960px;
	margin:0 auto;
}

#navbalk {
	background-color:#ba2119;
	background-image:url('/images/graphics/navigatiebalk.jpg');
	width:960px;
	height:19px;
	margin-top:20px;
}
#navbalk a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	margin: 0 15px;
}

#content {
	width: 960px;
	line-height:130%;
	padding-bottom:20px;	
	border-bottom:5px solid #ba2119;
	/*
	overflow: auto;
	height: 700px;
	background-image:url('/images/graphics/background.jpg');
	background-repeat:no-repeat;
	background-position:center;
	*/
}
#content h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
#content h2 {
	font-size:16px;
	margin:15px 0 5px;
}
#content h3 {
	font-size:14px;
	margin: 15px 0 5px;
}
#content p, #content td {
	font-size:12px;
}
#tempcontent {
	width:500px;
	margin:150px auto;
}
#contentleft {
	float:left;
	padding: 10px;
	width:300px;
}
#contentright {
	float:right;
	padding:10px;
	padding-right:0;
}
#themecontent {
	padding-top:10px;
	width: 500px;
	line-height:150%;
}
#content p.caption {
	font-size:11px;
	margin-bottom: 25px;
}
.thickbox {
	float:left;
	margin: 0 10px 10px 0;
}
.next {
	display:none;
}
.list {
	margin-top:30px;
}
.list td {
	width:240px;
	text-align:center;
	padding-bottom:50px;
}
.list td img {
	margin: 0 20px;
	width:100px;
}
.clear {
	font-size:1px;
	height:1px;
	clear:both;
}
