* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #C4C5C7;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
td, th, div, option {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p {
padding-bottom: 10px;
}
a:hover, a:visited, a:active, a:link{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight: bold;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight: normal;
}

/* Formulieren */
label {
	font-weight: bold;
	cursor:pointer;
}
#contactform input.text {
width: 180px;
}
#gastenboekform input.text {
width: 350px;
}
#reserverenform input.text {
width: 42px;
margin-bottom: 7px;
}

.oranje {
	color: #FF6600;
}

/* pagina kolommen */
#links {
	background-color: #C4C5C7;
	background-image: url(../images/links_bg.jpg);
	background-repeat: repeat-y;
	width: 212px;
}
#content {
	background-color: #C4C5C7;
	width: 656px;
}
#rechts {
	background-color: #C4C5C7;
	background-image: url(../images/rechts_bg.jpg);
	background-repeat: repeat-y;
	width: 44px;
}

/* Menu */
#menu ul {
list-style-type: none;
display:block;
width: 185px;
}
#menu ul li{
display:block;
white-space:nowrap;
margin-left:2px;
margin-bottom:0;
background-color: #666666;
font-family: "Trebuchet MS";
font-weight:bolder;
font-size:12px;
color: #CCCCCC;
border-bottom: 1px solid #C6C8CA;
}
#menu ul li a{
display:block;
color:#CCCCCC;
background-color:#666666;
padding-left:15px;
padding-top:6px;
padding-bottom:6px;
padding-right:0px;
text-decoration:none;
}
#menu ul li a span {
font-family: "Trebuchet MS", verdana;
font-size:16px;
font-weight: bolder;
color: #FF6600;
}
#menu ul li #actievebutton, #menu ul li a:hover{
color:#FFFFFF;
background-color:#808285;
}
#menu ul li #actievebutton span, #menu ul li a:hover span {
font-family: "Trebuchet MS", verdana;
font-size:16px;
font-weight: bolder;
color: #FFF;
}
#menu ul li .oranjebutton span, #menu ul li .oranjebutton{
color:#FF6600;
}


#menu_footer {
	background-image: url(../images/links_footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: ededed;
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom:3px;
	font-size:10px;
}
/* Submenu */
#menu ul li ul {
	list-style-type: none;
	width: 183px;
}
#menu ul li ul li {
background-color: #808285;
margin:0px;
border-top: 1px solid #C6C8CA;
border-bottom: 1px;
}
#menu ul li ul li a{
display:block;
color:#CCCCCC;
background-color:#808285;
padding-left:32px;
padding-top:3px;
padding-bottom:3px;
padding-right:0px;
text-decoration:none;
}
#menu ul li ul li a:hover{
	background-color:#A7A9AC;
	color:#FFF;
}
#menu ul li ul li #actievesubbutton:hover, #menu ul li ul li #actievesubbutton{
	background-color:#A7A9AC;
	color:#ff6600;
}


#page_partyservice #menu_partyservicecats {
display: block;
}

/* Zoekbox */
#zoekbox {
	background-color: #F1F1F1;
	border: 1px solid #FFF;
	margin-top: 40px;
	margin-left:14px;
	margin-bottom:10px;
	width:156px;
}
#zoekbox #zoekboxheader {
	background-color: #FF6600;
	border-bottom: 1px solid #FFF;
}
#zoekbox #zoekboxheader h1{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;	
	color: #EDEDED;
}	
#zoekbox #zoekboxcontent {
	border: 1px solid #CCCCCC;
	padding: 7px;
	font-size:11px;
}
#zoekbox #zoekboxcontent #submit {
	height: 16px;
	width: 16px;
	margin-left: 12px;
	margin-top: 2px;
}

