/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2006
//   Date  : 2006-02-11
//	 Author: loek@toverstudio:nl
//
*/
body
{
	color:#231f20;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align:center;
	margin: 0px;
	background-color:#482613;
}

img
{
	border:none;
}

h1
{
	font-size:20px;
	letter-spacing:-1px;
}
h2
{
	font-size:17px;
	letter-spacing:-1px;
	margin-bottom:5px;
}
h3
{
	font-size:18px;
	letter-spacing:-1px;
}


/* ----------------------------- canvas --------------------------- */
#canvas 
{
	margin: 30px auto;
	text-align: left;
  	width:800px;
	background-color:#fff;
}
/* ----------------------------- menu --------------------------- */
#menu
{
	background-color:#482613;
}
#menu a
{
	margin:0px;
}
#menu img /* cure whitespace bug */
{
   margin-bottom: -5px;
   *margin-bottom: -3px;
   margin-right: -3px;
}

/* ----------------------------- content --------------------------- */
#contents
{
	margin:0px 0px 40px 40px;
	font-size:14px;
	line-height: 1.5em;
}
* html #contents /* only for IE */
{
}

#contents p
{
	margin:5px 40px 20px 0px;
}

#footer
{
}

.gastenboekitem
{
	border:1px solid #eee;
	width:350px;
	margin-bottom:20px;
}
.gastenboekitem h1
{
	background-color:#eee;
	font-size:15px;
}

td
{
	vertical-align:top;
	font-size:14px;
	padding-right:15px;
}
input, textarea
{
	border:1px solid #bbb;
	width:240px;
}

#prijzen td
{
	vertical-align:top;
	font-size:12px;
}
#prijzen th
{
	font-weight:bold;
	vertical-align:top;
	font-size:12px;
}
#text
{
	float:left;
	width:440px;
}
* html #text /* only for IE */
{
	width:440px;
}

#plaatjes
{
	width:320px;
	float:left;
	text-align:center;
}