/*standaard html onderdelen*/
body,html {
margin: 0px;
padding: 0px;
}

body {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Verdana';
font-size: 14px;
color: #3d3d3d;
}

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;
}

.header-wrap {
width: 100%;
height: 105px;
background: #fff url('../images/theme/back_header_wrap.png') repeat-x bottom;
}

.header {
width: 800px;
height: 105px;
padding: 0px;
margin: 0px auto;
background: url('../images/theme/back_header.png');
cursor: pointer;
}

/*het hoofdmenu*/
.menu-wrap {
margin: 0px;
padding: 0px;
width: 100%;
height: 120px;
}

.menu {
width: 800px;
margin: 0px auto;
padding: 0px;
}

.menu ul {
list-style-type: none;
margin: 0px auto;
padding: 0px 7px;
}

.menu ul li {
float: left;
margin: 0px 0px;
}

.menu ul li a {
display: block;
height: 118px;
width: 262px;
}

.menu ul li a:hover {
height: 118px;
}

/*de rest van het frame*/
.main-wrap{
width: 100%;
}

.main {
width: 800px;
padding: 10px 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 {
padding: 20px 0px 0px 0px;
}


/*het submenu bovenaan*/
.submenu-top-wrap {
width: 100%;
height: 30px;
}

.submenu-top {
width: 775px;
height: 30px;
margin: 0px auto;
}

.submenu-top ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

.submenu-top ul li {
margin: 0px;
float: left;
}

.submenu-top ul li a {
height: 25px;
display: block;
}

.submenu-top ul li a.home {
width: 73px;
}

.submenu-top ul li a.contact {
width: 87px;
}

.submenu-top ul li a.about {
width: 90px;
}

.submenu-top ul li a.vacatures {
width: 92px;
}

/*de footer*/
.footer-wrap {
width: 100%;
margin: 30px 0px 0px 0px;
padding: 0px;
}

.footer {
width: 800px;
text-align: center;
font-size: 11px;
padding: 4px 10px 3px 0px;
margin: 0px auto;
}

.footer .dot {

width: 4px;
height: 4px;
}

.footer a{
color: #3d3d3d;
font-weight: bold;
}

.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;
padding: 0px;
line-height: 18px;
}

.content h2 {
font-size: 22px;
letter-spacing: -1px;
padding: 0px 0px 3px 0px;
margin: 10px 0px 6px 0px;
font-weight: bold;
}

.content h3 {
font-size: 18px;
letter-spacing: -1px;
margin: 14px 0px 2px 0px;
font-weight: bold;
}

.content h4 {
font-size: 16px;
margin: 12px 0px 2px 0px;
font-weight: bold;
}

.content h5 {
font-size: 14px;
margin: 6px 0px 2px 0px;
font-weight: bold;
}

.content a , a.content {
text-decoration: underline;
}

.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 {
text-indent: 0px;
}


/*de reacties*/
h3.reaction {
margin: 2px 0px -7px 0px;
font-size: 20px;
}

.reaction-links {
margin: -3px 0px 10px 0px;
}

.reaction-container {
clear: both;
margin: 0px 0px 20px 0px;
}

.reaction-header h2 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: right;
font: 1.4em 'Helvetica', 'Arial', 'Verdana';
letter-spacing: -1px;
border-bottom: solid 1px #ffe346;
}

.reaction-header h2 a {
color: #6394ce;
}

.reaction-header h2 a:hover {
text-decoration: none;
color: #0257ad;
}

.reaction-header h2 a.own {
color: green;
}

.reaction-header h2 .count-number {
color: #ff6000;
font-size: 1.3em;
}

.reaction-header h2 .count-divider {
margin: 0px 0px 0px 2px;
}

.reaction-header h2 .count-total {
color: #ff9600;
}

.reaction-name {
font: 1.2em 'Lucida Sans Unicode', 'Verdana';
font-variant: small-caps;
clear: both;
margin: 0px 0px 0px 10px;
display: block;
color: #6394ce;
}

.reaction-name a {
font-weight: bold;
color: #ff6000;
}

