body, html {
	margin: 0 auto;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url('../images/body_bg.png') repeat-x;
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	
	}

div#wrapper {
	width: 850px;
	margin: 0 auto;
}

	

a:link{
background-color: transparent;
color: #663366;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:visited{
background-color: transparent;
color: #663366;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:hover{
background-color: transparent;
color: #914791;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:active{
background-color: transparent;
color: #663366;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
} 


div#topBalk {
	width: 100%;
	height: 20px;
	background: url('../images/menu_bg.png') repeat-x;
}

div#top {
	width: 100%;
	height: 200px;
	background: #fff;
}

div#slideshow {
	float: left;
	width: 544px;
	height: 200px;
}

div#logo {
	float: right;
	background: url('../images/showbureau.png') no-repeat 0px 10px;
	width: 300px;
	height: 200px;
}

div#logo a {
	display: block;
	width: 300px;
	height: 200px;
}

div#logo a span {
	display: none;
}

/* MENU */

div#menu {
	height: 35px; 
	position: relative; 
	font-family: arial, verdana, sans-serif; 
	font-size: 11px;
	z-index: 500;
	background: url('../images/menu_bg.png') repeat-x; 
}

div#menu .select {
	margin: 0; 
	padding: 0 0 0 80px; 
	list-style: none; 
	white-space: nowrap;
}

div#menu li {
	float: left;
}

div#menu .select a {
	display: block; 
	height: 35px; 
	float: left; 
	background: url('../images/menu_bg.png'); 
	padding: 0 0 0 15px; 
	text-decoration: none; 
	line-height: 35px; 
	white-space: nowrap; 
	color: #ddd;
}

div#menu .select a b {
	display: block; 
	padding: 0 30px 0 15px; 
	font-weight: bold;
}

div#menu .select a:hover, 
div#menu .select li:hover a {
	background: url('../images/menu_hover.png'); 
	padding: 0 0 0 15px;
	line-height: 35px;
	cursor: pointer; 
	color: #fff;
}

div#menu .select a:hover b, 
div#menu .select li:hover a b {
	display: block; 
	padding: 0 30px 0 15px; 
	background: url('../images/menu_hover.png') right top; 
	cursor: pointer;
}

div#menu .sub {
	display: none;	
}

/* IE6 only */
div#menu table {
	border-collapse: collapse; 
	margin: -1px; 
	font-size: 1em; 
	width: 0; 
	height: 0;
}

div#menu .sub {
	margin: 0; 
	padding: 0;
	list-style: none;
	background: url('../images/submenu_bg.png') repeat-x; 
}

div#menu .sub li {
	background: transparant;
}

div#menu .select :hover .sub {
	height: 35px;
	display: block; 
	position: absolute;
	float: left;
	width: 850px; 
	top: 35px; 
	left: 0; 
	margin: 0;
	padding: 0;
	text-align: center;
}

div#menu .select :hover .sub li a {
	display: block;
	height: 35px; 
	line-height: 35px; 
	float: left;
	padding: 0 16px; 
	margin: 0; 
	white-space: nowrap; 
	color: #2b3238;
	font-size: 11px;
	background: none;
}

div#menu .select :hover .sub li a:hover {
	line-height: 35px;
	color: #800080;
	background: none;
}

div#menu div.producties {
	margin-left: 210px;
}

div#menu div.evenementen {
	margin-left: 280px;
}

/* CONTENT */

div#left {
	float: left;
	width: 140px;
	margin: 35px 0 0 0;
}

div#right {
	float: right;
	width: 230px;
	margin: 35px 0 0 0;
}

div#middle {
	float: left;
	width: 457px;
	margin: 0;
	margin-left: 15px;
	background: url('../images/middle_bg.png') repeat-y right;
}

div#middleWrap {
	width: 457px;
}

div#middleBottom {
	margin: 0;
	width: 457px;
	height: 8px;
	background: url('../images/middle_bottom.png') no-repeat;
}

/* INHOUD */

h1 {
	color: #663366;
	font-size: 18px;
}

div#inhoud {
	margin: 45px 47px 30px 40px;
	min-height: 340px;
	text-align: left
}

div#inhoud p {
	text-align: justify;
}

/* Kalender */

div#kalender {
	background: url('../images/kalender_bg.png') no-repeat;
	width: 230px;
	height: 230px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

div#kalender form {
	padding: 20px;
	padding-top: 30px;
	width: 180px;
}

/* Contact */

div#adres {
	background: url('../images/adresrechts.jpg') no-repeat;
	width: 230px;
	height: 230px;
	margin: 20px 0 0 0;
}

div#adres p {
	padding: 100px 10px 10px 10px;
}
