@font-face { font-family: "GraublauWebBold"; font-weight: bold; src: url('../fonts/GraublauWebBold.otf'); }
body {
    background-image: url('../images/background-3.jpg');
    background-color: #000000;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: helvetica;
}
a {
    color: #990a72;
}
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "GraublauWebBold", helvetica;
    text-transform: uppercase;
    color: #990a72;
}
h1 {
    font-size: 2em;
    cursor:pointer;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
body #container {
    width: 960px;
    margin: 0 auto;
    margin-top: 25px;
}
#header {
    height: 50px;
    margin-bottom: 15px;
}
#me {
    position: relative;
    padding: 10px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    background-color: #fff;
    margin-bottom: 20px;
}
ul.nav {
    position: absolute;
    top:  40px;
    right: 10px;
    float: right;
}
.nav li {
    float: left;
    margin-left: 10px;
}
#mask {
    position: relative;
    height: 444px;
    width: 960px;
    overflow: hidden !important;
}
#content {
    height: 888px;
    width: 1920px;
    margin-left: -480px;
    margin-top: -222px;
    position: relative;
}
.whitebg {
    background-color: #fff;
}
.block {
    height: 222px;
    width: 480px;
    position: absolute;
    overflow: hidden;
}
#home {
    top: 222px;
    right: 960px;
}
#about {
    top: 222px;
    left: 960px;
}
#about .blockcontent div {
    float: left;
    width: 31%;
    margin-right: 2%;
}
#portfolio {
    top: 444px;
    right: 960px;
}
#contact {
    top: 444px;
    left: 960px;
}

.blockcontent {
    padding: 10px;
}
#form, .blockcontent address, #social {
    float: left;
}
.blockcontent address {
    line-height: 20px;
    margin-left:-50px;
}
#social {
    margin-left: 50px;
}
#social li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
}
#social li a {
    display: block;
    width: 100%;
    height: 100%;
}
#social #linkedin {
    background-image: url('../images/icons/linkedin.png');
}
#social #twitter {
    background-image: url('../images/icons/twitter.png');
}
#social #flickr {
    background-image: url('../images/icons/flickr.png');
}
#social #google {
    background-image: url('../images/icons/google.png');
}
#social #delicious {
    background-image: url('../images/icons/delicious.png');
}
#social #facebook {
    background-image: url('../images/icons/facebook.png');
}
#home, #about, #contact {
    background-color: #fff;
}
#pfkeeper {
    z-index:1;
    background-color: #fff;
    padding: 10px;
    clear: both;
    height: 394px;
    overflow:hidden;
}
.pf {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.pf .visual {
    float: left;
    width: 65%;
/*    width: 700px; */
}
.pf .ajaxvisual {
    float: left;
    width: 658px;
/*    width: 700px; */
}

.pf .visual img, .pf .ajaxvisual img {
    width: 100%;
}
.pf .content {
    float: left;
    padding: 0 10px;
    width: 25%;
/*    width: 220px; */
}
#content .navtl, #content .navtr, #content .navbr, #content .navbl {
    cursor: pointer;
}
#content h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
#content p, #content ul, #content ol {
    font-size: 80%;
    line-height: 20px;
}
.pf .content ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}
#pfnav {
    padding: 8px 10px;
}
#prev {
    width: 50%;
    float: left;
    cursor: pointer;
}
#next {
    cursor:pointer;
    float:left;
    margin-left:138px;
    padding-top:0;
    text-align:left;
    width:30%;
}
.nav a, #pfnav a {
    text-decoration: none;
}
#prev:hover, #next:hover {
    color: #0f367d;
}
#loading {
    background-color:#FFFFFF;
    background-image:url(../images/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
    display:none;
    height:414px;
    opacity:0.4;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    position:absolute;
    top:113px;
    width:960px;
    z-index:2;
}
#info {
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    margin: 20px 0;
    background-color: #fff;
    padding: 10px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center right;
}
#info h3 {
    margin-bottom: 8px;
}
address {
    font-style: normal;
    font-size: 80%;
    line-height: 16px;
}
#preload {
    display:none;
}
#form {
    width: 420px;
}
#form li {
    float: left;
}
#form li #postadres {
    margin-left: 10px;
}
input, textarea {
    width: 170px;
    border: 1px solid #990a72;
    margin-bottom: 10px;
}
textarea {
    height: 55px;
/*    height: 200px; */
    width: 351px;
}
/* potje honing voor de spammachines */
#email {
    display:none;
}



#extranav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url('../images/in_page_nav.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 78px;
    height: 36px;
    z-index: 1;
    display:block;
}
#extranav .inpagenav {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}
#extranav .inpagenav li {
    float:left;
    height:15px;
    margin-left:3px;
    margin-top:2px;
    text-indent:-9999px;
    width:35px;
}
#extranav .inpagenav li a {
    display: block;
    width: 100%;
    height: 100%;
}
#extranav .inpagenav li a.active {
    background-color:#990A72;
    height:11px;
    margin:2px 1px;
    width:32px;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
}