/*standaard html onderdelen*/
body,html {
margin: 0px;
padding: 0px;
}

body {
font-family: 'Lucida Sans Unicode', 'Verdana';
font-size: 12px;
color: #452215;
background: #f1dda7 url('../images/theme/back_body.png') top center repeat-x;
}

input, select, textarea {
padding-left: 2px;
padding-right: 2px;
}

select {
font-size: 11px;
}

img {
border: 0px;
}

table {
border-collapse: collapse;
width: 100%;
}

table img {
margin: 0px;
}

table a {
background: none;
}

td{
padding: 2px;
padding-left: 5px;
padding-right: 5px;
vertical-align: top;
}

h1, h2, h3, h4, p, form {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
}

hr {
border: 0;
color: #f1a328;
background-color: #f1a328;
height: 1px;
width: 80%;
margin: 0px auto;
padding: 0px;
clear: both;
text-align: center;
}

blockquote {
padding: 0px 10px;
margin: 10px;
}

ul {
list-style-type: square;
}

/*onderhoudsmededeling*/
.maintenance-text {
background: #ffffe1;
font-size: 1.1em;
text-align: center;
padding: 4px 0px;
border-bottom: solid 1px #000;
color: #000;
}

.maintenance-text a {
color: #ff6000;
}

/*de positioning en opmaak van de onderdelen site*/
.wrap {
width: 100%;
padding: 0px;
margin: 0px;

}

div.top {
background: url('../images/theme/back_top.png') right;
width: 100%;
height: 10px;
border-bottom: solid 1px #fff;
}

.header-wrap {
height: 165px;
width: 900px;
margin: 0px auto;

}

.header {
width: 350px;
height: 175px;
padding: 0px;
cursor: pointer;
background: url('../images/theme/back_header.png') no-repeat;
float: left;
}

.header a.home {
display: block;
width: 350px;
height: 165px;
}

/*het hoofdmenu*/
.menu {
width: 550px;
float: right;
}

.menu ul.wrapper {
list-style-type: none;
padding: 0px;
margin: 0px;
float: right;

}

.menu ul.wrapper li.cat {
float: left;
border-left: solid 1px #714c2d;
}

.menu ul.wrapper ul {
list-style-type: none;
padding: 0px;
margin: 0px;
padding: 8px;
}

.menu ul.wrapper ul li a {
color: #452215;
}

.menu ul.wrapper ul li a:hover {
color: #fff;
}

.menu ul.wrapper ul li.top {
font-size: 15px;
font-weight: bold;
}

.menu ul.wrapper ul li.sub {
padding: 0px 0px 0px 3px;
}




/*de rest van het frame*/
.main-wrap {
width: 100%;
border-top: 1px dashed #fff;
}

.main {
width: 900px;
padding: 20px 0px 0px 0px;
margin: 0px auto;

}

/*general waarschuwingen*/
.general-error {
display: block;
padding: 3px 0px 3px 30px;
background: #fab9a0;
border: solid 1px #cf3d04;
margin: 0px 0px 2px 0px;
}

.general-error a {
color: #cf3d04;
}

.general-warning {
display: block;
padding: 3px 0px 3px 30px;
background: #fff8b1;
border: solid 1px #f79d00;
margin: 0px 0px 2px 0px;
}

.general-warning a {
color: #f79d00;
}

.general-info {
display: block;
padding: 3px 0px 3px 30px;
background: #e2eaf5;
border: solid 1px #88a3c9;
margin: 0px 0px 2px 0px;
}

.general-info a {
color: #88a3c9;
}

.general-error img, .general-warning img, .general-info img {
vertical-align: middle;
}

/*de pagina zelf*/
.text {
width: 570px;
float: left;
padding: 0px 0px 0px 0px;
}

/*spul op de frontpage */

/*het menuutje rechts*/
.submenu-right {
width: 275px;
float: right;
margin: 0px 0px 0px 0px;
padding: 10px 10px 0px 10px;
border: 1px dashed #fbf6eb;
background: #f1d487;
}

.submenu-right .item {
margin: 0px 0px 20px 0px;
}

