@charset utf-8;

/* CSS main stylesheet bewaardoos.nl */
body,html {
margin:0;
padding:0;
height:100%;
}

body {
background:#f3f3f3 url(../images/bodybg.jpg) repeat-x left top;
font:78%/150% Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
}

td {
font:100%/150% Arial, Helvetica, sans-serif;
}

a {
color:#fba91c;
text-decoration:underline;
font-weight:700;
outline:none;
}

a:hover {
color:#ef352a;
text-decoration:underline;
font-weight:700;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:4px 0;
color:#000;
font:700 130%/130% Arial, Helvetica, sans-serif;
}

p {
margin:0;
padding:4px 0 14px;
}

#maincell {
display:table;
margin:auto;
height:auto;
width:950px;
}

#header {
width:950px;
float:left;
height:117px;
}

#logo {
width:297px;
height:86px;
float:left;
}

#topad {
width:653px;
height:86px;
float:right;
text-align:right;
}

#topad img {
margin-left:4px;
border: 1px outset #fff;
margin-top: 32px;
}

#contentcell {
background:#FFF;
margin:auto;
height:auto;
width:950px;
display:table;
clear:both;
}

#ad {
height:230px;
width:920px;
padding:15px;
}

#leftcol {
width:665px;
height:auto;
min-height:500px;
float:left;
text-align:left;
}

h1.actie {
font:700 21px Tahoma, arial, Verdana;
color:#000;
background:#fba91c;
padding:12px 6px;
width:100%;
text-align:center;
margin:15px 0 30px;
}

h1.actie a {
text-decoration:none;
}

.paddingcell1 {
padding:15px;
}

span.orange {
color:#fba91c;
}

span.red {
color:#ef352a;
}

span.white {
color:#fff;
}

span.black {
color:#000;
}

.contactformtd {
width:300px;
}

#rightcol {
width:255px;
height:auto;
min-height:500px;
float:left;
padding:0 15px 15px;
text-align:left;
}

.sidebox {
border:1px solid #000;
margin-bottom:15px;
float:left;
width:253px;
}

.sideboxcontent {
padding:5px;
}

.sidebox h2,.sidebox h3,.sidebox h4 {
background:#000;
color:#FFF;
text-align:center;
margin:0;
padding:4px;
font-size:105%;
}

#footer {
width:950px;
float:left;
line-height:30px;
color:#5f6062;
text-align:center;
}

#footer a {
color:#5f6062;
font-weight:400;
text-decoration:none;
}

#footer a:hover {
color:#5f6062;
}

.contactform {
border:1px solid #CCC;
width:281px;
padding:2px;
margin-top:8px;
}

.button {
background:#fba91c;
color:#FFF;
font:700 12px Arial, Helvetica, sans-serif;
cursor:pointer;
}