/* --------- body --------- */
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	color:  #8c8b8b;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}


div#capture div.wrapper
{
	position: relative;
	width: 996px;
	margin: 0px auto;
}

/* form elements */
div.label
{
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
}
div.input
{
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
}	

h3.label
{
}

h3.askquestion
{
}
	
input.textfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #4A4A4A;
	line-height: 14px;
	width: 350px;
	height: 15px;
	border: 1px solid #cccccc;
}

select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #4A4A4A;
	line-height: 14px;
	width: auto;
	height: auto;
	border: 1px solid #cccccc;
}

input.midsmalltextfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #4A4A4A;
	line-height: 14px;
	width: 120px;
	height: 15px;
	border: 1px solid #cccccc;
}
input.smalltextfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #4A4A4A;
	line-height: 14px;
	width: 175px;
	height: 15px;
	border: 1px solid #cccccc;
}

input.xsmalltextfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #4A4A4A;
	line-height: 14px;
	width: 50px;
	height: 15px;
	border: 1px solid #cccccc;
}

TEXTAREA 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #4A4A4A;
	line-height: 14px;
	width: 350px;
	height: 100px;
	border: 1px solid #cccccc;
}

label
{
 float:left;
font-weight:bold;
width:125px;
}

/* --------- header --------- */
div.headerwidthcolor
{
	background-color: #f1f1f1;
	border-top: 4px solid #e8e8e8;
}

div#header
{
	width: 996px;
	height: 81px;
}

div#header div#logo
{
	position: absolute;
	top: 0px;
	padding-top: 7px;
	padding-left: 38px;
	width: 510px;
	height: 74px;
}

div#header div#headerimage
{
	position: absolute;
	/*z-index: 1; dit is voor overlay van afbeelding*/
	top: 0px;
	left: 320px;
	width: 284px;
	height: 185px;
}

div#header div#recommended
{
	position: absolute;
	top: 0px;
	left: 530px;
	width: 236px;
	height: 74px;
}

div#header div#navheader 
{
	position: absolute;
	top: 0px;
	left: 766px;
	width: 225px;
	height: 35px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right 0;
	background-image: url('../images/layout/icon_bg.gif');
}

/* --------- content --------- */
div#content
{
	position: relative;
	padding: 40px 0 0 0;
}

br.clear
{
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

div.pagebackground
{
	height: auto;
	background-repeat: no-repeat; 
	background-position: center 0;
	background-image: url('../images/layout/background_main.png');
	background-color: #F3F3F3;
}

/* --------- footer --------- */
div#footer
{
	height: 107px;
}

div#footer div#navfooter 
{
	position: center;
	top: 0px;
	color: #4a4a4a;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	padding-left: 5px;
}

.imgfooter
{
	position: absolute;
	top: 7px;
	padding-top: 0px;
		
}
/* --------- showcolumn --------- */
body.onecolumn div#rightcolumn
{
	display: none;
}

body.onecolumn div#content div#maincolumn
{
	position: relative;
	margin: 38px 0 0 0;
}

body.twocolumn div#rightcolumn
{
	float: right;
	width: 465px;
}

body.twocolumn div#content div#maincolumn
{
	position: relative;
	width: 518px;
	margin: 38px 405px 0 0;
}

/* --------- btn --------- */
ul
{
	margin:1em 0;
	padding:0;
}

ul li
{
	display:inline;
	white-space:nowrap;	
}

#btn ul
{
	display:table;
	width:100%;
}

#btn ul li
{
	display:table-cell;
}

#btn ul li.prev
{
	float:left;
}

#btn ul li.next
{
	float:right;
} 



/* ajax */
div#cover
{
	display: none;
}
body.ajaxprogress div#cover
{
	position: fixed !important;
	position: absolute;
	display: block;
	top: 0px;
	top: expression( parseInt( document.documentElement.scrollTop || document.body.scrollTop ) );
	left: 0px;
	width: 100% !important;
	width: expression( parseInt( parentNode.offsetWidth ) );
	height: 100%;
}
div#cover div.back
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-konq-opacity: 0.5;
	filter: alpha( opacity=50 );
}
div#cover div.indicator
{
	position: absolute;
	display: block;
	margin: -50px 0 0 -150px;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 100px;
	text-align: center;
}

/* --------- message --------- */
div#message
{
	height: 20px;
}

/* --------- message error --------- */
div.error, span#error
{
	color: #ed1c24;
}

div.error a, span#error a
{
	color: #ed1c24;
}

/* --------- message info --------- */
div.info
{
	color: #39b44a;
}

input.formerror
{
	border: 1px solid #f00;
	background-color: #fee;
	height: 17px;
}
textarea.formerror
{
	border: 1px solid #f00;
	background-color: #fee;
}
div.formerror
{
	border: 1px solid #f00;
	background-color: #fee;
}

/* --------- survey --------- */
div.question
{
	float: left;
	width: 290px;
	height: 35px;
	text-align: right;
	padding: 5px 18px 5px 15px;
}

div.answer
{
	float: right;
	width: 575px;
	height: 35px;
	padding: 5px 18px 5px 15px;
}

/*.rating
{
	float: left;
	width: 58px;
	height: 35px;
	padding: 0 5px 0 15px;
	text-align: center;
}
*/
.vragen
{
	height: 45px;
	padding: 0 5px 0 15px;
	text-align: center;
}

.kop
{
	float: left;
	width: 58px;
	height: 45px;
	padding: 0 5px 0 15px;
	text-align: center;
	border: 1px solid #fff;
}

br.clear
{
	clear: both;
}

/* --------- pagelist --------- */
div.pagelist
{
	color: #357fc0;
	height: 15px;
	text-align: center;
	padding: 5px 5px 5px 15px;
	/*width: 453px;*/
	background-color: #f0f0f0;
	border: 2px solid #f0f0f0;
}

span.arrowprev
{
	width: 75px;
	margin: 5px 5px 5px 15px;
	color: #357fc0;
	cursor: default;
}

span.arrownext
{
	width: 75px;
	margin: 5px 5px 5px 15px;
	color: #357fc0;
	cursor: default;
}

span.pagelink
{
	color: #357fc0;
	margin: 5px 5px 5px 35px;
	background-color: red;
	cursor: default;
}

span.tiptitle
{
	color: #4a4a4a;
	font-weight: bold;
	padding-top: 7px;
}

p.tipcontentblue
{
	color: #3c83c3;
	padding-top: 10px;
	line-height: 15px;
	margin: 0 8px 0 0;
}

p.tipcontent
{
	padding-top: 10px;
	line-height: 15px;
	margin: 0 8px 0 0;
}
span.tipauthor
{
	color: #4a4a4a;
	font-size: 10px;
	margin-bottom: 10px;	
	
}

.alignvoorwoord
{
	padding-top: 44px;
}

/* charsleft */
span.nocharsleft 
{
	color:#D92B2C;
}

.listitem
{
	position: absolute;
	/*z-index: 1; dit is voor overlay van afbeelding*/
	width: 175px;
}

.listitembg
{
	width: 175px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E9E8E8;
	cursor: pointer;
}

.uniformfooter
{
	background-color: #E6E6E6;	
	background-position: top 0;
	background-repeat:repeat-x;
	background-image: url('../images/layout/background_footer.jpg');
	margin-top: 30px;
}

form#presurveyquestion label
{
	float: none;
	font-weight: normal;
}

div#tafpreview
{
	display: none;
}