/* Start of CMSMS style sheet 'Arno homepage' */
/*  style sheet  */

body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 14px;
    background: url(/img/background.gif) repeat;
}

td {
    font-family: arial, sans-serif;
    font-size: 14px;
}

img {
    border-style: none;
}

.clear {
    clear: both;
    height: 22px;
}

#thepage {
    width: 968px; /*962*/
    margin: 0 auto;
}

#header {
    float: left;
    padding: 20px 0 0 0;
    height: 55px; /* 75-mbp */ 
    width: 250px;
}

#menu {
    float: left;
    padding: 50px 0 0 0;
    height: 25px;
    width: 710px;
}

#leftcolumn {
    float: left;
    width: 250px;
}
#content {
    float: left;
    padding-right: 20px;
    width: 460px; /* 480 - mbp */
}
#contentwide {
    float: left;
    padding-right: 0;
    width: 710px;
}
#rightcolumn {
    float:left;
    width: 230px;
}

#footer {
    clear: both;
    background: url(/img/footerbalk.gif) no-repeat;
    margin: 0 auto;
    padding: 6px 20px 0 20px;
    width: 919px; /* 959 - mbp */
    height: 38px; /*  44 - mbp */
    color: white; 
    font: 14px/14px arial, sans-serif;
    text-decoration: none;
}



/* menu stuff */

#innermenu {
    background: url(/img/menubalk.gif) no-repeat;
    padding: 5px;
    width: 710px;
    height: 20px;   /* 25 - mbp */
}

#menu ul {
    padding: 0  0 0 45px;
    margin: 0;
    list-style: none;
}

#menu li {
    display: inline;
    font: 14px/14px arial, sans-serif;
    padding: 0 15px;
}

#menu a, #menu a:visited, #menu a:hover { 
    color: white; 
    text-decoration: none;
}

#portfoliomenu {
    padding: 20px 0 30px 0;
}

#portfoliomenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#portfoliomenu li {
    padding: 0 5px;
    text-align: center;
    font: 14px/40px garamond, times, serif;
    font-weight: bold;
}

#portfoliomenu li a,
#portfoliomenu li a:hover,
#portfoliomenu li a:visited {
    text-decoration: none;
    color: black;
}

.portfolio img {
    border: 1px solid black;
}

#rightcolumn .portfolio img {
    margin: 0 5px 5px 0;
}


#footer p {
    margin: 0;
}

.overslaan {
    display: none;
}

#content .cms-guestbook-showform-button {
    padding-bottom: 14px;
}

#content .cms-guestbook-pagination {
    margin: 4px 0 8px 0;
    font-size: 80%;
    padding: 0 4px;
    background: red;
    color: white;
}
#content .cms-guestbook-pagination a, #content .cms-guestbook-pagination a:visited, #content .cms-guestbook-pagination a:hover {
    color: white;
}

#content .cms-guestbook-entry-header {
    font-size: 80%;
    border-bottom: 1px solid red;
}

#content .cms-guestbook-entry-posted {
    float: right;
}

#content .cms-guestbook-entry {

}

#content .cms-guestbook-entry-text p {
    margin: 7px 0 18px 0;
    padding: 0 20px;
}

dt {
    color: #e60206;
    padding: 16px 0 8px 0;
    font-weight: bold;
}

dd {
    margin-left: 25px;
}

.show { display: block; }
.hide { display: none; }

.portfolio a {
    background-color: red;
    border: 1px solid red;
    color: white;
    padding: 3px 5px;
    line-height: 26px;
    font-size: 11px;
    cursor: pointer;
}

.portfolio a.active {
    background-color: transparent;
    color: red;
}

/* zeer groot en rood, gecentreerd */
h4 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: red;
    margin: 0;
}
/* groot, rood en gecentreerd */
h5 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: red;
    margin: 0;
}
/* comic en gecentreerd */
h6 {
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    color: black;
    margin: 0;
}
/* End of 'Arno homepage' */

