@charset "UTF-8";
html, body {
    font-family: Arial;
    background-color: #111111;
    font-size: 11px;
    padding: 0;
    color: #000000;
}
a, a:visited {
    color: #111111;
    text-decoration: none;
    font-weight: bold;
}
a:hover, a:active {
    color: #555555;
}
#container {
    width: 900px;
    margin: 20px auto 0 auto;
}
h1.titel {
    font-size: 18px;
    margin: 5px 0 5px 5px;
}
.titel h4 {
    font-family: 'Comic sans ms';
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
/* start tabbladen */
#tabwrap {
    float: left;
    display: block;
    width: 658px;
    padding: 1px;
    border: 5px solid #ffffff;
    background-color: #111111;
    margin-bottom: 20px;
}
#tabber {
    background-color: #111111;
    height: 22px;
}
.tabblad ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: 'Comic sans ms';
    font-size: 15px;
}
.tabblad li {
    margin: 0 1px 0 0;
    font-weight: bold;
    display: inline;
    float: left;
}
.tabblad a {
    text-decoration: none;
    padding: 0 10px 0 10px;
    background-color: #666666;
    border-bottom: 1px solid #111111;
    color: #111111;
}
.tabblad a:hover {
    background-color: #cccccc;
}
.tabblad a.current {
    background-color: #cccccc;
    border-bottom: 1px solid #cccccc;
}
#tabcontent {
    border: 8px solid #cccccc;
    background-color: #ffffff;
}
.tabcontent p {
    margin: 5px;
    font-size: 12px;
}
/* eind tabbladen */
/* start info_rechts */
#rightcontent {
    float: right;
}
#loginwrap {
    width: 200px;
    padding: 1px;
    border: 5px solid #ffffff;
    background-color: #111111;
    margin-bottom: 20px;
}
#logincontent {
    background-color: #cccccc;
    font-family: 'Comic sans ms';
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}
#loginform {
    text-align: left;
    width: 180px;
    margin-left: 5px;
    padding: 5px;
    background-color: #ffffff;
}
.loginform {
    font-weight: normal;
    font-size: 12px;
}
.loginform input {
    width: 150px;
    height: 16px;
    border: 1px solid #999999;
    background-color: #ebebeb;
    margin-bottom: 3px;
    font-family: 'Comic sans ms';
}
.loginform img {
    border: 0;
}
#portfoliowrap {
    width: 200px;
    padding: 1px;
    border: 5px solid #ffffff;
    background-color: #111111;
    margin-bottom: 20px;
}
#portfoliocontent {
    background-color: #cccccc;
    padding-bottom: 5px;
}
.randomportfoliopic {
    width: 180px;
    margin-left: 5px;
    padding: 5px;
    background-color: #ffffff;
}
.randomportfoliopic img {
    border: 0;
}
/* eind info_rechts */
/* start footer */
#footer {
    background-color: #111111;
    clear: both;
    border: 5px solid #ffffff;
    margin-bottom: 20px;
    padding: 1px;
}
#footercontent {
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    font-family: 'Comic sans ms';
    border: 5px solid #cccccc;
}
/* eind footer */
/* start preitem */
.preitemwrap {
    position: relative;
    width: 630px;
    height: 110px;
    margin: 5px;
    border: 1px solid #111111;
}
.preitempic {
    position: absolute;
    top: 5px;
    left: 5px;
}
.preitemtitel {
    position: absolute;
    top: 5px;
    left: 160px;
    width: 461px;
    background-color: #cccccc;
    padding: 2px;
}
.preitemtitel h2 {
    font-size: 13px;
    font-family: 'Comic sans ms';
    margin: 0;
    padding: 0;
}
.preitem {
    position: absolute;
    top: 25px;
    left: 160px;
}
.preitemdatum {
    position: absolute;
    top: 95px;
    left: 570px;
}
/* eind preitem */