/* Content boxen */
.box {
	width: 655px;
	margin-bottom: 25px;
}
.box_header {
	background-image:url(../images/box_header.jpg);
	background-repeat:no-repeat;
	height: 45px;
}
.box_headerwhite {
	background-image:url(../images/box_headerwhite.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
}
.box_header h1 {
	padding-top:15px;
	padding-left:52px;
}
.box_headerwhite h1 {
	padding-top:12px;
	padding-left:15px;
	color: #000000;
}

.box_content {
	background-image:url(../images/box_bg.jpg);
	background-repeat:repeat-y;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}
.box_contentwhite {
	background-color: #FFF;
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 15px;	
}
.box_contentgray {
	background-color: #A7A9AC;
	color: #FFF;
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 15px;	
}
.boxcontentlist {
	padding: 0px;
}
.box_footer {
	background-image:url(../images/box_footer.jpg);
	background-repeat:no-repeat;
	height: 24px;
}
.box_footergray {
	background-image: url(../images/box_footergray.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-color:#878787;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	color: #FFF;
}
.box_footergray h2 {
	padding-top: 6px;
	display: block;
	text-align: center;
}

/* Boxen voor in de boxen */
.innerbox {
	width: 632px;
}
.innerbox_headeroranjefirst {
	height: 25px;
	background-image:url(../images/innerbox_headerorangefirst.jpg);
	background-repeat:no-repeat;
}
.innerbox_headeroranje {
	height: 25px;
	background-image:url(../images/innerbox_headerorange.jpg);
	background-repeat:no-repeat;
}
.innerbox_headerlightgray {
	height: 25px;
	background-image:url(../images/innerbox_headerlightgray.jpg);
	background-repeat:no-repeat;
}
.innerbox_headerdarkgray {
	height: 25px;
	background-image:url(../images/innerbox_headerdarkgray.jpg);
	background-repeat:no-repeat;
}
.innerbox_headeroranjefirst h1, .innerbox_headeroranje h1, .innerbox_headerlightgray h1, .innerbox_headerdarkgray h1 {
	padding-left: 11px;
	padding-top: 6px;
	display: inline;
	float:left;
}
.innerbox_headeroranjefirst h2, .innerbox_headeroranje h2, .innerbox_headerlightgray h2, .innerbox_headerdarkgray h2 {
	padding-right: 35px;
	padding-top: 6px;
	display: inline;
	float:right;
}
.innerbox_headeroranjefirst img, .innerbox_headeroranje img, .innerbox_headerlightgray img {
	margin-right: 15px;
	margin-top: 4px;
	display:inline;
	float:right;
}
.innerbox_contentwhite {
	background-color: #FFF;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.innerbox_contentgray {
	background-color: #E7E7E7;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.innerbox_footergray {
	height: 13px;
	background-image:url(../images/innerbox_footerlightgray.jpg);
	background-repeat:no-repeat;
}
.innerbox_footerwhite {
	height: 13px;
	background-image:url(../images/innerbox_footerwhite.jpg);
	background-repeat:no-repeat;
}
/* Contact gegevens boxen */
#contactboxnl {
width: 295px;
height:145px;
background-image: url(../images/contact_nl.jpg);
background-repeat: no-repeat;
margin-top:10px;
}
#contactboxnl h1{
font-weight:bold;
padding-left:  140px;
padding-top: 15px;
color:#000000;
}
#contactboxbe {
height:145px;
width: 295px;
background-image: url(../images/contact_be.jpg);
background-repeat: no-repeat;
margin-top:10px;
}
#contactboxbe h1{
font-weight:bold;
padding-left:  140px;
padding-top:15px;
color:#000000;
}

/* linkboxen */
.linksbox {
float:left;
width: 210px;
padding-right: 12px;
}
.linksbox_header {
background-image:url(../images/linksbox_header.jpg);
background-repeat:no-repeat;
background-color:#888888;
color:#FFF;
font-size:12px;
font-weight:bold;
padding: 6px;
padding-left:30px;
}
.linksbox_content {
background-color:#FFFFFF;
padding: 5px;
}
.linksbox .linksbox_content .link {
color: #666666;
font-weight:normal;
}

/* tabel lijst */
.list {

}
.list th {
	background-color: #A8A9AD;
	padding:4px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	border-right: 1px solid #c3c5c6;	
}
.list td {
	padding: 6px;
	vertical-align: middle;
	border-top: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
}
.list .oddrow {
	background-color: #DCDCDC;
}
.list .evenrow {
	background-color: #FFFFFF;
}
.list .footerrow {
	background-color: #a7a9ac;
}

/* thumbnails */
.thumb {
	font-weight: bold;
	text-align:center;
	vertical-align:top;
	float:left;
	display:inline;
	padding-right:10px;
	padding-bottom:10px;
}
