/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background-color:#202020;
	font-family:arial;
	font-size:11px;
	color:#fff;
	height:100%;
}
div#container {
	width:950px;
	height:540px;
	background: url(../gfx/site/site_bg.png);
	clear:both;
	position:static;
	padding:24px;
	margin: 0 auto;
	top:-306px; 
}
div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;                                                                     
    margin-top: -306px;                                                         
    float: left;
}
div#wrapper {
	width:100%;
	height:743px;
	padding-top:17px;
	background: url(../gfx/site/bg_top.png) repeat-x;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
/* /Standard waardes */
/* Muziek */
div#muziek {
	float:right;
	padding:4px 9px 0 0;
}
/* /Muziek */
/* Content */
div#content {
	width:950px;
	height:411px;
	padding:110px 0 0 0;
}
div#left {
	width:174px;
	float:left;
}
div#middle {
	width:385px;
	float:left;
}
div#right {
	float:right;
	width:383px;
	padding:2px 0 0 0;
	height:383px;
	overflow:hidden;
}
div#inner {
	width:363px;
	height:363px;
	background-image:url(../gfx/site/content_bg.png);
	padding:10px;
}
div#inner h1 {
	text-align: center;
	font-size: 14px;
	padding: 0px 0 0px 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 50px;
}
div#inner p {
	color:#202020;
	margin:0;
	padding:6px 0;
	line-height:18px;
}
div#middle table {
	margin:0;
	padding:0;
}
div#middle table td {
	width:75px;
	height:75px;
	background:#fff;
	text-align:center;
}
div#middle a {
	font-size:12px;
	color:#00704a;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana;
}
div#left img {
	margin:18px 0 0 0;
}
div#top {
	width:940px;
	height:17px;
	text-align:right;
	padding:0 10px 0 0;
}
div#onder {
	width:950px;
}
.login {
	border:0;
	background:#fff;
	height:15px;
	width:41px;
	text-align:center;
	color:#333;
	font-size:11px;
	padding:0 0 3px 0;
	float:right;
}
.input {
	width:117px;
	height:13px;
	border:1px solid #fff;
	margin:0 10px 0 0;
	padding:0 2px;
	float:right;
	background:none;
	font-size:10px;
	color:#fff;
}
div#top_tekst {
	float:right;
	padding:0 5px 0 0;
}
div#top a {
	text-decoration:none;
	color:#fff;
}
div#top a:hover {
	text-decoration:underline;
	color:#fff;
}
div#imagegrid {
	width:383px;
	height:383px;
}
/* /Content */
/* Footer */
div#footer {
	width:950px;
	height:17px;
	background:#fff;
	color:#333;
	text-align:center;
	font-family:verdana;
	padding:2px 0 0 0;
}
span.footer_streep {
	padding:0 25px;
}
/* /Footer */



