/* BASIS ----------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a82d78;
	background: #fff url('/images/basis/bgBody.gif') left top repeat-x fixed;
	}
#mainContainer {
	width: 100%; height: 410px;
	background: transparent url('/images/basis/bgRozeBalk.gif') left 129px repeat-x;
	}
#mainContentContainer {
	width: 960px;
	margin: 0 auto;
	}
#mainContentPositioner {
	position: relative;
	width: 954px;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 3px;
	background: #fff url('/images/basis/bgContent.gif') left top repeat-y;
	}
.clear {
	clear: both; height: 1px; overflow: hidden;	background: transparent;
	}
.printonly,
.hidden {
	display: none;
	}
.noborder {
	border: none !important;
	border-color: transparent !important;
	}


/* POSITIONERING DIV's --------------------------------------------------- */

#showCovers {
	width: 954px; height: 268px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	}
	#showCovers img {
	padding: 0 15px;
	}

#showBadge {
	position: absolute;
	top: 160px; left: 400px;
	width: 160px; height: 119px;
	display: block;
	background: transparent url('/images/basis/badge_nee.png') top left no-repeat;
	}
	#showBadge img {
	padding: 0 !important;
	}
#showBadgeHover {
	position: absolute;
	top: 160px; left: 400px;
	width: 160px; height: 119px;
	display: block;
	background: transparent url('/images/basis/badge_ja.png') top left no-repeat;
	}
	#showBadgeHover img {
	padding: 0 !important;
	}

#showIntro {
	float: left;
	width: 437px;
	padding: 20px;
	}
#showForm {
	float: right;
	width: 436px;
	padding: 20px;
	border-left: 1px dashed #bfbfbf;
	min-height: 320px; height: auto !important; height: 320px;
	}

#showIntro a,
#showForm a {
	color: #a82d78;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 1px;
	}
	#showIntro a:hover,
	#showForm a:hover {
	color: #fff;
	background: #a82d78;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 0 1px;
	}


/* OPMAAK TEKST E.D. ----------------------------------------------------- */

h1 {
	font-size: 21px;
	background: transparent url('/images/basis/header.png') top left no-repeat;
	width: 960px; height: 130px;
	display: block;
	cursor: pointer;
	}
	h1 span {
	display: none;
	}
h2 {
	font-size: 18px;
	margin: 0 0 1em 0;
	}
h3 {
	font-size: 14px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #bfbfbf;
	}
p {
	margin: 1em 0 0 0;
	}

.error {
	color: #c00 !important;
	font-size: 9px;
	}
input,
input.error {
	color: #000;
	font-size: 14px;
	}
input.error {
	border-color: #c00;
	}
.errorTxt {
	color: #c00 !important;
	}
a.errorTxt:hover {
	color: #fff !important;
	background: #c00 !important;
	}

th {
	padding-right: 10px;
	}

/* FORMULIEREN ----------------------------------------------------------- */

#showForm form {
	margin: 1em 0;
	}
	
#showForm input {
	padding: 2px;
	border: 1px solid #bfbfbf;
	font-family: Arial, Helvetica, sans-serif !important;
	}
#showForm input {
	padding: 2px;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 6px;  
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;  
	}
#showForm #initial, #showForm #emablaat{
	border: 1px solid #e5e5e5 !important;
}
#showForm label {
	cursor: pointer;
	}
#showForm .radio {
	border: 0;
	}

/* GESTILEERDE BUTTONS --------------------------------------------------- */

.button_ja,
.button_nee {
	margin: 0; padding: 0 !important;
	border: none !important;
	cursor: pointer;
	width: 110px; height: 52px;
	display: block;
	float: left;
	}
.button_ja {
	background: #a82d78;
	}
.button_nee {
	background: #d9166e;
	}
.button_ja:hover {
	background: #be629a !important;
	cursor: pointer;
	}
.button_nee:hover {
	background: #e35092 !important;
	cursor: pointer;
	}


/* (SUBMIT)BUTTONS SLIDING DOORS ----------------------------------------- */

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

* html button {
	vertical-align: top;
	}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 11px 0 0; 
	margin-right: 5px;
	text-align: center; 
	background: transparent url('/images/buttons/buttons.gif') no-repeat right -100px; 
}
	
button.submitBtn span {
	padding: 0 0 0 11px; 
	height: 26px; 
	line-height: 26px; 
	background: transparent url('/images/buttons/buttons.gif') no-repeat left top; 
	color: #fff; 
	min-width: 79px;
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -150px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -50px;
}

