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

body {
font-family: 'Lucida Sans Unicode', 'Verdana';
font-size: 13px;
color: #3d3d3d;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: 100%;
background: #c1d4ec;
}

input, select, textarea {
padding-left: 2px;
padding-right: 2px;
}

select {
font-size: 11px;
}

textarea{
background-image: none;
}

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 {
background: #fff5c2;
padding: 0px 10px;
border-top: solid 3px #ff6000;
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;
background: #d5e2f2;
}

.header-wrap {
width: 100%;
height: 124px;
background: url('../images/back_header_wrap.png');
border-bottom: solid 3px #a4c22b;
}

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


/*het hoofdmenu*/
.menu-wrap {
margin: 0px;
padding: 0px;
width: 100%;
height: 44px;
background: url('../images/back_menu_wrap.png') repeat-x;
}

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

.menu ul {
list-style-type: none;
margin: 0px 10px 0px 0px;
padding: 0px;
float: right;
}

.menu ul li {
float: left;
}

.menu ul li a {
display: block;
height: 32px;
margin-left: 5px;
}

/*home*/
.menu ul li a.home {
background: url('../images/back_menu_home.png') no-repeat;
width: 73px;
}

.menu ul li a.home:hover {
background: url('../images/back_menu_home_hover.png');
width: 73px;
height: 42px;
}

.menu ul li a.home-selected {
background: url('../images/back_menu_home_active.png');
width: 73px;
height: 44px;
}

/*portfolio*/
.menu ul li a.portfolio {
background: url('../images/back_menu_portfolio.png') no-repeat;
width: 94px;
}

.menu ul li a.portfolio:hover {
background: url('../images/back_menu_portfolio_hover.png');
width: 94px;
height: 42px;
}

.menu ul li a.portfolio-selected {
background: url('../images/back_menu_portfolio_active.png');
width: 94px;
height: 44px;
}

/*contact*/
.menu ul li a.contact {
background: url('../images/back_menu_contact.png') no-repeat;
width: 84px;
}

.menu ul li a.contact:hover {
background: url('../images/back_menu_contact_hover.png');
width: 84px;
height: 42px;
}

.menu ul li a.contact-selected {
background: url('../images/back_menu_contact_active.png');
width: 84px;
height: 44px;
}

/*nieuws*/
.menu ul li a.news {
background: url('../images/back_menu_news.png') no-repeat;
width: 84px;
}

.menu ul li a.news:hover {
background: url('../images/back_menu_news_hover.png');
width: 84px;
height: 42px;
}

.menu ul li a.news-selected {
background: url('../images/back_menu_news_active.png');
width: 84px;
height: 44px;
}

/*over*/
.menu ul li a.about {
background: url('../images/back_menu_about.png') no-repeat;
width: 61px;
}

.menu ul li a.about:hover {
background: url('../images/back_menu_about_hover.png');
width: 61px;
height: 42px;
}

.menu ul li a.about-selected {
background: url('../images/back_menu_about_active.png');
width: 61px;
height: 44px;
}

/*admin*/
.menu ul li a.admin {
background: url('../images/back_menu_admin.png') no-repeat;
width: 71px;
}

.menu ul li a.admin:hover {
background: url('../images/back_menu_admin_hover.png');
width: 71px;
height: 42px;
}

.menu ul li a.admin-selected {
background: url('../images/back_menu_admin_active.png');
width: 71px;
height: 44px;
}


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

.main {
width: 800px;
padding: 0px 0px 0px 0px;
margin: 0px auto;

}

/*de pagina zelf*/
.text {
width: 510px;
float: left;
padding: 20px 0px 0px 15px;
}

/*spul op de frontpage */
/*about*/
.frontpage-about {
width: 500px;
}

.frontpage-about .quote{
margin: 0px 0px 1px 0px;
background: #e2eaf5 url('../images/back_frontpage_quote.png') no-repeat;
display: block;
height: 111px;
}

