@charset "UTF-8";
/* CSS Document */
*{
	margin-top:0px;

}

Body{
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/achtergrond.jpg);
	background-color:#660000;	
}

#container{
	
	width:950px;
	margin-left:auto;
	margin-right:auto;
	
}

/* Header */

#header{

}

#logo{
	background-image:url(../images/header_logo.jpg);
	background-repeat:no-repeat;
	width:251px;
	height:136px;
	float:left;
}

#titel{
	font-weight:normal;
	font-style:italic;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	margin-top:15px;
	color:#bc202c;
	margin-left:-75px;
}

h1{
	font-weight:normal;
}


#midden{
	background-image:url(../images/header_midden.jpg);
	width:411px;
	height:136px;
	float:left;
}

#header_rechts{
	background-image:url(../images/header_nieuwsvlak.jpg);
	width:288px;
	height:136px;
	float:left;
}

.volgende_optreden{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#dadada;	
	padding-left:18px;
	padding-top:12px;
}

#gegevens{
	padding-top:10px;	
}

p.paragraaf_gegevens{
	font-size:13px;
	font-family:helvetica;
	font-weight:normal;
	color:#dadada;
	margin:0px;
	width:190px;
	padding-top:5px;
	padding-left:15px;

}


/* Menu */

#menu_links{
	background-image:url(../images/menu_links.jpg);
	width:40px;
	height:39px;
	float:left;
}

#menu_midden{
	background-image:url(../images/menu_midden.jpg);
	width:872px;
	height:39px;
	float:left;
}

li.menu{
	
  	display:inline;
  	list-style-type:none;
  	float:left;
	height:39px;
	width:128px;
	  	background-image:url(../images/menu_nonactief.png);
}

ul.menu{
	display:inline;
  	list-style-type:none;
 	display:inline;
  	padding-left:10px;

}


a.link{
	display:block;
	color:#f1f1f1;
	text-decoration:none;
	font-family:Helvetica;
	text-align:center;
	padding-top:9px;
}

a.link:hover{
	background-image:url(../images/menu_actief.jpg);
	width:128px;
	height:30px;
}

a.link:active{
	background-image:url(../images/menu_actief.jpg);
	width:128px;
	height:30px;	
}

#informatie{
	float:left;
	height:39px;
	width:128px;
	background-image:url(../images/menu_nonactief.png);
}


#menu_rechts{
	background-image:url(../images/menu_rechts.jpg);
	width:38px;
	height:39px;
	float:left;
}
/* Content */


img.fotoboekplaatje{
   border: 1px solid #000;
}


p.{
	pading-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
}

#content{
	background:url(../images/content.jpg);
	background-repeat:repeat;
	height:auto;
	width:950px;
	min-height:500px;
}

#content_midden{
	padding-top:10px;
	width:875px;
	padding-left:40px;
	margin:0px;
	font-family:Helvetica;
	font-size:13px;
	padding-bottom:10px;
        min-height: 500px;
}


h3{
	font-size:22px;
	margin:0px;
	color:#f6a054;
	font-family:Helvetica;
	padding-bottom:5px;
}

h4{
	font-size:18px;
	margin:0px;
	color:#f6a054;
	font-family:Helvetica;
	padding-bottom:5px;
}

.solo{
	font-size:10px;
	font-style:italic;
}


#plaatje{
	text-align:center;
	padding-top:10px;
}



/* Onderkant */

#onderkant{
	background-image:url(../images/footer.jpg);
	width:950px;
	height:43px;
}

/*  Footer */

#footer_tekst{
	font-family:Verdana;
 	font-size:10px;
	color:#000;
	margin-top:-25px;
	width:950px;
}

a.footer{
	font-family:Verdana;
 	font-size:10px;
	color:#000;
	margin-top:-25px;
	width:950px;
}

a.footer:hover{
	font-family:Verdana;
 	font-size:10px;
	color:#000;
	margin-top:-25px;
	width:950px;	
}
