body {
	background: #333333 url(../images/background.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body,td,th {
	color:#CCCCCC;
	font: 13px "Times New Roman", Times, serif;
}
p 	{
	margin: 0px 0px 8px;
	padding: 0px;
}
h1 {
	font: normal 16px Tahoma;
	text-transform: none;
	margin: 0px 0px 8px;
	padding: 0px;
	color: #FFFFFF;
}
h2 {
	text-transform: none;
	margin: 0px 0px 8px;
	padding: 0px;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: normal;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/*-ELEMENTS-*/
#page_header {
	background: #000000;
	height: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu_container {
	width: 950px;
	padding-left: 0px;
	height: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#logo_container {
	width: 240px;
	float: left;
	padding: 20px 0px 0px;
}

#page_container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	float: left;
	width: 700px;
	margin-left: 10px;
	text-align: left;
	margin-top: 20px;
}
#footer_container {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer_enrich {
	background: #000000;
	width: 240px;
	height: 30px;
	padding-top: 15px;
	letter-spacing: 4px;
	float: left;
	font: 13px "Times New Roman", Times, serif;
}
#footer_adres {
	font: 12px Tahoma;
	color: #CCCCCC;
	width: 700px;
	height: 30px;
	padding-top: 15px;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#footer_adres img {
	float: right;
}
#left_content {
	width: 340px;
	margin-right: 10px;
	float: left;
}
#right_content {
	background: #000000;
	float: left;
	width: 350px;
	text-align: center;
	padding-bottom: 20px;
}
#right_content img {
	border:none;
	margin-top: 20px;
}
#top_content {
	width: 700px;
}
.recipe {
	background: #333333;
	padding: 4px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 12px;
}
#bottom_content {
	background: #000000;
	float: left;
	width: 700px;
	text-align: center;
	padding-bottom: 20px;
}
#bottom_content img{
	border: none;
	margin-top: 20px;
	margin-right: 10px;
}
.clearboth {
	/* clears the path where necessary */
	clear:both;
	margin:0;
	padding:0;
	height:0px;
}
#recipes {
	background: #000000;
	padding: 20px;
}

/*-MENU-*/
.menu {
	font-size: 16px;
	text-align: left;
	height: 130px;
	width: 158px;
	padding-top: 20px;
	float: left;
}
.menu:hover a{
	text-decoration: none;
	color: #FFFFFF;
}
.menu:hover div a{
	text-decoration: none;
	color: #ccc;
}
.menu a {
	text-decoration: none;
	color: #666666;
}
.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.menu div  {
	float: left;
	width: 158px;
}
.menu div a:link {
	font: 12px Tahoma;
	color: #CCCCCC;
	padding-left: 15px;
}
.menu div a:hover {
	font: 12px Tahoma;
	color: #fff;
	padding-left: 15px;
	background: url(../images/hover.gif) no-repeat 5px 5px;
}
.menu div a:visited {
	font: 12px Tahoma;
	color: #CCCCCC;
	padding-left: 15px;
}
.current {
	font-size: 16px;
	text-align: left;
	height: 130px;
	width: 158px;
	padding-top: 20px;
	float: left;
}
.current a {
	text-decoration: none;
	color: #FFFFFF;
}
.current div a {
	font: 12px Tahoma;
	color: #CCCCCC;
	padding-left: 15px;
	}
.current div a:hover {
	font: 12px Tahoma;
	color: #fff;
	padding-left: 15px;
	background: url(../images/hover.gif) no-repeat 5px 5px;
	}
.current_sub a {
	font: 12px Tahoma;
	color: #fff;
	padding-left: 15px;
	background: url(../images/hover_grey.gif) no-repeat 5px 5px;
	}
/*-PAGES-*/
/*contact*/
#form {
	background: #000000;
	padding-top: 10px;
	padding-left: 75px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#image_home {
	margin-top: 20px;
	margin-bottom: 20px;
}
#google_maps {
	margin-bottom: 10px;
	}
.textfield {
	color: #333;
	height: 16px;
	width: 400px;
	border: 1px solid #333333;
	font-size: 11px;
	margin-bottom: 8px;
	margin-left: 4px;
	background: #CCCCCC;
}
.textfield_required {
	color: #333;
	height: 16px;
	width: 400px;
	border: 1px solid #333333;
	font-size: 11px;
	margin-bottom: 8px;
	margin-left: 4px;
	background: #CCCCCC url(../images/required.gif) no-repeat 390px 3px;
}
.submit {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ECECEC;
	cursor: pointer;
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
}
#vraag {
	height: 150px;
	width: 400px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-top: 5px;
}
/*collection*/
#thumbnails {
	float: left;
	width: 350px;
	padding-bottom: 20px;
	text-align: left;
	background: #000000;
}
#thumbnails img{
	margin-top: 20px;
	margin-right: 10px;
	border: none;
}
#thumbnails_centered {
	float: left;
	width: 350px;
	text-align: center;
	padding-bottom: 20px;
	background: #000000;
}
#thumbnails_centered img{
	margin-top: 20px;
	border: none;
}

