/* @group Algemene Stylen */

/* CSS RESET */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #613220;
	font: normal normal 13px/25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
	background: #fff url(DesignerImages/schaduw.jpg) no-repeat center top;
}

td, tr {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #613220;
	font: normal normal 13px/25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
}

:focus {
	outline: none;
	border: 0;
}

#wx-main a,
#wx-main a:link,
#wx-main a:visited,
#wx-main a:active,
#wx-highlight-right ul li a,
.wx-maincontent-var a {
	color: #613220;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 12px;
	background: url(DesignerImages/a-link.gif) no-repeat right center;
}

#wx-main a:hover,
#wx-highlight-right ul li a:hover,
.wx-maincontent-var a:hover {
	color: #ECB2C8;
	text-decoration: none;
}

#wx-main ul,
.wx-maincontent-var ul {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 1.2em; 
	padding-left: 0em;
	list-style-type: disc;
}

#wx-main h1 {
	color: #613220;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #613220;
}

h3 {
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
}

h4 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 15px;
	background: #613220;
}

h5 {
	color: #613220;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 15px;
	background: url(DesignerImages/pattern-light.gif) repeat;	
	}

h6 {
	color: #ECB2C8;
	font-size: 16px;
	font-weight: bold;
}

hr {
	border: 0;
	background: #ede8e6;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	*width: 100%;
	*border-top: 1px solid #ede8e6;
}

/* Correctie IE lijn */

* html body hr {
	width: 100%;
}

address {
	
}

p {
	
}

pre {
	
}

/* @end */

/* @group Formulier */

.formprompt {
	font-weight: bold;
	font-size: 12px;
	color: #613220;
}

.formfield input {
	color: #613220;
	padding: 3px;
	font: normal 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 5px 0px 10px 0px;
	background: url(DesignerImages/pattern-light.gif) repeat;		
}

html>body .formfield input {
	color: #613220;	
	border: 1px solid #613220;
	border-width: 1px 1px 2px 1px;	
	background: url(DesignerImages/pattern-light.gif) repeat;	
	font: normal 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;	
}

.formfield textarea {
	color: #613220;
	font-size: 12px;
	font-weight: bold;
	height: 130px;
	padding: 1px 2px 1px 2px;
	font: normal 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	border-width: 1px 1px 2px 1px;
	background: url(DesignerImages/pattern-light.gif) repeat;		
}

.formfield textarea:focus,
.formfield input:focus { 
	background: #fff;
	border: 1px solid #ede8e6;
	border-width: 1px 1px 2px 1px;
}

html>body .formfield textarea {
	border: 1px solid #613220;
	border-width: 1px 1px 2px 1px;	
	background: url(DesignerImages/pattern-light.gif) repeat;	
	color: #613220;	
	width: 306px;
	height: 80px;
	font: normal 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;	
}

.formgroup {
	color: #fff;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 40px;
	background: #613220 url(DesignerImages/pattern-dark.gif) repeat;
	text-transform: uppercase;	
}

.formgroupspacer {
	padding-top: 10px;
}

.formsubmit {
	margin-top: 10px;
	width: auto;
	text-align: left;
	display: block;
	border-top: 1px solid #613220;
	padding: 15px 0 0 0;
}

.formfield input[type="checkbox"],
.formfield input[type="radio"] { 
	margin: 3px 4px 0 0;
}

.formfield input[type="checkbox"] { 
	color: #613220; 
}

.formfield input[type="radio"] {  
	background-color: #fff; 
	color: #613220;
}

.wx-error {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	background: #cc3300;
}

#honing {
	display: none;
}

/* @end */