.submenu-right h3 {
width: 270px;
height: 49px;
text-indent: -9999px;
margin: 0px 0px 5px 0px;
}

.submenu-right ul {
width: 270px;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}

.submenu-right ul li {
margin: 0px 4px;
padding: 10px 1px;
color: #452215;
}

.submenu-right ul li a {
color: #452215;
cursor: pointer;
display: block;
}

.submenu-right ul li a:hover {
}

.submenu-right ul li.more {
height: 20px;
padding: 3px;
}


.submenu-right ul li.more a h5 {
padding: 1px 3px;
margin: 0px 0px 6px 0px;
font-size: 13px;
line-height: 20px;
font-variant: small-caps;
font-weight: normal;
float: right;
color: #fff;
}

/*agenda*/
.submenu-right h3.agenda {
background: url('../images/theme/back_submenu_right_agenda.png') no-repeat;
}

.submenu-right ul.agenda li {
background: #f5a651;
margin: 0px 0px 5px 0px;
padding: 3px;
border: solid 1px #f8dec6;
}

.submenu-right ul.agenda li:hover {
background: #ffb26c;
}

.submenu-right ul.agenda li h5 {
color: #fff;
display: inline;
padding: 1px 3px;
margin: 0px 0px 6px 0px;
font-size: 13px;
line-height: 20px;
font-variant: small-caps;
font-weight: normal;
}

.submenu-right ul.agenda li h4 {
display: inline;
padding: 0px 3px;
font-size: 18px;
line-height: 14px;
}

.submenu-right ul.agenda li.more a h5 {
}

.submenu-right ul li.more a:hover h5 {

}

/*nieuwsbrief*/
.submenu-right h3.nieuwsbrief {
background: url('../images/theme/back_submenu_right_nieuwsbrief.png') no-repeat;
}

.submenu-right ul.newsletter li {
padding: 3px 0px;
}

.submenu-right form input {
font: 1em 'Lucida Sans Unicode', 'Verdana';
width: 238px;
padding: 2px 20px 5px 5px;
background: #f1dda7;
border: 1px solid #fff;
}

.submenu-right form input.submit {
font: 1.1em 'Lucida Sans Unicode', 'Verdana';
line-height: 20px;
font-variant: small-caps;
background: #b7c989;
border: solid 1px #60aa5d;
width: 264px;
font-weight: normal;
color: #fff;
}

/*extra*/
.submenu-right h3.extra {
background: url('../images/theme/back_submenu_right_extra.png') no-repeat;
}

.submenu-right ul.extra li {
background: #98c0bd;
margin: 0px 0px 5px 0px;
padding: 3px;
border: solid 1px #dcf5fb;
}

.submenu-right ul.extra li:hover {
background: #a8dcea;
}

.submenu-right ul.extra li a h5 {
color: #fff;
display: inline;
padding: 1px 3px;
margin: 0px 0px 6px 0px;
font-size: 13px;
line-height: 20px;
font-variant: small-caps;
font-weight: normal;
}

.submenu-right ul.extra li a h4 {
display: inline;
padding: 0px 3px;
font-size: 18px;
line-height: 14px;
}

.submenu-right ul.extra li a:hover h4 {

}

.submenu-right ul.extra li.more {
background: #82bbcb;
}

.submenu-right ul.extra li:hover.more {
background: #a8dcea;
}

/*de footer*/
.footer-wrap {
width: 100%;
margin: 0px;
padding: 0px;
}

.footer {
width: 900px;
text-align: right;
font-size: 11px;
padding: 4px 10px 3px 0px;
margin: 0px auto;
}

.footer a{
color: #ff6000;
}

.footer a:hover {
text-decoration: none;
color: #6394ce;
}

.footer img {
vertical-align: middle;
}

/*EINDE POSITIONERING*/

/*algemene zaken*/
.clear {
clear: both;
line-height: 0px;
height: 0px;
overflow: hidden;
}

.mod-today{
font-weight: bold;
}

.post-error, .selection-error {
background: #662222;
color: #fff;
text-align: center;
margin: 0px auto 10px auto;
padding: 5px 0px;
border-top: solid 1px red;
border-bottom: solid 1px red;
width: 400px;
}

