/*-----------------------------------------------------------------------------
Print GVB-examen Style Sheet

version:   0.4
author:    Thomas van der Burgt
email:     thomas.vdburgt@gmail.com.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
*{margin:0;padding:0;}
/* Put it back on certain elements */
p,pre,blockquote,fieldset,table{margin:1em 0;}
/* Class for clearing floats */
.clear{clear:both;}
/* Remove border around linked images */
img{border:0;}
/* Removes styling from all list items */
ul,li{list-style:none;position:relative;}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:400;}
h1{margin:0;padding:0;}


/* =Typography (Global)
-----------------------------------------------------------------------------*/
body{font:62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;}
h1{font-size:2.4em;font-variant:small-caps;}
h2{font-size:2.1em;}
h3{font-size:1.6em;}
h4{font-size:1.4em;}
p{font-size:1.1em;line-height:120%;}
.intro{font-weight:700;}
.date{color:#2198ef;}

a{color:#000}
blockquote,code{padding:0.1em 1em;background:#f2f2f2;border:0.1em dotted #6e6e6e;display:block;margin:0 0 1em;font-size:1.1em;}
blockquote{background:#DEEFF6;font-family:Georgia, "Times New Roman", Times, serif;}
code{font-size:1.2em;padding:0.5em;}


/* =Layout (Global)
-----------------------------------------------------------------------------*/
#logodiv{width:308px;height:52px;margin:0 auto;clear:both;padding:0;}
#headerdiv{display:none;}
#main-menu{display:none;}
#mid_01div{display:none;}
#mid_02div{display:none;}


#contentdiv{padding:1em 1em .5em 0em;border-top:1px solid #6e6e6e;margin-top:1em;}
#footerdiv{display:none;}
#copyrightdiv{height:18px;font-weight:700;font-variant:small-caps;font-size:8px;text-align:center;}

.imageLeft,.imgLeft{margin:1.2em 1em 0em 0;float:left;}
.imageRight,.imgRight{margin:1.2em 0 0.5em 1em;float:right;}
.imageLink{padding:0 !important;margin:0 !important;background:#fff !important;border:none !important;color:#fff !important;}


/* =Backgrounds
-----------------------------------------------------------------------------*/
#headerdiv{background:url(../images/Layout/logo.jpg);}

/* =Header
-----------------------------------------------------------------------------*/

/* =Main Nav
-----------------------------------------------------------------------------*/



/* =Mid
-----------------------------------------------------------------------------*/


/* =Forms
-----------------------------------------------------------------------------*/
fieldset{border:none;}
input[type="text"],input[type="password"],textarea{border:1px #727272 solid;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{border:1px #111 solid;}
input[type="submit"]{border:1px #727272 solid;}


/* =Tables
-----------------------------------------------------------------------------*/
table{border-spacing:0;border-collapse:collapse;}
td{text-align:left;font-weight:400;}


/* =Examen
-----------------------------------------------------------------------------*/
input[type="radio"]{float:left;display:inline;}
.categorie{font-weight:bold;display:block;float:left;}
.vraag{margin-left:1em;font-weight:bold;display:block;}
.antw{float:none;display:block;padding:0;}
