body {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
font-size: medium;
margin: 15px;
background-image: url("images/background.png");
background-position: top center;
background-repeat: repeat;
}

div.maincontainer {
position: relative;
left: 50%;
top: 0px;
margin-left: -480px;
width: 960px;
}

div.header {
position: relative;
width: 958px;
height: 140px;
background-image: url("images/header.png");
background-position: 10px 10px;
background-repeat: no-repeat;
background-color: #FFFFFF;
border: 1px solid #808080;
}

div.menucontainer {
position: relative;
width: 958px;
background-color: #FFFFFF;
border: 1px solid #808080;
border-top: none;
}

div.menu {
position: relative;
float: left;
width: 150px;
margin: 10px;
margin-right: 0px;
}

div.contentcontainer {
position: relative;
float: right;
width: 750px;
margin: 10px;
margin-left: 0px;
border: 1px solid #808080;
}

div.contenttitle {
position: relative;
padding: 10px;
padding-top: 5px;
height: 25px;
width: 730px;
border-bottom: 1px solid #808080;
background-color: #e0e0e0;
background-image: url("images/footerbackground.png");
background-position: right center;
background-repeat: no-repeat;

font-size: x-large;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333333;
}

div.content {
position: relative;
width: 730px;
padding: 10px;
}

div.contentclear {
clear: both;
}

div.footer {
position: relative;
width: 958px;
height: 40px;
border: 1px solid #808080;
border-top: none;
background-color: #e0e0e0;
background-image: url("images/footerbackground.png");
background-position: left center;
background-repeat: no-repeat;
}
span.footercontent {
position: relative;
float: left;
margin-left: 70px;
margin-top: 10px;
}
span.jvw {
position: relative;
float: right;
color: #333333;
font-size: x-small;
margin-right: 10px;
margin-top: 20px;
}

/* menu style start here */
div.menu ul.menu {
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
margin: 0px;
padding: 0px;
}
div.menu ul.menu li a, div.menu ul.menu li a:visited {
display: block;
width: 150px;
height: 40px;
line-height: 40px;
color: #dddddd;
text-decoration: none;
margin-bottom: 12px;
background-color: #db7626;
background-image: url("images/button.png");
background-position: 0 0;
background-repeat: no-repeat;
}
div.menu ul.menu li a:hover {
background-image: url("images/button.png");
background-position: -150px 0;
background-repeat: no-repeat;
}
/* menu style end */

/* general style start */

div.footer a, div.footer a:visited {
color:#000000;
text-decoration: underline;
}
div.footer a:hover {
text-decoration: none;
}
/* general style end */




/* Content style start here */
div.content h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-large;
color: #db7626;
margin-top: 10px;
margin-bottom: 5px;
}
div.content h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: large;
font-weight: bold;
color: #db7526;
margin-top: 10px;
margin-bottom: 5px;
}
div.content h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: large;
font-weight: bold;
color: #333333;
margin-top: 10px;
margin-bottom: 5px;
}

div.content p {
margin-top: 5px;
margin-bottom: 20px;
}

div.content a, div.content a:visited {
color: #333333;
text-decoration: underline;
}
div.content a:hover {
color: #db7526;
text-decoration: none;
}

div.content p.border {
border: 1px solid #333333;
padding: 10px;
}
div.content p.error {
border: 1px dashed #ad220b;
padding: 10px;
}
div.content p.success {
border: 1px dashed #00a508;
padding: 10px;
}
/* Content style end */

/* cms-module specific style start */
hr.articledbresultlist {
border: none;
height: 1px;
color: #db7626;
background: #db7626;
margin-top: 2px;
margin-bottom: 2px;
}
hr.guestbook_spacer {
border: none;
height: 1px;
color: #db7626;
background: #db7626;
margin-top: 2px;
margin-bottom: 2px;
}
hr.news_spacer {
border: none;
height: 1px;
color: #db7626;
background: #db7626;
margin-top: 2px;
margin-bottom: 2px;
}
/* cms-module specific style end */


/* advertisement style */
a.abox {
display: block;
position: relative;
float: left;
left: 0;
top: 0;
margin: 0;
margin-right: 10px;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #808080;
}
img.abox {
border: none;
}

/* end advertisement style */


/*mail form style start */
table.form {
width: 100%;
border-collapse: collapse;
margin-top: 5px;
}
table.form td {
padding: 2px;
margin: 0px;
}
table.form td.error {
background-color: #ad220b;
color: #FFFFFF;
font-weight: bold;
}
table.form td.error small {
font-weight: normal;
}
td.error input {
border-color: #ad220b;
}
fieldset {
padding: 5px;
padding-top: 0px;
}



form.mail input.naam {
border-color: #1775ac;
width: 250px;
}
form.mail input.email {
border-color: #1775ac;
width: 250px;
}
form.mail input.overig {
border-color: #00a508;
width: 250px;
}
form.mail input.straat {
border-color: #00a508;
width: 250px;
margin-right: 5px;
}
form.mail input.nummer {
border-color: #00a508;
width: 50px;
}
form.mail input.postcode {
border-color: #00a508;
width: 100px;
margin-right: 5px;
}
form.mail input.plaats {
border-color: #00a508;
width: 200px;
}
form.mail input.telefoon {
border-color: #00a508;
width: 150px;
}
form.mail input.onderwerp {
border-color: #1775ac;
width: 400px;
}
form.mail textarea.bericht {
border-color: #1775ac;
width: 400px;
height: 200px;
}

form.mail input.huidigewebsite {
border-color: #1775ac;
width: 200px;
}
form.mail select.aantalpaginas {
border-color: #1775ac;
}
form.mail textarea.offerte {
border-color: #00a508;
width: 500px;
height: 100px;
}
form.mail input.straat_offerte {
border-color: #1775ac;
width: 250px;
margin-right: 5px;
}
form.mail input.nummer_offerte {
border-color: #1775ac;
width: 50px;
}
form.mail input.postcode_offerte {
border-color: #1775ac;
width: 100px;
margin-right: 5px;
}
form.mail input.plaats_offerte {
border-color: #1775ac;
width: 200px;
}