body {
    background: url(../img/leather-pattern.png) repeat fixed;
    font-family: Arial, Helvetica;
    font-size: 0.75em;
    line-height: 1.6em;
}
img.preloadgif{
    display: none;
}
img.ldrgif{
    margin-left: 150px;
}
a {
    color: #ed207a;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
#wrapper {
    background: url(../img/bg-double-lines.png) repeat-y;
    width: 1100px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}
#header {
    background: url(../img/headerbg.png) bottom no-repeat;
    min-width: 1100px;
    min-height: 125px;
    margin-top: 15px;
    position: relative;
}
span.bottomborder{
    background: url(../img/post-bottom-border.png) no-repeat;
    min-width: 1100px;
    min-height: 36px;
    display:block;
    position:absolute;
    left: 0px;
}
/*** TOPNAV **/
ul.topnav {
    position: absolute;
    left: 600px;
    top: 40px;
}
ul.topnav a {
    display: inline-block;
    padding: 25px;
    text-indent: -1999px;
}
ul.topnav a.about {
    background: url(../img/about-icon.png) no-repeat;
    position: absolute;
}
ul.topnav a.cv {
    background: url(../img/cv-icon.png) no-repeat;
    position: absolute;
}
ul.topnav a.linkedin {
    background: url(../img/linkedin_32.png) no-repeat;
    position: absolute;
    left: 70px;
}
ul.topnav a.twitter {
    background: url(../img/twitter_32.png) no-repeat;
    position: absolute;
    left: 120px;

}
ul.topnav a.facebook {
    background: url(../img/facebook_32.png) no-repeat;
    position: absolute;
    left: 170px;
}
/*** OPENING POST **/
.opening {
    background: #fef5c8;
    border: 2px solid #82371d;
    padding: 15px 30px;
    margin-top: 5px;
    position: relative;
}
.opening h3 {
    background: url(../img/beste-bezoeker-h3.png) no-repeat;
    text-indent: -999px;
    margin-bottom: -15px;
}
.opening p {
    max-width: 685px;
    margin-bottom: 15px;
}
.opening img {
    position: absolute;
    top: 55px;
    right: 50px;
}

/*** PORTFOLIO POST **/
.post {
    background: #e1f7fd;
    border: 2px solid #82371d;
    padding: 30px 30px 20px;
    margin: 30px 0px 45px;
    position: relative;
}
.post span.bottomborder{
    bottom: -36px;
}
.post .info {
    position: absolute;
    top: 28px;
    right: 15px;
    width: 355px;
}
.post .info p {
    margin-bottom: 10px;
    color: #110938;
}
.post .info a.kop {
    font-weight:bold;
    font-size: 1.5em;
}

/*** CURRICULUM VITAE **/
div.cv {
    background: #e1f7fd;
    border: 2px solid #82371d;
    padding: 30px 30px 20px;
    margin: 5px 0px 45px;
    position: relative;
}
div.cv h3 {
    background: url(../img/cv-h3.png) no-repeat;
    text-indent: -999px;
}
div.cv img.mijnfoto{
    position: absolute;
    left: 650px;
    top: 110px;
}
div.cv table{
    margin-bottom: 20px;
}
div.cv table.full{
    width: 500px;
}
div.cv table caption {
    text-align: left;
    font-size: 1.25em;
    font-weight: bold;
    color: #c61e29;
}
div.cv table tr {
    border-bottom: 1px solid #ccc;
}
div.cv table td {
    padding-bottom: 2px;
    width: 250px;
}
div.cv .tools {
    font-size: 1.1em;
    font-weight: bold;
    width: 500px;
    text-align: right;
    margin-bottom: 15px;
}
/*** PERSOONLIJK **/
.persoonlijk {
    background: #e1f7fd;
    border: 2px solid #82371d;
    padding: 30px 30px 20px;
    margin: 5px 0px 45px;
    position: relative;
}
.persoonlijk h3 {
    font-size: 1.1em;
    margin-right: 20px;
    margin-bottom: 20px;
}
.persoonlijk img {
    margin-right: 5px;
    margin-bottom: 20px;

}
.persoonlijk p{
    margin-bottom: 20px;
}
