/*
Deze CSS stylesheet is gemaakt door E. Smeets, VALKmedia.com. Alle rechten voorbehouden.
*/

body {
	background: #000;
	font-family:Arial, Helvetica, sans-serif, "Century Gothic";
	font-size:12px;
	margin: 0px;
}

a {
	color: #666;
}

#bars {
	background: #fff url('images/bars.gif');
	width: 1000px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #000 url('images/banner.jpg');
	height: 140px;
	width: 1000px; 
	margin-left: auto;
	margin-right: auto;
}

#menu {
	background: #fff url('images/menubg.gif');
	height: 100px;
	width: 100px;
	margin-right: auto;
}

#menutext {
	display: block;
	height: 100px;
	width: 100px;
	font-size:16px;
	font-weight:700;
	line-height: 19px;
	text-align:right;
	margin-top: -115px;
}

#menutext a {
	display: block;
	color: #666;
	text-decoration: none;
}

#menutext a:hover {
	background: #999;
	display: block;
	color: #000;
}

#pagecontent {
	background: #000 url('images/contentbg.gif');
	color: #CCCCCC;
	padding: 20px;
	width: 760px;
	height: 610px;
	position: absolute;
	margin-left: 100px;
}


#blocklinks a{
	color: #000;
	text-decoration: none;
	background: #bbb;
	padding: 5px;
	margin: 20px;
}

#blocklinks a:hover{
	color: #000;
	background: #fff;
	padding: 5px;
	margin: 20px;
}

#thumbs a{
display: block;
margin: 22px;
float: left;
}

#thumbs a{
display: block;
width: 75px;
height: 75px;
background: #444;
padding: 2px;
}


#thumbs a:hover {
display: block;
width: 75px;
height: 75px;
background: #fff;
padding: 2px;
}

#footer {
	background: #000;
	color: #666;
	text-align:center;
	padding-top: 20px;
	width: 800px;
	height: 40px;
	position: absolute;
	margin-left: 100px;
	margin-top: 650px;
}
