

body {
	background-color:#371c0c;
	font-family : arial, helvetica,verdana,sans-serif;
	color : #EBD7A7;
	font-size : 11px;
	font-weight : normal;
}

.zoekmachines {
	display : none;
}

#container {
	position: absolute;
	top: 50%;
	width:100%;
	text-align:center;
}

#content {
	position: absolute;
	top: -210px;
	left: 50%;
	margin-left: -400px;
	width:800px;
	height:440px;
/*	background-color:#CC0000;*/
}

#feed {
	position: absolute;
	left:20px;
	top:424px;
	width:400px;
	height:20px;
	text-align:left;
}

#sponsors {
	position: absolute;
	left:400px;
	top:424px;
	width:400px;
	height:20px;
	text-align:right;
}

#nav {
	position: absolute;
	left:0px;
	top:0px;
	width:400px;
	height:20px;
	text-align:left;
}

#leftpane {
	position: absolute;
	left:0px;
	top:20px;
	width:400px;
	height:400px;
	background-image : url(../img/bg_left.jpg);
	background-repeat : no-repeat;

	text-align:left;
	overflow: auto;
}

#leftpaneContent {
	position: absolute;
	left:20px;
	top:20px;
	width:340px;
}

#rightpane {
	position: absolute;
	left:400px;
	top:20px;
	width:400px;
	height:400px;
}

#gallery {
	position: absolute;
	left:0px;
	top:7px;
	width:800px;
	height:400px;
}

.navItem {
	float : left;
}


#nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
#nav li {
	display: inline;
	text-align: center;
	margin: 0px;
}
img {
	border:0;
}
p {
	margin:2px;
	margin-left:0px;
}

h1 {
	font-weight : bold;
	font-size : 16px;
	color:#FFF;
	margin:10px;
	margin-left:0px;
}

h2 {
	font-size : 14px;
	margin:6px;
	margin-left:0px;
	color:#FFF;
}

h3 {
	font-size : 12px;
	margin:3px;
	margin-left:0px;
}

.date {
	font-weight : bold;
	font-size : 11px;

}

a {
	color:#CE9407;
}
a:hover {
	color:#FFF;
	text-decoration : none;
}



#player {
	position: absolute;
	left:30px;
	top:150px;
	width:300px;
}

#typo {
	position: absolute;
	left:30px;
	top:75px;
	width:300px;
	text-align : center;
}

