html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	margin: 0;
	font: 13px/20px Georgia, Times, "Times New Roman", serif;
	line-height: 1;
	color: black;
	background: #fcf8e5;
}
 ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#wrapper-holder{
	height:1%;
	width:800px;
	margin:0 auto;
	padding-left:41px;
}
#wrapper {
	padding:176px 0 0;
	width: 800px;
	background:#fff;
	border-top:5px solid #d9af00;
	position:relative;
}
* html #wrapper{
	padding:176px 0 0;
}
.wrapper-top{
	height:175px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.header {
	height:72px;
	padding:54px 36px 0 0;
	background:url(../images/line.gif) repeat-x 0 100%;
}
.logo{
	width:179px;
	height:71px;
	margin:0 0 2px;
	float:right;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
.logo a{
	height:71px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.nav{
	margin:0;
	list-style:none;
	height:35px;
	padding:14px 0 0 50px;
	overflow:hidden;
	clear:both;
}
.nav li{
	float:left;
	padding-right:27px;
	font-size:13px;
	line-height:20px;
	vertical-align:top;
}
.nav li a{
	float:left;
	text-decoration:none;
	color:#000;
	padding-bottom:6px;
	border-bottom:10px solid #fff;
}
.nav li a:hover,
.nav li a.active{
	border-bottom:10px solid #b0b1b5;
}
.nav li a.bestel{
	color:#CDAD00;
}
.visual{
	height:500px;
	position:relative;
}
.visual ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.link-prev,
.link-next{
	width:46px;
	height:46px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:227px;
}
.link-prev{
	left:-23px;
	background:url(../images/btn-prev.gif) no-repeat;
}
.link-prev:hover{
	background:url(../images/btn-prev-hover.gif) no-repeat;
}
.link-next{
	right:-23px;
	background:url(../images/btn-next.gif) no-repeat;
}
.link-next:hover{
	width:47px;
	background:url(../images/btn-next-hover.gif) no-repeat;
	right:-22px;
}
.link-circle{
	width:142px;
	height:142px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:29px;
	left:-41px;
	background:url(../images/link-circle.gif) no-repeat;
}
.visual-text{
	height:42px;
	padding:19px 0 0 50px;
	font-size:12px;
	color:#89898C;
	background:url(../images/line.gif) repeat-x 0 100%;
}
.visual-text em{
	font-style:italic;
	display:block;
	margin-bottom:4px;
}
.visual-text p{
	margin:0;
}
.content{
	height:1%;
	padding:34px 169px 29px 50px;
	border-bottom:1px solid #dadadb;
}
.content .text{
	width:100%;
	padding-bottom:12px;
	background:url(../images/line.gif) repeat-x 0 100%;
}
.content h1{
	margin:0 0 21px;
	font-size:19px;
	line-height:20px;
	font-style:italic;
	font-weight:bold;
}
.content p{
	margin:0 0 20px;
	line-height:20px;
}
.content p a{
	color:#b261b8;
	text-decoration:none;
}
.content p a:hover{
	color:#CDAD00;
}
.content h2,
.content h3{
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	margin:0;
}
.content dl{
	margin:0 0 20px;
	padding:0 0 0 15px;
	height:1%;
	line-height:20px;
}
.content dl dt{
	font-style:italic;
}
.content dl dd{
	margin:0;
}
.content ol{
	margin:0 0 20px 30px;
	padding:0;
	height:1%;
}
.content ul{
	margin:0 0 20px;
	padding:0 0 0 15px;
	height:1%;
}
.content ol li{
	line-height:20px;
}
.content ol li ol{
	margin:0;
	padding:0 0 0 15px;
}
.content ul li{
	line-height:20px;
	padding-left:10px;
	background:url(../images/bull.gif) no-repeat 0 7px;
}
.content ul li ul{
	margin:0;
}
.form{
	width:100%;
	padding:17px 0 0;
	background:url(../images/line.gif) repeat-x 0 100%;
}
.form .row{
	width:100%;
	padding-bottom:7px;
}
.form label{
	display:block;
	margin-bottom:9px;
}

.form label.strong{
	font-weight:bold;
}
.form .txt{
	width:569px;
	padding:5px;
	border:1px solid #dadadb;
}
.form select{
	width:249px;
}
.form .box{
	height:1%;
	overflow:hidden;
	margin-bottom:11px;
}
.form .box em{
	display:block;
	margin-bottom:5px;
	font-style:italic;
}
.form .row-1{
	width:100%;
	overflow:hidden;
}
* html .form .row-1{
	padding-bottom:9px;
}
.form .box input{
	float:left;
	margin:0;
	width:16px;
	height:15px;
	padding:0;
	
}
.form .box label{
	padding:0 0 0 8px;
	vertical-align:middle;
	float:left;
}
.holder{
	width:100%;
	padding:16px 0 0;
	overflow:hidden;
}
.verstuur{
	float:right;
	width:110px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin-top:4px;
	overflow:hidden;
	background:#b261b8;
	padding:7px 4px;
	border: 0px;
}
.verstuur:hover{
	background:#d9ae00;
}
.bottom-box{
	height:97px;
	padding:11px 0 20px 24px;	
}
.bottom-box .link{
	width:117px;
	height:97px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	background:url(../images/bottom-link.gif) no-repeat;
}
.footer{
	width:800px;
	height:30px;
	margin:0 auto;
	padding:17px 0 0;
	font-size:12px;
	color:#b0b1b5;
	text-align:right;
}
.footer p{
	margin:0 10px 0 0;
	display:inline;
}
.footer span{
	display:inline;
}
.footer span a{
	color:#696a6d;
	text-decoration:none;
}
.footer span a:hover{
	color:#CDAD00;
}

