@charset "utf-8";
/* CSS Document */

html, body {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 margin:0;
 padding:0;
 color:#fff;
 line-height:20px;
 background:url('../images/background.jpg') fixed;
 margin-bottom:20px;
}

.container {
 position:absolute;
 width:960px;
 min-height:100%;
}

*html .container {
 height:100%;
}

.binnenkort {
 position:absolute;
 top:210px;
 left:30px;
 width:150px;
 height:114px;
}

.still {
 position:absolute;
 width:150px;
 height:114px;
 top:23px;
 left:750px;
}

.logo {
 background:url('../images/logo.png');
 position:absolute;
 top:10px;
 left:10px;
 width:170px;
 height:170px;
 float:left;
 margin:10px;
}

.slogan {
 position:absolute;
 left:200px;
 top:75px;
 float:left;
 width:540px;
 height:60px;
 background:url('../images/slogan.png');
}

.block {
 float:left;
 width:400px;
 padding:10px;
 border:solid 1px #39b54a;
 background:url('../images/bg_block.png');
 margin-bottom:10px;
}
.block a {
 font-weight:bold;
 color:white;
 text-decoration:none;
}
.block a:hover {
 text-decoration:underline;
}

.blockOranje {
 float:left;
 width:400px;
 padding:10px;
 border:solid 1px #f99d1c;
 background:url('../images/bg_block_oranje.png');
 margin-bottom:10px;
}
.blockOranje a {
 font-weight:bold;
 color:white;
 text-decoration:none;
}
.blockOranje a:hover {
 text-decoration:underline;
}



.blockMail {
 position:absolute;
 left:210px;
 top:382px;
 float:left;
 width:240px;
 padding:10px;
 border:solid 1px #f99d1c;
 background:url('../images/bg_block_oranje.png');
 margin-bottom:10px;
}
.blockMail a {
 font-weight:bold;
 color:white;
 text-decoration:none;
}
.blockMail a:hover {
 text-decoration:underline;
}

.blockBio {
 float:left;
 width:522px;
 padding:10px;
 border:solid 1px #39b54a;
 background:url('../images/bg_block.png');
 margin:15px 0 0 358px;
 
}
.blockBio a {
 font-weight:bold;
 color:white;
 text-decoration:none;
}
.blockBio a:hover {
 text-decoration:underline;
}


.twitter {
 float:left;
 width:240px;
 padding:10px;
 color:#fff;
 border:solid 1px #39b54a;
 background:url('../images/bg_block.png');
 position:absolute;
 left:210px;
 top:440px;
}

.tweet {
 border-bottom:dotted 1px white;
 margin-bottom:5px;
 padding-bottom:5px;
}

.tweetDate {
 text-decoration:none;
 color:#ddd;
}

.tweet a {
 color:#ddd;
 text-decoration:none;
}

.tweet a:hover {
 text-decoration:underline;
}



.tweetDate:hover {
 text-decoration:underline;
}


.pageTitle {
 height:25px;
 margin-bottom:5px;
}

.pageTitleSmall {
 height:18px;
 margin-bottom:13px;
}

.blockTeam {
 position:absolute;
 top:20px;
 left:910px;
 padding:10px 10px 20px 10px;
 border:solid 1px #39b54a;
 background:url('../images/bg_block.png');
 text-align:center;
}

.mugshot {
 width:100px;
 margin-bottom:10px;
}

.blockProgramma {
 position:absolute;
 top:160px;
 left:210px;
 float:left;
 width:240px;
 padding:10px;
 border:solid 1px #39b54a;
 background:url('../images/bg_block.png');
}

.blockProgramma a {
 display:block;
 height:30px;
 line-height:30px;
 background:url('../images/pdf.png') 0px 5px no-repeat;
 text-indent:40px;
 color:white;
 text-decoration:none;
 padding:5px 0 5px 0;
}
.blockProgramma a:hover {
 text-decoration:underline;
}

.blockVideo {
 float:left;
 border:solid 1px black;
 margin:15px 0 0 358px;
}

.blockWoorden {
 border:solid 1px red;
 background:url('../images/bg_block.png');
 padding:10px;
}

.blockItems {
 position:absolute;
 top:171px;
 left:480px;
}

.webmind {
 text-align:center;
 padding:10px;
 position:absolute;
 left:0;
 bottom:0;
}