.reaction-name a:hover {
color: #6394ce;
}

.reaction-body img.gravatar {
border: solid 2px #ffe346;
float: left;
width: 50px;
height: 50px;
margin: 3px 20px 10px 0px;
}

.reaction-body p {
margin: 0px 0px 5px 80px;
}

.reaction-footer {
padding: 0px 5px 2px 0px;
text-align: right;
font: 0.9em 'Lucida Sans Unicode', 'Verdana';
font-variant: small-caps;
margin: 0px 0px;
background: #fff3b6;
border-top: solid 1px #ffe346;
border-bottom: solid 1px #ffe346;
}

.reaction-footer a {
color: #ff6000;
letter-spacing: 1px;
}

.reaction-footer a:hover {
text-decoration: none;
color: #6394ce;
border-bottom: dashed 1px #ff6000;
}

/*de eerdere reacties*/
.earlier-reactions-container {
margin: 0px 0px 0px 0px;
}

.earlier-reactions-body .stats {
margin: 20px 0px 0px 0px;
padding: 0px 5px 2px 5px;
background: #fff3b6;
border-top: solid 1px #ffe346;
border-bottom: solid 1px #ffe346;
font: 0.9em 'Lucida Sans Unicode', 'Verdana';
}

.earlier-reactions-body .reaction {
margin: 5px 0px 0px 10px;
padding: 0px 5px;
border-left: solid 2px #007fff;
}

/*de opmaak van alle items*/
.item-header h2 {

letter-spacing: -2px;

margin: 0px;
}

.item-header .stats {
font: 1.0em 'Lucida Sans Unicode', 'Verdana';
font-variant: small-caps;
margin: 0px;
margin: -2px 0px 10px 0px;
background: url('../images/back_frontpage_news_body.gif') no-repeat bottom left; /*stolen from http://www.triplecrowncs.com/ */
padding: 0px 0px 5px 0px;
}

.item-header a {
color: #476e9f;
letter-spacing: 1px;
}

.item-header a:hover {
text-decoration: none;
color: #a4c22b;
}

.item-body {
padding: 0px 0px 30px 0px;
}

.item-body a {
color: #476e9f;
letter-spacing: 1px;
}

.item-body a:hover {
text-decoration: none;
color: #a4c22b;
}

.item-body ul, .item-body ol {
margin: 10px 0px 10px 20px;
}

.next-prev {
margin: 10px 0px;
width: 500px;
clear: both;
display: block;
}

.next-prev .prev{
float: left;
}

.next-prev .next{
float: right;
}

.item-footer {
padding: 1px 5px 2px 0px;
margin: 10px 0px;
text-align: right;
font: 1.1em 'Lucida Sans Unicode', 'Verdana';
font-variant: small-caps;
clear: both;
display: block;
}

.item-footer a {
color: #476e9f;
letter-spacing: 1px;
}

.item-footer a:hover {
text-decoration: none;
color: #a4c22b;
}

/*tabellen*/
.table-body .comment {
font-size: 0.8em;
}

.table-body tr {
margin: 0px 0px 1px 0px;
}

.table-body h3 {
margin: 10px 0px 0px 0px;
font-size: 1.5em;
color: #6394ce;
}

.table-body a {
color: #476e9f;
background: none;
letter-spacing: 1px;
}

.table-body a img {
vertical-align: bottom;
}

.table-body a:hover {
text-decoration: none;
color: #a4c22b;
}

.tr-header td, .tr-footer td {
background: #fef2aa;
border-top: solid 1px #ffe346;
border-bottom: solid 1px #ffe346;
font: 1.1em 'Lucida Sans Unicode', 'Verdana';
font-variant: small-caps;
}

.tr-even td, .tr-odd td, .tr-over td {
padding: 2px 3px;
font-size: 0.9em;
color: #7ea6d7;
border-bottom: solid 1px #d5e2f2;
}

.tr-even td, .tr-odd td {
background: #e2eaf5;
}

.tr-over td {
background: #ecf1f8;
}

/*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;
}
