/*
Hieronder staat de lijst met de aanwezige pagina's en hun id. Dit zorgt ervoor dat de huidge pagina wordt aangegeven in het menu met een andere achtergrond kleur
*/
body#Home a#btn_1,
body#Watisgestalt a#btn_2,
body#Watiszen a#btn_3,
body#Programma a#btn_4,
body#Meerovergestalt a#btn_5,
body#Contact a#btn_6{
	background-color:#af1a1e;
}

/*
Hieronder volgt de rest van de styles, deze hoef je niet aan te passen bij het maken van een andere pagina.
*/


body {
	margin: 0px;
	padding:0px;
	background: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	word-spacing: Normal;
	margin: 0 auto;
	text-align: center; /* for IE */
	height:100%;
}

#container{
	background:transparent url(../img/back.jpg);
	background-repeat:repeat;
	margin: 0 auto;
	text-align: center; /* for IE */
	width:800px;
	height:auto;
}

#banner{
	float:left;
	width:800px;
	height:168px;
	background-color:#000;
	border-bottom: solid 8px #c82c30;
}

#menu{
	margin:0px;
	padding:0px;
	float:left;
	width:152px;
}

#menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
	
}

#menu ul li{
	display:block;
	float:right;
	width:152px;
	height:35px;
	background-image:url(../img/menu-btn.png);
}

#menu ul li a{
	text-align:left;
	display:block;
	padding-top:8px;
	padding-left:10px;
	height:26px;
	width:142px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}

#menu ul li a:hover{
	background-color:#af1a1e;
}

#wapen{
	padding-top:40px;
	margin-left:30px;
	float:left;
}

#content{
	float:left;
	width:600px;
	padding:20px;
	text-align:left;
	color:#333;
}

#content_left{
	float:left;
	width:370px;	
}

#content_right{
	float:right;
	width:200px;
}

.onderdeel{
	width:100%;
	margin-bottom:20px;
	
}

#foto_home{
	float:left;
	border: solid 1px #c82c30;
	margin-right:20px;
}

#footer{
	padding:8px;
	float:left;
	text-align:left;
	width:98%;	
}

#programmas{
	width:100%;
	margin-bottom:50px;
}

#programmas ul{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

#programmas ul li{
	display:block;
	width:350px;
	margin:5px;
}

#terug{
	width:100%;
	padding-top:10px;
	text-align:right;
}

#boek{
	width:100%;
	border-bottom:dashed 1px #c82c30;
	margin-bottom:20px;
}

#internet{
	width:100%;
	padding-bottom:20px;
}

#map{
	border:solid 1px #c82c30;
}

#pic{
	border:solid 1px #c82c30;
	margin:5px;
}

p{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

h1{
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#c82c30;
	border-bottom: solid 1px #c82c30;
	margin-bottom:8px;
}

h2{
	margin:0px;
	padding:0px;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}

a{
	color: #c82c30;	
}
