/* Default stylesheet for AFM website: WeetWatJeWeet */

/******************** General elements ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #30a1dd url(../img/bg_body.png) repeat-x left top;
}

h1 {
	color: #247AA6;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.077em;
	line-height: 1.385em;
}

h1, h2, h3 {
	margin-bottom: 1em;
}

h2, h3, h4 {
	color: #765001;
}

h4 {
	font-size: 1em;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

a {
	color: #247AA6;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul,
ol {
	margin: 0 0 1em;
	padding: 0 0 0 30px;
}

ul a {
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

ul.nobullets {
	padding: 0;
}

ul.nobullets li {
	list-style: none;
}

/*________________________________________________________________________________ BASIC FORM ___*/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
}

form fieldset br {
	clear: both;
	line-height: 0;
}

form fieldset label {
	position: relative;
	display: block;
	float: left;
	width: 118px; 
	margin: 0 2em 0 0;
	color: #765001;
	font-weight: bold;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	background: #ffffff;
	color: #444444;
	width: 230px; /* 326px */
	border: 1px solid #7e9db9;
	margin: 0 0 5px 0;
}

form fieldset textarea {
	width: 233px; /* Standard input width + 3px. */
	height: 100px;
	padding: 0 0 0 3px;
}

form fieldset select {
	width: 157px; /* Standard input width + 9px. */
	height: 21px;
	padding: 1px;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset label span {	
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset input {
	float: left;
	padding: 3px 3px 0;
	height: 16px;
	background: #ffffff;
	border: 1px solid #7e9db9;
}

.button {
	width: auto;
	height: auto;
	cursor: pointer;
	float: right;
}

/******************** Page layout ***/

div.pagewrapper {
	font-size: 0.813em; /* 13px */
	line-height: 1.385em; /* 18px */
	width: 983px; /* 983 */
	margin: 1em auto;
	
}

div.header,
div.content,
div.footer {
	width: 930px;
	padding: 0 27px;
}

div.header {
	background: url(../img/bg_header_ie.png) no-repeat left top;
	/*background: url(../img/bg_header_orange.png) no-repeat left top;*/
	height: 142px;
	display: block;	
	overflow: hidden;
}

div.content {
	background: url(../img/bg_wrapper.png) repeat-y left top;
	display: inline-block;
	padding-bottom: 10px;
}

div.contentwrapper {
	background: url(../img/bg_contact.png) repeat-x left top;
	padding-top: 15px;
	/*height: 25px;*/
	display: inline-block;
	width: 930px;
}

div.footer {
	background: #30a1dd url(../img/bg_footer.png) no-repeat left bottom;
	height: 37px;
	margin-top: 0;
	width: 930px;
}

div.col_left_wide,
div.col_left,
div.col_center_left,
div.col_center_right,
div.col_right {
	float: left;
}

div.col_left_wide,
div.col_left {
	padding: 0 10px;
}

div.col_left_wide {
	width: 674px; 
	background: url(../img/bg_borderline.png) no-repeat right 40px;
}

div.col_left {
	width: 674px; /* 672 */
	background: url(../img/bg_borderline.png) no-repeat right 40px;
}

div.col_center_left {
	width: 282px;
	margin-right: 10px;
}

div.col_center_right {
	width: 382px;
}

div.col_right {
	width: 215px;
	padding-left: 12px;
	margin-left: -2px;
	background: url(../img/bg_borderline.png) no-repeat 0 40px;
}

/******************** Common styles ***/

.link {
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 20px;
	display: block;
	white-space: nowrap;
}

.readmore {
	background: url(../img/arrow_readmore.gif) no-repeat left 2px;
	padding-left: 24px;
	display: block;
	white-space: nowrap;
}

#resultsContainer .readmore {
	background: url(../img/arrow_readmore_whitebg.gif) no-repeat left 4px;
	padding-left: 18px;
}

img {
	display: block;
}

div.morelinks {
	margin-top: 2em;
	float: right;
}

div.morelinks a {
	float: left;
	margin-left: 10px;
}

div.col_left_wide h1,
div.col_left h1,
div.col_right h2 {
	margin-bottom: 1.6em;
}

div.container h3 {
	margin: 0;
}

.clear {
	clear: both !important;
	height: 0 !important;
	float: none !important;
}

/******************** Specific styles ***/

/** Header */
a.logo {
	background:url(../img/afm_logo.png) no-repeat left top;
	float: left; 
	width: 175px;
	height: 64px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 24px 0 20px 0;
}

div.header h2 {
	padding: 25px 0 0 35px;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 1.231em;
	float: left;
	display: inline-block;
	color: #330D66;
	width: 720px;
}

div.header h2 span {
	font-weight: bold;
}

/** MAINNAV **/
ul.topnav,
ul.nav {
	float: right;
}

ul.topnav li {
	margin: 15px 10px 0 0;
}

ul.topnav li a {
	color: #247AA6;
	font-weight: normal;
}

div.navigation {
	background: #330D66;
	border-bottom: 10px solid #ffffff;	
	height: 25px;
	clear: both;
	position: relative;
}

ul.mainnav {
	float: left;
	margin: 3px 0 0 10px;
	padding: 0;
}

ul.nav {
	margin: 3px 10px 0 0;
}

ul.topnav li,
ul.mainnav li,
ul.nav li {
	float: left;
	list-style: none;
}

div.navigation ul li span {
	color: #d5ecf8;
	margin: 0 5px;
}

div.navigation ul li {
	color: #d5ecf8;
	font-size: 0.923em;
	font-weight: normal;
}
div.navigation ul li a {
	color: #d5ecf8;
}

div.navigation ul li.active a {
	color: #000000;
}


/** CONTENTBLOCK **/
div.content ul.quiz_overview {	
	list-style-type: none;
	padding: 0;
	display: inline-block;
}

div.content ul.quiz_overview li {
	background: url(../img/overlay_quiz_overview.png) no-repeat top left;
	float: left;
	width: 311px;
	height: 165px;
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

div.content ul.quiz_overview li.right {
	margin-right: 0;
}

div.content ul.quiz_overview li div.container {
	font-size: 12px;
	float: left;
	padding: 0 0 0 5px;
	width: 150px;
}

div.content ul.quiz_overview li div.left {
	width: 138px;
	margin-right: 10px;
}

div.content ul.quiz_overview li div.left img {
	margin-bottom: 20px;
}

/** COL RIGHT **/
div.col_right h2 {
	color: #247AA6;
}

div.col_right div.rightblock {
	background: url(../img/overlay_rightcol.png) no-repeat left top;
	padding: 10px 10px 0 10px;
	display: block;
	margin-top: 40px;
	position: relative;
}

div.quiz div.rightblock {
	margin-top: 0;
}

div.col_right div.rightblock div.rightblock_bottom {
	background: url(../img/overlay_rightcol.png) no-repeat left bottom;
	width: 215px;
	height: 10px;
	margin-left: -10px;
	position: absolute;	
	left: 0;
	bottom: -10px;
	z-index: 9;
}

div.col_right div.info div.container {
	margin-bottom: 1.2em;
}

div.col_right div.info div.container h3,
div.col_right div.info div.container p {
	margin: 0;
}

div.col_right div.info div.container a.readmore {
	font-size: 0.923em;
	background-position: 0 0;
}

/** RESULTAAT **/
div.box {
	background: #ffffff;
	display: inline-block;
	width: 644px;
	padding: 10px;
	margin-bottom: 1em;
}

div.box div.total,
div.box div.score {
	float: left;
}

div.box div.total {
	width: 400px;
}

div.box h3 {
	color: #000000;
}

div.box a.link {
	display: inline-block;
}

div.summary {
	background: #dff0fa;
	margin-bottom: 1.4em;
	padding: 10px;
}

div.summary p {
	margin: 0;
}

div.summary p a {
	color: #765001;
	font-weight: bold;
	font-size: 1.077em;
	margin-right: 10px;
}

/** QUIZ **/
.hidden { display: none; }

#imgContainer {
	float: left;
	margin: 0 10px 0 0;
}

#appContainer {
	background: url(../img/bg_borderline.png) no-repeat left top;
	float: left;
	width: 438px;
	padding: 0 0 20px 12px; 
}