.frontpage-about a {
background: #e2eaf5;
display: block;
padding: 3px;
color: #7ea6d7;
margin: 0px 0px 1px 0px;
}

.frontpage-about a .subject {
color: #476e9f;
font-weight: bold;
font-size: 1.1em;
font-variant: small-caps;
margin: 0px 5px;
}

.frontpage-about a:hover {
background: #ecf1f8;
}

.frontpage-about a:hover .subject {
color: #a4c22b;
}

.frontpage-about a.more {
text-align: right;
}

/*projecten*/
.frontpage-projects  {
width: 500px;
margin: 20px 0px 0px 0px;
}

.frontpage-projects h3 {
margin: 0px 0px 1px 0px;
display: block;
height: 38px;
background: url('../images/back_frontpage_projects.png') center left no-repeat;
}

.frontpage-projects ul {
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
width: 500px;
}

.frontpage-projects ul li {
margin: 0px;
}

.frontpage-projects ul li a.frontpage-project {
background: #e2eaf5;
display: block;
color: #7ea6d7;
padding: 3px;
margin: 0px 0px 1px 0px;
}

.frontpage-projects ul li a.frontpage-project .subject {
color: #476e9f;
font-weight: bold;
font-size: 1.1em;
font-variant: small-caps;
margin: 0px 5px;
}

.frontpage-projects ul li a:hover.frontpage-project {
background: #ecf1f8;
}

.frontpage-projects ul li a:hover.frontpage-project .subject {
color: #a4c22b;
}

.frontpage-projects ul li a.frontpage-project .name {
font-size: 1.3em;
}

.frontpage-projects ul li a.frontpage-project .description {
font-size: 0.9em;
margin: 0px 5px;
}

.frontpage-projects ul li a.frontpage-project .description a {
display: inline;
}

.frontpage-projects ul li a.more {
text-align: right;
}

.frontpage-project-screenshot {
margin: 6px 6px 6px 6px;
border: solid 1px #c5d4e7;
width: 480px;

}

/*het menuutje rechts*/
.submenu-right {
width: 240px;
float: right;
margin: 10px 10px 30px 0px;
}

.submenu-right .frontpage-news, .submenu-right .frontpage-weblogs, .frontpage-contact {
margin: 0px 0px 15px 0px;
}

.submenu-right h3 {
margin: 0px 0px 1px 0px;
display: block;
height: 36px;
}

.submenu-right .frontpage-news h3 {
background: url('../images/back_submenu_news.png') no-repeat;
}

.submenu-right .frontpage-weblogs h3 {
background: url('../images/back_submenu_weblog.png') no-repeat;
}

.submenu-right .frontpage-contact h3 {
background: url('../images/back_submenu_contact.png') no-repeat;
}

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

.submenu-right ul li a {
background: #e2eaf5;
display: block;
color: #7ea6d7;
padding: 3px;
margin: 0px 0px 1px 0px;
width: 234px;
}

.submenu-right ul li a.more {
text-align: right;
}

.submenu-right ul li a img.icon {
vertical-align: bottom;
margin: 0px 0px 0px 5px;
}

.submenu-right ul li a:hover {
background: #ecf1f8;
}

.submenu-right ul li a .subject {
color: #476e9f;
font-weight: bold;
font-size: 1.0em;
margin: 0px 5px;
font-variant: small-caps;
}

.submenu-right ul li a:hover .subject {
color: #a4c22b;
}

.submenu-right ul li a .date {
font-size: 0.9em;
margin: 0px 5px;
}

.submenu-right ul li a.phone {
height: 25px;
background: #e2eaf5 url('../images/submenu_phone.png') left no-repeat;
padding: 7px 0px 0px 35px;
width: 205px;
cursor: default;
}

.submenu-right ul li a:hover.phone {
background: #ecf1f8 url('../images/submenu_phone_hover.png') left no-repeat;
}

