
body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font: normal 13px Helvetica,Arial,sans-serif;
	color:white;
	cursor: default;
	background-color: black;
}

.videobox {
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	position:relative;
}

a:link,a:visited {
	color:white;
	border-bottom:2px solid red;
	text-decoration:none;
	padding-bottom:0;
}
a:hover {
	color:white;
	border-bottom:2px solid white;
	text-decoration:none;
	padding-bottom:0;
}
a.linkactief:link,a.linkactief:visited {
	color:white;
	border-bottom:2px solid white;
	text-decoration:none;
	padding-bottom:0;
}
a:hover {
	color:white;
	border-bottom:2px solid white;
	text-decoration:none;
	padding-bottom:0;
}
a.nolink:link,a.nolink:visited,a.nolink:hover {
	border:0;
	text-decoration:none;
}
img {
	border:0;
}

#achtergrond {
	position: fixed;	width:100%;
	height:100%;
	overflow:hidden;
}
#achtergrond_foto {
	position:relative;
	z-index:1;
	opacity:0.5;
	filter:alpha(opacity=50)
}
#achtergrond_raster {
	position:absolute;
	background-image: url("../afbeeldingen/patroon.gif");
	width:100%;
	height:100%;
	z-index:2;
}

#voorgrond {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
#inhoud {
	position:relative;
	padding:20px;
}
#onderschrift {
	bottom:20px;
	color:white;
	font-size:8px;
	right:20px;
	position: fixed;}
#logo {
	position:relative;
	margin-bottom:4px;
}
#logo_djmania {
	position:absolute;
	top:20px;
	right:20px;
}
#logos {
	float:left;
	position:relative;
}
.logo {
	position:relative;
	float:left;
	margin-right:10px;
	cursor: pointer;}
.knop {
	float:left;
	left:-4px;
	margin-bottom:4px;
	margin-right:8px;
	position:relative;
	cursor: pointer;}
#subknoppen {
	border-bottom:6px solid #00ccf5;
	margin-bottom:4px;
	position:relative;
	width:100%;
}
#jeugdhuizen {
	border-bottom:6px solid white;
	margin-bottom:4px;
	position:relative;
	width:100%;
}
#jeugdhuistitel {
	left:-2px;
	margin-bottom:5px;
	position:relative;
}
#jeugdhuisinfo {
	clear:both;
	position:relative;
	width:100%;
}
.subknop {
	float:left;
	margin-bottom:4px;
	margin-right:8px;
	position:relative;
	/*height:20px;*/
	cursor: pointer;}
.inhoudblok {
	float:left;
	margin-bottom:4px;
	position:relative;
	line-height:16px;
}
#nieuwsitem {
	float:left;
	padding-right:2%;
	position:relative;
	width:48%;
	margin-bottom:16px;
}
blockquote {
	left:10px;
	margin:0;
	position:relative;
	top:-18px;
}
#reacties {
	float:left;
	position:relative;
	width:50%;
}
.reactie {
	position:relative;
	margin-bottom:16px;
}
.tekstinput {
	background:white;
	color:black;
	border:0;
	padding: 2px;
	font-size:13px;
	margin-bottom:4px;
	position:relative;
	width:60%;
}
.tekstveld {
	background:white;
	color:black;
	border:0;
	padding: 2px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:13px;
	width:60%;
	margin:0;
}
.actief {
	width:100%;
	padding: 4px 0;
	border-top: 6px solid red;
	border-bottom: 6px solid red;
/*	background:black; */
}
.band {
	position:relative;
	float:left;
	margin-bottom:8px;
	margin-right:8px;
	border-bottom:6px solid;
	padding-bottom:4px;
}
.thumbnail {
	float:left;
	height:60px;
	margin-bottom:4px;
	margin-right:4px;
	overflow:hidden;
	position:relative;
	width:60px;
	cursor: pointer;}
.thumbnailfoto {
	position:absolute;
	top:-7px;
	left:-7px;
}
.grotefoto {
	position:relative;
	float:left;
	margin-bottom:4px;
	margin-right:4px;
}
#fotouitleg {
	position:relative;
	float:left;
}
#overlay{
	z-index:103;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	cursor:wait;
	display:none;
}
#sponsors {
	float:left;
	/*left:-337px;*/
	position:relative;
	margin-bottom:2px;
	/*top:22px;*/
}
.sponsor {
	float:left;
	margin-right:10px;
	position:relative;
	cursor: pointer;}

.vullen{
	clear:both;
}