/*globale layout*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#222;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	}

img { 
	border: none;
	/*behavior: url(styles/iepngfix.htc);*/
	}
	
#topper {
	height: 60px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	color: #111;
	background-color: #222;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#wrapper {
	margin: 0px auto 0px;
	width: 1020px;
	text-align: left;
	padding:0px;
	position: relative;
	top: -38px;
	}
	
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	}
	
.spacer { 
	clear: both; 
	height: 0px;
	}

/* blad*/

.top-left { 
	background-image: url('../images/__boven.png');
	margin-right: 7px;
	height: 7px;
	font-size: 2px;
	}
	
.top-right {
	background-image: url('../images/__boven.png');
	background-position: 100% 0;
	margin-left: 7px;
	margin-top: -7px;
	height: 7px;
	font-size: 2px;
	}

.bottom-left  { 
	background-image: url('../images/__onder.png');
	/*background-color:#00F;*/
	background-position: 0 -7px;
	margin-right: 7px;
	height: 7px;
	font-size: 2px;
	}

.bottom-right { 
	background-image: url('../images/__onder.png');
	background-position: 100% -7px;
	margin-left: 7px;
	margin-top: -7px;
	height: 7px;
	font-size: 2px;
	}

.inside {
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 3px;
	position: relative;
	/*background-image: url(../images/kleuren.gif);*/
	background-repeat: repeat-x;
	background-color: #FBFBF9;
	min-height: 500px;
	}

.notopgap    { margin-top: 0; }

.nobottomgap { margin-bottom: 0; }

.insideleft {
	background-image: url('../images/__links.png');
	background-repeat: repeat-y;
	}

.insideright {
	background-image: url('../images/__rechts.png');
	background-repeat: repeat-y;
	background-position: 100% 0;
	}
	

/*hoofdmenu*/

#menuwrapper {
	margin:0px auto 0px;
	width: 960px;
	position: relative;
	top: 1px;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	}

ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 0px;
}

#menu h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#menu h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


ul#menu li {
	float: left;
	margin-left: 5px;
	/*line-height: 1.4;*/
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 180px;
	height: 25px;
	padding: 3px 0px 7px;
	display: block;
	background-image: url(../images/menu4.png);
	background-repeat: no-repeat;
	background-position: center left;
}

ul#menu #voorstellingen {
	width: 180px;
	}
	
ul#menu #home {
	width: 180px;
	}
	
ul#menu #informatie {
	width: 180px;
	}

ul#menu #cateringevents {
	width: 180px;
	}
	
ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
	color: #000000;
}

#adresbalk {
	padding-top: 10px;
	color: #B00;
	text-align: center;
	}
	
#contactformulier {
	display: none;
	}
	

