/*css voor vragen*/
@import "../pages/vragen/css/stylesheet.css";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img,  ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif, "trebuchet MS";
text-decoration: none;
background: transparent;
}

input{
margin: 0;
*margin-top: -1px;
padding: 2px;
}

img{
display: block;
}

.fout{
font-weight: bold;
color: #ff0000;
}

.goed{
font-weight: bold;
color: #66CC00;
}

html{
}

body{
background: #2482bf;
}

/*container*/
#container{
position: relative;
width: 950px;
height: 530px;
margin: 40px auto auto auto;
}

#container #left{
float: left;
width: 475px;
height: 530px;
background: url(../images/template/bg01.gif);
}

#container #right{
float: left;
width: 475px;
height: 530px;
background: url(../images/template/bg02.gif);
}

.btn_back{
position: absolute;
top: 200px;
left: -60px;
}

.btn_next{
position: absolute;
top: 200px;
right: 0;
right: -60px;
}


/*footer*/
#footer{
width: 950px;
text-align: center;
margin: 10px auto 20px auto;
color: #ffffff;
font-size:11px;
}

#footer a{
color: #ffffff;
margin: 0 10px 0 10px;
}

#footer a:hover{
text-decoration: underline;
}