/* CSS Code Q-Trakteert */

body, html
{
	background: #008C24;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	overflow: hidden;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: scroll;
}

#background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#content_container
{
	text-align: left;
	position: relative;
	margin: 0 auto 0 auto;
	width: 990px;
}

#topbar
{
	width: 980px;
	height: 40px;
	padding: 5px;
}

#header
{
	width: 100%;
	height: 200px;
	background-image: url('../images/background.png');
	border-top-style: dotted;
	border-top-color: #ffffff;
	border-top-width: 1px;
	margin-bottom: 30px;
	padding-left: 10px;
}

#titel
{
	position: relative;
	left: 20px;
	float: left;
	width: 750px;
	margin-top: 25px;
}

#cadeau
{
	float: right;
	width: 188px;
	margin-top: 25px;
	margin-right: 25px;
}

#border
{
	height: 8px;
	width: 100%;
	background-image: url('../images/border.png');
	background-repeat: no-repeat;
}

#formulier_container
{
	width: 439px;
	float: left;
}

#form_quote
{
	width: 399px;
	height: 127px;
	background-image: url('../images/form-quote.png');
	font-family: Century Schoolbook;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	padding: 20px;
	color: #202020;
}

#formulier
{
	padding: 15px;
}

#gallery_container
{
	width: 551px;
	float: left;
}

#gallery_quote
{
	width: 511;
	height: 127px;
	background-image: url('../images/gallery-quote.png');
	font-family: Century Schoolbook;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	padding: 20px;
	color: #202020;
}

.small
{
	font-size: 20px;
}

#footer_container
{
	width: 960px;
	height: 10px;
	background-image: url('../images/background.png');
	clear: both;
	color: #ffffff;
	font-weight: bold;
	padding: 15px;
	
}

#logo
{
	width: 100px;
	float: left;
}

#logo img
{
	border-style: none;
}

#link
{
	float: right;
	margin-right: 20px;
	width: 150px;
	background: #007934;
	padding: 5px;
	margin-top: 19px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}


td
{
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #acee41;
}

.textfield
{
	background-image: url('../images/textfield.jpg');
	border: none;
	width: 259px;
	height: 32px;
	margin: 3px;
}

textarea
{
	background-image: url('../images/textarea.jpg');
	border: none;
	width: 399px;
	height: 137px;
	overflow: hidden;
	resize: none;
}

#thumbwrapper
{
	display: none;
}

#gallerytje
{
	background-image: url('../images/gallery_bg.png');
	background-repeat: no-repeat;
	height: 353px;
	width: 525px;
	margin-left: 12px;
	margin-top: 20px;

