﻿/**
 * IT Zeker Enquete
 * @version: $Id$
 */

body{
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
   width:80%;
   margin:0 auto 20px auto;
   background:#1A2732;
   padding-bottom:20px;
} 
 
/* General styles
*****************************************************************************/
 
#wrapper{
   background:#fff;
   width:80%;
   position:relative;
   min-height:100%;
   margin:0 auto;
   padding: 20px;
   bottom:20px;
   top:20px;
   -moz-border-radius: 10px; /* FF1+ */
   -webkit-border-radius: 10px; /* Saf3+, Chrome */
   border-radius: 10px; /* Opera 10.5, IE 9 */
}
.voortgang img{
   float:left;
}
.next{
   float:right;
}
.enqnav{
   padding:3px;
   width:150px;
}
.fotovraag{
   position:relative;
}