/*-------------------------*/
/*- Ontwerp en Realisatie -*/
/*--   VormFabriek 2010  --*/
/*-------------------------*/

body {
background: #be2b2a url(../img/bg_body.gif) repeat fixed;
margin: 0;
padding: 0;
font: 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

/* Mouseovers navigatie -------------------------------------- */
#container p a:link, #container p a:visited  {
color: #e5ac3d;
text-decoration: none;
}

#container p a:hover, #container p a:active {
color: #e5ac3d;
text-decoration: underline;
}

#container { /* voor positionering in t midden + witte bg met schaduw */
position: relative;
width: 900px;
margin: 0 auto;
padding: 0 12px;
background: url(../img/bg_wit.png) repeat-y;
}

#header { /* bovenste deel incl. logo en adresgegevens */
position: relative;
height: 138px;
margin: 0;
padding: 0;
background: url(../img/toplines.gif) 0 0 no-repeat;
}

#logo {
position: absolute;
top: 15px;
left: 30px;
}

.adres {
display: block;
float: right;
position: absolute;
right: 27px;
top: 100px;
color: #c63;
font-size: smaller;
}

#banner { /* banner ----------------------------------------------*/
height: 250px;
margin-left: 24px;
}

.redirect {
padding: 90px 0 40px 30px;
color: #c63;
}


#footer { /* onderkant met afgeronde hoeken ----------------------------------------------*/
clear: both;
width: 900px;
height: 34px;
margin: -14px auto 0;
padding: 0 12px 30px;
background: url(../img/footer.png) 0 0 no-repeat;
}

