/*css voor pages*/
@import "../pages/1/css/stylesheet.css";
@import "../pages/3/css/stylesheet.css";
@import "../pages/4/css/stylesheet.css";
@import "../pages/7/css/stylesheet.css";
@import "../pages/8/css/stylesheet.css";
@import "../pages/9/css/stylesheet.css";

/*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;
}


#gekozen_prijs{
font-weight: bold;
color: #e2007a;
font-size: 20px;
}

h1{
font-size: 24px;
font-weight: bold;
color: #a78a00;
}


h3{
font-weight: bold;
font-size: 14px;
color: #c30000;
}


img{
display: block;
}

.fout{
font-weight: bold;
color: #ff0000;
}

.goed{
font-weight: bold;
color: #66CC00;
}

html{
height: 100%;
}

body{
height: 100%;
background: url(../images/template/bg.jpg) no-repeat center top;
}

#container{
width: 980px;
margin: auto auto auto auto;
}

#header{
height: 100px;
width: 918px;
margin: auto;
padding: 0 10px;
text-align: center;
}

#header .logo{
float: left;
}

#header .doemee{
float: left;
margin: 10px 0 0 30px;
}

#content{
height: 500px;
width: 980px;
background: url(../images/template/bg_container.png);
}

#blz_links{
float: left;
height: 460px;
width: 450px;
padding: 20px;
}

#blz_rechts{
float: left;
height: 460px;
width: 450px;
padding: 20px;
}

#footer {
width: 500px;
background: url(../images/template/bg_footer.png) center no-repeat;
width: 559px;
height: 15px;
padding: 8px;
text-align: center;
margin: 20px auto auto auto;
color: #ffffff;
font-weight: normal;
font-size:11px;
text-shadow: 1px 1px 0 #000;
}

#footer a{
color: #ffffff;
margin: 0 10px;
cursor: pointer;
font-size:11px;
}

#footer a:hover{
text-decoration: underline;
}