.submenu-right ul li a.vcard {
height: 25px;
background: #e2eaf5 url('../images/submenu_vcard.png') left no-repeat;
padding: 7px 0px 0px 35px;
width: 205px;
}

.submenu-right ul li a:hover.vcard {
background: #ecf1f8 url('../images/submenu_vcard_hover.png') left no-repeat;
}

.submenu-right ul li a.linkedin {
height: 25px;
background: #e2eaf5 url('../images/submenu_linkedin.png') left no-repeat;
padding: 7px 0px 0px 35px;
width: 205px;
}

.submenu-right ul li a:hover.linkedin {
background: #ecf1f8 url('../images/submenu_linkedin_hover.png') left no-repeat;
}

.submenu-right ul li a.skype {
height: 25px;
background: #e2eaf5 url('../images/submenu_skype.png') left no-repeat;
padding: 7px 0px 0px 35px;
width: 205px;
}

.submenu-right ul li a:hover.skype {
background: #ecf1f8 url('../images/submenu_skype_hover.png') left no-repeat;
}

.submenu-right .frontpage-contact-form {
width: 220px;
padding: 10px;
margin: 0px;
background: #e2eaf5;
color: #7ea6d7;
}

.submenu-right .frontpage-contact-form .comment {
font-size: 0.9em;
}

.submenu-right .frontpage-contact-form ul {
list-style: none;
padding: 0px;
margin: 0px;
width: 200px;
}

.submenu-right .frontpage-contact-form ul li {
width: 200px;
}

.submenu-right .frontpage-contact-form label {
color: #476e9f;
font-weight: bold;
font-size: 1.1em;
font-variant: small-caps;
}

.submenu-right .frontpage-contact-form .form-body input, .submenu-right .frontpage-contact-form .form-body textarea {
width: 210px;
margin: 0px;
padding: 0px;
float: left;
}

/*de footer*/
.footer-wrap {
width: 100%;
background: #c1d4ec;
border-top: solid 1px #a8c3e3;
margin: 0px;
padding: 0px;
}

.footer {
width: 800px;
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;
line-height: 30px;
letter-spacing: -1px;
padding: 0px 0px 3px 0px;
margin: 10px 0px 6px 0px;
color: #476e9f;
font-variant: small-caps;
font-weight: bold;
}

.content h3 {
font-size: 20px;
line-height: 20px;
color: #476e9f;
margin: 14px 0px 2px 0px;
font-variant: small-caps;
font-weight: bold;
}

.content h4 {
font-size: 16px;
line-height: 16px;
color: #476e9f;
margin: 12px 0px 2px 0px;
font-variant: small-caps;
font-weight: bold;
}

.content a , a.content {
color: #476e9f;
letter-spacing: 1px;
}

.content a img {
vertical-align: bottom;
}

.content a:hover , a:hover.content{
text-decoration: none;
color: #a4c22b;
}

.content ul, .content ol {
margin: 10px 0px 10px 20px;
}

.content p {
text-indent: 0px;
}

/*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;
background: #e9edf8;
font: 0.9em 'Lucida Sans Unicode', 'Verdana';
border: solid 1px #c5d4e7;
padding: 0px 5px 2px 5px;
width: 490px;
}
/*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: 200px;
font-weight: bold;
color: #a4c22b;
}

/*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: #ecf1f8;
padding: 5px;
border-bottom: solid 1px #d5e2f2;
color: #476e9f;
font-weight: bold;
}

.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;
padding: 5px;
}

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

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

ul.project-data {
list-style-type: none;
margin: 0px;
padding: 0px;
}

ul.project-data li {
background: #e2eaf5;
margin: 1px 0px 0px 0px;
overflow: hidden;
padding: 5px;
}

ul.project-data li .description {
width: 110px;
float: left;
color: #476e9f;
font-weight: bold;
font-size: 1.0em;
font-variant: small-caps;
}

ul.project-data li .data {
width: 390px;
float: right;
}