@charset "utf-8";

html, body, #wrapper-right, #wrapper-left {min-height: 100%;}
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	background: url(imgages/bg-body.gif)}

#wrapper-right {
	width: 810px;
	margin: 0 auto;
	padding-right: 20px;
	background: url(imgages/bg-right.png) repeat-y right;}
#wrapper-left {
	padding-left: 8px;
	background: url(imgages/bg-left.png) repeat-y;}

#headpicture {
	height: 75px;
	width: auto;
	background: black url(imgages/headpictures/1.jpg) right no-repeat;}

#logo {
	float: right;
	margin-top: 15px;
	width: 103px;
	height: 429px;
	background: no-repeat url(imgages/logo.jpg) center;}

/*#breadcrumbs {
	text-align: left !important;
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid gray; display:none}
*/
#copyright {
	margin-bottom: 0;
	color: #ff6d25;
	text-align: center !important;
	padding: 5px;
	clear: both;
	border-top: 1px solid gray;
}
	
#content {
	margin: 0px 103px 0 153px;
	padding: 0 20px;
	/*background: url(imgages/bg-content.png);*/
	background:#FFF;
	line-height:1.3;
}
#content p {
	text-align: justify;}

h1 {font-size: 15px; margin-top:0px; padding-top:25px;}
h2 {
	font-size:13px;
	margin-top:20px;
	margin-bottom: -10px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	font-style:italic;
	margin-bottom: -12px;
}

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

dl {
	margin-top:16px
}

dt, h5 {
	/*	height: 1em;*/
	float: left;
	width: 180px;
	margin-bottom: 5px;
}
dd, h6 {
	padding-left: 190px;
	margin: 5px 0;
}

h5, h6 {
	font-size:13px; font-weight:normal; margin-top:0px}
table {
	width: 100%;}
table, td, tr {
	border: none;}

blockquote { font-style: italic; margin-left:30px; }
q { quotes: none;}

img {border:0px}

img.left {
	float: left;
	padding-right: 10px;}
img.right {
	float: right;
	padding-left: 10px;}
#content .gecentreerd {text-align:center}

/* Navigation */
/* Top menu **************************************/
#topnav {
	height: 22px;
	background: #FF6D25 url(imgages/bg-topmenu.gif) repeat-x;}
	
#topnav ul {
	padding: 0;
	margin: 0;
	position: relative;
	top: .25em;
	text-align: center}
	
#topnav li {
	display: inline;
	margin: 0 .2em;}
	
#topnav a {
	padding: 0 .5em;
	border: 1px black;
	border-style: none solid;
	font-weight: bold;
	text-decoration: none;
	color: #1E4477;}	
	
#topnav a:hover {
	color: white;}

/* Selected topnav link */
.home #home, .deplaats #deplaats, .actueel #actueel, .productie #producties,
.reserveren #reserveren, .contact #contact, .pers #pers, .giften #giften{
	color: white;
	border-color: white;}
 
/* Side menu*************************************** */
#sidenav {
	width: 153px;
	float: left;
	padding-top:10px;
}
	
#sidenav ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0;}
	
#sidenav li {
	margin-top: 15px;}

.actueel #sidenav li, .home #sidenav li {margin-top:5px}

.actueel h2{padding-left:30px;}

#sidenav a, #sidenav .selected, #sidenav .group{
	padding:  3px 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #1E4477;}
	
#sidenav a:hover, #sidenav span:hover {
	color:white;
	background: #FF6D25 url(imgages/bg-topmenu.gif) repeat-x;}

#sidenav .selected {
	color:#FF6D25;
	/*background: #FF6D25 url(imgages/bg-topmenu.gif) repeat-x*/;}

#sidenav ul ul .selected {
	text-align:center;
	color:#ff6d25;
	background: none;
	}

/* Popout sidemenu */
#sidenav ul ul {
	margin-top: 0px;
	width: 100%;
	background-image: url(imgages/bg-content.png);
	display: none;}

#sidenav li li {
	margin-top:0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;}

#sidenav li li a{
	font-weight: normal;}

#sidenav ul li:hover ul {
	display: block;}

/* Speciale pagina's *************************************** 
productionlist is voor de posterpagina (producties), logolist is voor een verzameling van logo's van sponsoren*/

#productionlist {
	text-align: center;
	list-style: none;
	padding: 0;}
#productionlist li {
	display: inline-block;
	margin: 0;
	height: 170px;
	width: 100px;}

#logolist {
	text-align: center;
	list-style: none;
	padding: 0;}
#logolist li {
	display: inline;}
#logolist li img {
	margin: 10px;}

