@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;

}


/* Algemeen */
html, body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	background-position: 50% top;
	background-repeat: repeat-x;
	background-image:url(../images/main_bg.png);
	text-align:center;
	background-attachment: fixed;
	color: #FFFFFF;
} 



#main {
width:800px;
height:auto;
text-align:center;
margin-left:auto; 
margin-right:auto; 
background-image:url(../images/content_bg_jv.jpg);
background-repeat:no-repeat;
background-position:top;
}

a {
color:#00AEEF;
text-decoration:underline;
}

a:hover {
color:#AAAAAA;
text-decoration:underline;
}



#content {
	width:800px;
	height:auto;
	text-align:left;
	margin:0px;
}



#footer {
padding-top:20px;
padding-bottom:20px;
	height:auto;
	width:800px;


font-size:9px;
color:#AAAAAA;
text-align:center;
margin-top:20px;
}


.clear {
clear:both;
float:none;
}

/* Navigatie */
.navigation {
height:39px;
width:800px;
color:#FFFFFF;
background-image:url(../images/nav_bg.png);
overflow:hidden;
text-align:left;
margin:0;
}

#navtop ul {
	list-style:none;

}

#navtop li {
	float:left;
	list-style:none;
	list-style-position:outside;

}

#navtop li a {
	display:block;
	height:39px;
	text-indent:-1000px;

}

/* NAV HOME */
#nav_home a {
	background-image:url(../images/navtop_home.gif);
		width:84px;

}

#nav_home a:hover {
	background-image:url(../images/navtop_home_hover.gif);
}

/* NAV MIXES MASHUP */
#nav_mashup a {
	background-image:url(../images/navtop_mashup.gif);
	width:169px;
}

#nav_mashup a:hover {
	background-image:url(../images/navtop_mashup_hover.gif);
}

/* NAV AGENDA */
#nav_agenda a {
	background-image:url(../images/navtop_agenda.gif);
	width:88px;
}

#nav_agenda a:hover {
	background-image:url(../images/navtop_agenda_hover.gif);
}

/* NAV FOTO'S */
#nav_gallery a {
	background-image:url(../images/navtop_gallery.gif);
	width:77px;
}

#nav_gallery a:hover {
	background-image:url(../images/navtop_gallery_hover.gif);
}

/* NAV CONTACT */
#nav_contact a {
	background-image:url(../images/navtop_contact.gif);
	width:101px;
}

#nav_contact a:hover {
	background-image:url(../images/navtop_contact_hover.gif);
}



/* Ticker */
#ticker {
margin:0px;
width:300px;
height:20px;
overflow:hidden;
background-image:url(../images/nav_bg.png);


}

ul#ticker {
list-style:none;
}


/* Artikelen */

.artikel {
position: relative;
margin:275px 35px 20px 35px;
text-align:left;
clear:both;

}

.artikel img {
margin:10px;
}

.artikel p {
line-height:24px;
}


h1 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:0 0 4px 0;
}

.nieuwsitem {
margin:0px 0px 10px 0px;
}

.nieuwsitem h1 {
font-size: 14px;
color:#00AEEF;
}

input, textarea {
margin: 2px;
border: 0px solid black;
padding:2px;
}

.gallery {
position: relative;
margin-top:275px;
text-align:left;
clear:both;

}

.thumb {
margin: 1px; 
float: left;
height:85px;
width:85px;
}

.thumb img {
margin:0px;
padding:0px;
width:75px;
height:75px;
}


.multimedia {
	float: left;
	width:320px;
	height:auto;
	margin:0 40px 20px 0;
		
}