.post-error img {
vertical-align: bottom;
}

.frontpage-message {
background: #333333;
color: #fff;
text-align: center;
margin: 0px auto 10px auto;
padding: 5px 0px;
border-top: solid 1px #59a4f1;
border-bottom: solid 1px #59a4f1;
width: 400px;
}

.frontpage-message img {
vertical-align: bottom;
}

ul.check-list {
list-style-type: square;
list-style-image: url('../images/check.gif');
margin: 0px 0px 0px 20px;
padding: 0px;
}

.comment {
font-size: 0.9em;
font-style: italic;
}

/*EINDE ALGEMEEN*/

/*de opmaak van de standaard pagina's*/
.content {
margin: 0px 0px 10px 0px;
padding: 0px;
line-height: 18px;
}

.content h2 {
font-size: 30px;
letter-spacing: -1px;
padding: 0px 0px 3px 0px;
margin: 10px 0px 6px 0px;
color: #452215;
font-variant: small-caps;
font-weight: bold;
}

.content h3 {
font-size: 20px;
color: #fff;
margin: 14px 0px 10px 0px;
display: inline;
line-height: 40px;
padding: 1px 5px 3px 5px;
}

.content h4 {
font-size: 16px;
color: #452215;
margin: 12px 0px 2px 0px;

font-variant: small-caps;
font-weight: bold;
}

.content a , a.content {
color: #fff;
letter-spacing: 0px;
}

.content a img {
vertical-align: bottom;
}

.content a:hover , a:hover.content{
text-decoration: none;
}

.content ul, .content ol {
margin: 10px 0px 10px 20px;
}

.content p {

}

.content img.photo {
padding: 1px;
background: #f3e3b5;
border: solid 6px #e8b856;
}

/*formulieren*/
.form-container {
margin: 20px 0px;
}

.form-container a {
color: #476e9f;
letter-spacing: 1px;
}

.form-container a:hover {
text-decoration: none;
color: #a4c22b;
}

.form-header {
margin: 6px 0px;
text-align: right;
font-style: italic;
}

.form-body ol {
list-style: none;
margin: 0px;
padding: 0px;
}

.form-body li {
padding: 3px;
clear: both;
}

.form-body label {
font-weight: bold;
}

.form-body input, .form-body select, .form-body textarea {
float: left;
font: 0.9em 'Lucida Sans Unicode', 'Verdana';
border-bottom: 1px dashed #fbf6eb;
padding: 0px 20px 2px 5px;
width: 550px;
height: 20px;
}

/*background: #fef2aa;
border-top: solid 1px #ffe346;*/
.form-body textarea {
height: 130px;
}

.form-body .comment {
float: right;
text-align: justify;

font-style: italic;
}

.form-body .table-checkbox {
border-style: none;
background-image: none;
background-color: transparent;
padding: 0px;
width: 16px;
float: left;
}

.form-body .required {
border-right: solid 4px #a4c22b; /*stolen from coda.co.za */
}

.form-body .time {
width: 40px;
margin: 0px 10px 0px 0px;
}

.form-body .date {
float: left;
margin: 0px 0px 0px 10px;
font-style: italic;
}

.form-body .date img {
margin: 0px 5px 0px 0px;
vertical-align: bottom;
}

.form-body .submit {
width: 275px;
font-weight: bold;
color: #a4c22b;
}


/*tabellen*/
.content table  {
border-collapse: collapse;
}

.content table tr td {
padding: 5px;
border-bottom: 1px dashed #fbf6eb;
}

.content table tr th {
text-align: left;
}

/*de projecten*/
table.projects a.project {
display: block;
}

table.projects a.project .project-sceenshot {
float: left;
border: solid 1px #c5d4e7;
margin: 0px 10px 0px 0px;
}

table.projects a.project .project-name{
color: #476e9f;
font-weight: bold;
font-size: 1.2em;
font-variant: small-caps;
margin: 0px 5px;
}

table.projects a:hover.project .project-name {
color: #a4c22b;
}

table.projects a.project .project-description {
font-size: 0.9em;
margin: 0px 5px;
color: #7ea6d7;
}

table.projects td.td-project {
padding: 6px;
}