#appContainer h3 {
	color: #247AA6;
}

#appContainer div.quiz_answers {
	background: url(../img/overlay_quiz_answers.png) no-repeat left top;
	width: 400px;
	position: relative;
	padding: 20px 15px 0 15px;
	z-index: 1;
}

#appContainer div.quiz_answers_bottom {
	background: url(../img/overlay_quiz_answers.png) no-repeat left bottom;
	height: 10px;
	width: 430px;
	position: absolute;
	bottom: -10px;
	left: 0;
}

#appContainer ul.answers {
	padding: 0;	
}

#appContainer ul.answers li {
	padding: 0 0 5px 0;
	list-style: none;
}

#appContainer ul.answers li a {
	display: inline-block;
	padding: 4px 0 10px 40px;
}

#appContainer ul.answers li.answer-a a {
	background: url(../img/list_type_question_a.png) no-repeat left top;
}

#appContainer ul.answers li.answer-b a {
	background: url(../img/list_type_question_b.png) no-repeat left top;
}

#appContainer ul.answers li.answer-c a {
	background: url(../img/list_type_question_c.png) no-repeat left top;
}

#appContainer p#result {
	color: #247AA6;
	font-weight: bold;
}

#appContainer p.false,
#appContainer p.true {
	height: 28px;
	padding: 4px 0 0 35px;
}

