/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2009
//   Date  : 2009-01-31
//	 Author: development@toverstudio.nl
//
*/
body 
{
	color:#222;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px;
	padding: 0px;
	text-align:center;
	background: #fff;
}
a
{
	color:#5b5851;
}
input 
{
	cursor:default;
}
a:hover
{
	color:#5b5851;
}
img
{
	border:none;
}
h1
{
	color:#5b5851;
	font-size:20px;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h2
{
	letter-spacing:-1px;
	color:#5b5851;
	font-size:16px;
	padding-bottom:2px;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}
strong
{
	color:#d84252;
}
/* ----------------------------- canvas --------------------------- */
#canvas 
{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  	width: 960px;
}
/* ----------------------------- banner --------------------------- */
#banner
{
	font-weight:bold;
	height:110px;
	border-bottom:1px #ddd solid;
	
	
}
#topaddress
{
	margin-left:471px;
	width:489px;
	padding:6px;
	text-align:center;
	color:#fff;
	letter-spacing:1.2px;
	padding-left:15px;
	background:url(../images/topadress.png) no-repeat;
}
#topaddress a
{
	color:#fff;
}
#banner img
{
	float:left;
	margin:10px 0px 0px 40px;
}
/* ----------------------------- menu --------------------------- */
#menu
{
	background-color:#f5f3f1;
	float:right;
	margin:40px 0px;
	width:683px;
}

#menu ul
{
	margin:0px;
}
#menu li
{
	display:inline;
	list-style:none;
}
#menu a
{
}
/* ----------------------------- content --------------------------- */
#contents 
{
	margin:20px 0px 15px 0px;
	font-size:13px;
	line-height:1.5em;
}

#contents img
{
	
}
#contents p
{
	padding-bottom:10px;
}
#contents ul
{
	padding:10px;
}
#contents li
{
	background: url(../images/bullet.png) no-repeat 0px 7px;
	padding:3px 0px 3px 25px;
}

/* ----------------------------- footer --------------------------- */
#footer 
{
	border-top:1px #eee solid;
	padding-top:15px;
	clear:both;
	font-size:15px;
	color:#686969;
	letter-spacing:1.2px;
	margin-bottom:20px;
	
}
#footer a
{
	color:#57413c;
}


dl
{
	width:440px;
	background:url(../images/quoteopen.png) no-repeat;
	padding:5px 10px 0px 21px;
	font-style:italic;
	font-size:12px;
}
dl img
{
	margin-left:5px;
	vertical-align:middle;
}
dd
{
}
dt
{
	margin-bottom:10px;
}


#homeleft
{
	float:left;
	width:480px;
	*width:500px;
	padding-right:20px;
}
#homeright
{
	float:left;
	width:460px;
}


#inhoud td
{
	padding:0px 40px 30px 0px;
	width:480px;
}
#inhoud img
{
	border:1px solid #ddd;
	margin-right:15px;
	margin-bottom:2px;
}

#contact td
{
	padding-right:40px;
	vertical-align:top;
}

#prijzen th
{
	background-color:#eee;
	font-weight:bold;
	padding:2px;
}
#prijzen td
{
	padding:2px;
	border-bottom:1px solid #eee;
}

.getal
{
	text-align:center;
}