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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	height: 100%;
	overflow-y: scroll;
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
	background-color: #6f0303;
}	

a {
	color: #900;
}

#pagewrapper {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-color: #FFF;
} 



/* start of header */

#mainmenu {
	height: 32px;
	width: 850px;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	z-index: 999;
	top: 230px;
}

#mainmenu ul {
	margin-top: 5px;
	padding-left: 20px;
}

#mainmenu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
}

#mainmenu ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu ul li a:hover {
	color: #333
	text-decoration: none;
}



body#default ul li.index a {
	color: #003;
}

body#index ul li.index a {
	color: #003;
}

body#agenda ul li.agenda a {
	color: #003;
}

body#gallerie ul li.gallerie a {
	color: #003;
}

body#historie ul li.historie a {
	color: #003;
}

body#jeugdtoneel ul li.jeugdtoneel a {
	color: #003;
}

body#theater ul li.theater a {
	color: #003;
}

body#persberichten ul li.persberichten a {
	color: #003;
}

body#links ul li.links a {
	color: #003;
}

body#contact ul li.contact a {
	color: #003;
}


#banner {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v01b.jpg);
}

#banner2 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v02.jpg);
}

#banner3 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v03.jpg);
}

#banner4 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v04.jpg);
}

#banner5 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v05.jpg);
}

#banner6 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v06.jpg);
}

#banner7 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v07.jpg);
}

#banner8 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v08.jpg);
}

#banner9 {
	position: relative;
	height: 300;
	width: 850;
	background-color: #111;
	background-image: url(../images/header_v09.jpg);
}

/* end of header */



/* start of maincontent */

#maincontent {
	float: left;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 15px;
	background-image: url(../images/body_background.gif);
}

.title {
	font-size: 18px;
	color: #333;
}

/* end of maincontent */


/* start of rightmenu */

#rightmenu {
	float: left;
	width: 170px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 20px;
}

/* end of rightmenu */



/* clear floating divs */

.clear {
	clear: both;
}

/* end of clear floating divs */



/* start of footer */

#footer {
	position: absolute;
	width: 850px;
	height: 50px;
	bottom: 0px;
	text-align: center;
	background-color: #FFF;
}

#footer ul {
	padding: 0px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 0px;
	color: #333;
}
	
#footer ul li a {
	text-decoration: none;
	color: #333;
}

/* end of footer */		


/* Mailform */		

.mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
	
	
	
	
	
	
	
	
	