#appContainer p.false {
	background: url(../img/icons_false.png) no-repeat left 0;
}

#appContainer p.true {
	background: url(../img/icon_true.png) no-repeat left top;
}

a.getResults {
	display: block;
}

div.quizlist {
	padding: 	
}

ul#quiz-list {
	/* display: table; */
	padding: 0;
	clear: both;
	overflow: hidden;
}

ul#quiz-list li {
	background: url(../img/icons_questions.png) no-repeat 0 0;
	height: 28px;
	width: 36px;
	float: left;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	margin: 3px 3px 0 0;
	display: inline-block;
	padding: 8px 0 0 0;
	position: relative;
}

ul#quiz-list li.true,
ul#quiz-list li.false,
ul#quiz-list li.current {
	padding: 0;
	height: 36px;
	display: table-cell;
	vertical-align: middle;	
}

ul#quiz-list li a {
	background: url(../img/icons_questions.png) no-repeat 0 -8px;
	color: #ffffff;
	display: table-cell;
	padding-top: 9px;
	height: 28px;
	width: 36px;
}

ul#quiz-list li.current {
	background: url(../img/icon_question_current.png) no-repeat 0 0;
	padding-top: 9px;
	font-weight: bold;
	display: inline-block;
	height: 27px;
	
}

ul#quiz-list li.current a {
	background: url(../img/icons_questions.png) no-repeat -108px 0px;
	
	position: absolute;
	left: 0;
	top: 0;	
}

ul#quiz-list li.true a,
ul#quiz-list li.false a {	
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
}

ul#quiz-list li.true a {
	background-position: -36px -0;
}

ul#quiz-list li.false a {
	background-position: -72px -0;
}

ul#quiz-list li a:hover {
	text-decoration: none;
}

p.nav-link {
	margin: 15px 0 0;
}

a.getNext,
a.getResults {
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 20px;
	display: block;
}

/**** RESULTS ****/
div.resultscontainer {
	background: url(../img/overlay_results.png) no-repeat left top;
	width: 652px;
	position: relative;
	display: inline-block;
	padding: 10px 10px 0 10px
}

div.resultscontainer_bottom {
	background: url(../img/overlay_results.png) no-repeat left bottom;	
	position: absolute;
	height: 10px;
	width: 672px;
	left: 0;
	bottom: -10px;
}

div#resultsContainer h2,
div.resultscontainer h3 {
	color: #000000;
}

div#resultsContainer h2 {
	margin: 0;
}

div.resultscontainer div.total {
	float: left;
	margin-right: 30px;
}

div.resultscontainer div.scores {
	float: left;
}

div.resultscontainer div.scores h3 {
	font-weight: normal;
	color: #247AA6;
	margin: 0;
}

div.resultscontainer div.scores span.elScoreNL,
div.resultscontainer div.scores span.elMyScore {
	font-weight: bold;
	margin-top: -2px;
}

div.resultscontainer div.scores div.score_indicator,
div.resultscontainer div.scores div.my_score_indicator
 {
	background: url(../img/SubScoreBalk_filler_vert.gif) repeat-x left top;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	overflow: hidden;
	height: 15px;
}

div.cat-scores {
	background: url(../img/overlay_catscores.png) no-repeat left 15px;
	width: 652px;
	height: 70px;
	display: inline-block;
	padding: 5px 10px 15px 10px;
	margin-bottom: 10px;
}

div.cat-scores p {
	margin-bottom: 3px;
}

div.cat-scores p a {
	color: #765001;
	margin-right: 5px;
	font-size: 14px;
}

div.quiz_indicator_container {
	background: url(../img/piggy.png) no-repeat left 0;
	width: 195px;
	height: 147px;
	position: relative;
	display: inline-block;
	z-index: 99;
}

div.quiz-list-result div.quiz_indicator_container {
	background: url(../img/piggy_bank.png) no-repeat left 0;
}

div.indicator {
	background: url(../img/quiz_indicator.png) no-repeat left 0;
	width: 29px;
	height: 142px;
	position: absolute;
	left: 15px;
	bottom: 5px;
}

div.indicator div.indicator_inner {
	width: 15px;
	height: 128px;
	display: inline-block;
	position: absolute;
	bottom: 7px;
	left: 7px;
	overflow: hidden;
	z-index: 10;
}

div.indicator span {
	background: url(../img/quiz_indicator_filler.png) no-repeat left 0;
	width: 15px;
	height: 128px;
	position: absolute;
	bottom: -50%; /* vb 50% goed is bottom -50% */
	left: 0;
	z-index: 100;
}

div.quiz-list-result div.indicator {
	display: none;
}

p.elMyPercentage,
p#percentage  {
	color: #247AA6;
	font-weight: bold;
	line-height: 20px;
	height: 30px;
}

