/**
 * (c) Copyright 2012 Oxyva Webdesign Purmerend, http://oxyva.nl
 * You are not permitted, without our express written approval, to 
 * distribute or copy any part of this website. This includes 
 * content, design, scripts and images.
 *
 */

#status,#answers .button,#result-text,#restart-test-button{display:none}html,body{width:100%;height:100%;position:relative;background-color:white;margin:0}body{font-family:Arial,sans-serif;color:#003b73;font-size:1.5em}a{color:#003b73}#header,#footer,#content{display:block}#header{background-color:#0094d7;color:#003b73;overflow:auto}#header img{width:220px;float:left;border-right:4px solid white}#header h1{margin:0;font-size:1em;color:white;line-height:65px;margin-left:1em;float:left}#status{background-color:#EEE;margin-top:4px}#status h2{margin:0;padding:.5em;font-size:.8em}#progress-done{height:5px;float:left;background-color:#003b73;width:0}#content-container{min-height:100%;height:auto!important;height:100%;margin:0 auto -40px}#footer,.push{height:20px}#footer{background-color:#0094d7;color:white;bottom:0;clear:both;font-size:.7em;padding:.1em 0;text-align:center;width:100%;margin-top:1em}#footer a{color:#EEE}#question{margin:1em;font-size:1.2em;height:110px}#question p{text-align:center}#answers{float:left;margin-bottom:1em;position:relative;width:964px;left:50%;margin-left:-482px}.button{font-size:1.5em;width:150px;padding:.5em 0;font-weight:bold;margin:0 20px;float:left;color:black;background-color:#CCC;background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));background:-moz-linear-gradient(top,#eee,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE',endColorstr='#CCCCCC');text-align:center;border:2px solid #DDD;cursor:pointer;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.button:hover{background:#b7cfe5;background:-moz-linear-gradient(top,#eaf1f7,#b2c8da);background:-webkit-gradient(linear,left top,left bottom,from(#eaf1f7),to(#b2c8da));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAF1F7',endColorstr='#B2C8DA');border:2px solid #7ba0be}.button.mousedown{background:-moz-linear-gradient(top,#b2c8da,#eaf1f7);background:-webkit-gradient(linear,left top,left bottom,from(#b2c8da),to(#eaf1f7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2C8DA',endColorstr='#EAF1F7');border:2px solid #7ba0be}#results{left:50%;margin-left:-250px;position:relative;width:500px}#results .row-container{margin-bottom:1em;overflow:auto;width:500px}#results .col{float:left}#results .col.left{width:400px}#results .col.right{width:100px}.progressbar{background-color:#003b73;float:left;text-align:center;position:relative;font-size:.8em;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding-top:.2em;height:1em}#progress-container{background-color:#cddded;position:relative;height:5px}#welcome-text,#result-text{font-size:.9em;padding:0 1em 1em;line-height:1.3em}#start-test-button{left:50%;position:relative;margin-left:-160px;margin-top:1em;width:250px}#restart-test-button{left:50%;margin-left:-220px;margin-top:1em;position:relative;width:400px}@media all and (min-width:768px){#question{margin-top:300px;margin:2em;font-size:1.2em;height:110px}}@media all and (min-width:800px){.button{font-size:1em;font-weight:normal}#answers{margin-left:-390px;width:778px}}