/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img {border:0;}
ol,ul {list-style:none; }

/* MAIN CSS */

body {
    font-family: Verdana;
    font-size:10px;
}

#body {
    margin-top:5px;
    width:100%;
    height:100%;
    float: left;
    background:url('/images/backgroundFooter.gif') repeat-x bottom;
}

#container {
    width:994px;
    margin:0 auto;
}

#site {
    width:994px;
    float:left;
}

#header {
    width:994px;
    height:101px;
    float:left;
}

#menu {
    width:917px;
    margin-left:77px;
    height:32px;
    background:url('/images/bg_menu.gif');
    float:left;
    display:inline;
}

#forum {
    width:994px;
    float:left;
    margin-top:15px;
    margin-bottom:30px;
    display:inline;
}

#forum .forumGroupOverView {
    width:990px;
    float:left;
    padding:1px;
    margin-bottom:8px;
    display:inline;
    border:1px solid #666666;
}

#forum .forumGroupOverView .forumGroup {
    width:975px;
    padding-left:15px;
    font-family: Verdana;
    font-weight: bold;
    font-size:11px;
    height:26px;
    line-height:26px;
    float:left;
    background:url('/images/forumGroup.gif');
    color:#fff;
    margin-bottom:1px;
    display:inline;
}

#forum .forumGroupOverView .forumCategory {
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    border-left:1px solid #999999;
    width:988px;
    height:49px;
    float:left;
}

#forum .forumGroupOverView .forumCategoryFirst {
    border:1px solid #999999;
    width:988px;
    height:49px;
    float:left;
}

#category {
    width:990px;
    float:left;
    padding:1px;
    border:1px solid #666666;
}

.topic {
    width:988px;
    float:left;
    height:32px;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
}

.topicImage {
    width:42px;
    height:32px;
    float:left;
}

.topicTitle {
    width:550px;
    height:32px;
    float:left;
    line-height:32px;
    padding-left:15px;
}

.topicTitle a {
    color:#db1212;
    font-size:10px;
    text-decoration: none;
    font-weight:bold;
}

.topicFirst {
    width:988px;
    float:left;
    height:32px;
    border:1px solid #999999;
}

#category .title {
    width:975px;
    padding-left:15px;
    font-family: Verdana;
    font-weight: bold;
    font-size:11px;
    height:26px;
    line-height:26px;
    float:left;
    background:url('/images/forumGroup.gif');
    color:#fff;
    margin-bottom:1px;
}

.topicDate {
    width:140px;
    height:30px;
    float:left;
    font-size:11px;
}

.categoryName {
    width:616px;
    padding:3px 0 2px 12px;
    height:44px;
    line-height: 14px;
    border-right:1px solid #999999;
    float:left;
    font-size:11px;
    font-family: Verdana;
}

.categoryName a {
    color:#db1212;
    font-family: Verdana;
    font-size:11px;
    font-weight:bold;
    text-decoration: none;
}

.categoryStats {
    width:94px;
    height:32px;
    padding:9px 0 8px 0;
    float:left;
    font-size: 10px;
    border-right:1px solid #999999;
    text-align: center;
    font-family: Verdana;
    color:#000;
    background:#e3e3e3;
}

.categoryStats .messageStats, .categoryStats .topicStats {
    width:94px;
    height:16px;
    line-height:16px;
    float:left;
}

#crumblePath {
    width:994px;
    line-height:20px;
    float:left;
    margin-top:25px;
}

#crumblePath a {
    text-decoration: none;
    color:#000;
}

.lastMessage {
    padding:6px 0 0 8px;
    font-size:10px;
    float:left;
    width:191px;
    height:43px;
    background:#f4f4f4;
    font-family: Verdana;
    font-size:9px;
}

.lastMessage a {
    text-decoration: none;
    color:#000;
}

.pages {
    width:320px;
    height:50px;
    float:left;
    background:#fcdddd;
    padding:0 336px 0 336px;
    font-size:11px;
    color:#000;
    border:1px solid #666666;
    margin-top:10px;
    margin-bottom:30px;
}

.pagesFakers {
    width:320px;
    height:50px;
    float:left;
    background:#fcdddd;
    padding:0 157px 0 158px;
    font-size:11px;
    color:#000;
    border:1px solid #666666;
    margin-top:10px;
}

.firstPageBtn, .backBtn, .nextBtn, .lastPageBtn {
    width:60px;
    height:25px;
    float:left;
    text-align: center;
}

.pages a, .pagesFakers a {
    color:#000;
}

.activePage {
    width:80px;
    height:25px;
    float:left;
}

.inputPage {
    text-align: center;
}

.inputPage #gotoPageLijst, .inputPage #gotoPageSearch {
    width:20px;
    height:15px;
    border:1px solid #000;
    float:left;
}

.inputPage #gotoPage {
    width:20px;
    height:15px;
    border:1px solid #000;
    float:left;
}

.forumLogin {
    width:565px;
    height:177px;
    float:left;
}

.forumSearch {
    width:381px;
    height:77px;
    padding:100px 0 0 20px;
    float:left;
    background:url('/images/searchBackground.gif');
}

.formInputFields {
    width:994px;
    float:left;
}

.inputField {
    width:350px;
    float:left;
    border:0;
    line-height:26px;
}

.inputFieldCaptcha {
    width:208px;
    float:left;
    height:26px;
    border:0;
    line-height:26px;
}

.inputFieldError {
    width:349px;
    float:left;
    border:1px solid #000;
}

.inputTextArea {
    width:350px;
    height:120px;
    float:left;
    border:0;
}

.inputTextAreaError {
    width:349px;
    height:119px;
    float:left;
    border:1px solid #000;
}

.submitFakerBtn {
    width:120px;
    height:20px;
    float:left;
    border:0;
    background:url('/images/meldFakerBtn.jpg');
    cursor:pointer;
}

.sendBtn {
    width:146px;
    height:34px;
    float:right;
    margin-right: 20px;
    border:0;
    background:url('/images/sendBtn.gif');
    cursor:pointer;
}

.fakerSubmitted {
    width:994px;
    float:left;
}

.forumTop {
    margin-top:38px;
    margin-right:32px;
    width:966px;
    height:177px;
    float:left;
    /* background:url('/images/backgroundForumTop.gif'); */
    background:#000;
}

#postFailures {
    width:600px;
    float:left;
    padding:10px;
    border:1px solid #ff0808;
    background:#ff6363;
    margin-right:378px;
}

#postFailures a {
    color:#000;
}

.bbcodes {
    width:200px;
    height:30px;
    float:left;
}

.bbcodes a {
    width:23px;
    height:22px;
    float:left;
}

.bbcodes a.bold  {
    background:url('/images/forum/bbcode/bbBold.gif') top;
}

.bbcodes a.bold:hover {
    background:url('/images/forum/bbcode/bbBold.gif') bottom;
}

.bbcodes a.italic  {
    background:url('/images/forum/bbcode/bbItalic.gif') top;
}

.bbcodes a.italic:hover {
    background:url('/images/forum/bbcode/bbItalic.gif') bottom;
}

.bbcodes a.strike  {
    background:url('/images/forum/bbcode/bbStrike.gif') top;
}

.bbcodes a.strike:hover {
    background:url('/images/forum/bbcode/bbStrike.gif') bottom;
}

.bbcodes a.underline  {
    background:url('/images/forum/bbcode/bbUnderLine.gif') top;
}

.bbcodes a.underline:hover {
    background:url('/images/forum/bbcode/bbUnderLine.gif') bottom;
}

.footer {
    padding:52px 0 0 30px;
    width:964px;
    height:44px;
    float:left;
    background:url('/images/footer.gif');
    color:#fff;
}

.footer a {
    color:#fff;
    text-decoration: none;
}

#menu ul.menu {
    float:left;
    height:32px;
    width:917px;
    padding:0;
    margin:0;
}

#menu ul.menu li {
    padding:0;
    margin:0;
    float:left;
}

#menu ul.menu li a {
    float:left;
    height:32px;
    line-height:32px;
    padding:0 17px 0 17px;
    font-size: 15px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    color:#fff;
}

#menu ul.menu li a:hover, #menu ul.menu li a.active {
    color:#db1212;
}

.searchBtn {
    width:83px;
    height:32px;
    float:left;
    background:url('/images/forumSearch.gif');
    border:0;
    margin-left:15px;
    cursor:pointer;
    display:inline;
}

.searchInputText {
    padding:0;
    margin:0;
    width:215px;
    height:30px;
    border:0;
    line-height:30px;
    float:left;
}

.forumImg {
    width:64px;
    height:49px;
    float:left;
    border-right:1px solid #999999;
}

b.userName {
    color:#db1212;
}

.loginBtn {
    float:left;
    width:108px;
    height:26px;
    border:0;
    cursor:pointer;
    background:url('/images/loginBtn.gif');
}

.activateBtn {
    float:left;
    width:108px;
    height:26px;
    border:0;
    cursor:pointer;
    background:url('/images/activateBtn.jpg');    
}

.loginInsert {
    float:left;
    width:175px;
    height:26px;
    line-height:26px;
    border:0;
    margin-right:8px;
}

.loginInsertUser {
    float:left;
    width:175px;
    height:26px;
    line-height:26px;
    border:0;
    margin:0 8px 0 25px;
}

.loginText {
    width:400px;
    height:36px;
    float:left;
    margin-left:25px;
    margin-bottom:8px;
    color:#fff;
    font-family: Verdana;
    font-size:11px;
    line-height:18px;
}

.loginText a {
    color:#db1212;
    text-decoration: none;
}

.loginTitle {
    padding:0;
    margin:0;
    float:left;
    height:55px;
}

.loginInfo {
    margin:14px 0 0 25px;
    width:400px;
    float:left;
    height:20px;
    color:#fff;
    font-family: Verdana;
    font-size:10px;
}

.logoutBtn {
    height:26px;
    padding:0;
    margin:0;
    width:400px;
    float:left;
    margin-left:25px;
}

.logoutBtn a img {
    padding:0;
    margin:0;
    float:left;
    height:26px;
}

.smallMenu {
    height:35px;
    float:left;
    background:#db1212;
}

.menuEnd {
    background:url('/images/menuEnd.gif');
    width:18px;
    height:35px;
    float:left;
}

ul.smallMenuUl {
    float:left;
    height:35px;
    padding:0;
    margin:0;
    line-height:35px;
}

ul.smallMenuUl li {
    float:left;
    padding:0 15px 0 15px;    
}

ul.smallMenuUl li a {
    color:#fff;
    text-decoration: none;
}

.menuOverLay {
    width:988px;
    height:35px;
    float:left;
}

.inputOverLay {
    width:315px;
    height:66px;
    float:left;
}

.inputOverLayTextArea {
    width:315px;
    height:154px;
    float:left;
}

.submitOverLay {
    width:315px;
    height:34px;
    float:left;
    margin-top:7px;
}

.inputTopText {
    line-height: 28px;
    width:315px;
    height:28px;
    float:left;
    font-size: 11px;
    color:#db1212;
    font-weight:bold;
}

.inputCaptchaOverLay {
    width:315px;
    height:94px;
    float:left;
}

.inputCaptchaTopText {
    line-height: 28px;
    width:315px;
    height:56px;
    float:left;
    font-size: 11px;
    color:#db1212;
    font-weight:bold;
}

.inputBackground {
    width:266px;
    height:27px;
    padding:5px 43px 6px 6px;
    background: url('/images/inputBackground.gif') no-repeat;
    float:left;
}

.inputBackgroundUserName {
    width:300px;
    height:27px;
    padding:5px 9px 6px 6px;
    background: url('/images/inputBackground.gif') no-repeat;
    float:left;
}

.inputField {
    width:266px;
    height:27px;
    float:left;
    padding:0;
    margin:0;
    border: 0;
}

.inputBackgroundDate {
    width:266px;
    height:27px;
    padding:5px 43px 6px 6px;
    background: url('/images/inputBackgroundDate.gif') no-repeat;
    float:left;
}

.dateOverLay {
    width:54px;
    height:27px;
    float:left;
    margin-right:22px;
}

.dateOverLay input {
    width:54px;
    height:27px;
    float:left;
    line-height: 27px;
    margin:0;
    padding:0;
    border:0;
}

.dateOverLayYear input {
    width:114px;
    height:27px;
    float:left;
    line-height: 27px;
    margin:0;
    padding:0;
    border:0;
}

.dateOverLayYear {
    width:114px;
    height:27px;
    float:left;
}

.inputBackgroundGender .gender {
    display: none;
}

.inputBackgroundGender {
    width:315px;
    float:left;
}

.radioClass{
    background: url('/images/radioButton.gif') no-repeat;
    padding-left: 40px;
    padding-top: 3px;
    margin: 5px;
    height: 28px;    
    width: 60px;
    float: left;
    cursor:pointer;
}
.radioClassSelected{
    background: url('/images/radioButtonSelected.gif') no-repeat;
    padding-left: 40px;
    padding-top: 3px;
    margin: 5px;
    height: 28px;    
    width: 60px;
    float: left;
    cursor:pointer;
}

.regFormOverLay {
    width:315px;
    float:left;
}

.genderButton {
    width:100px;
    float:left;
    line-height: 30px;
    font-size:11px;
}

.registerBtn {
    width:146px;
    height:34px;
    float:right;
    background: url('/images/registerBtn.gif') no-repeat;
    cursor:pointer;
    border:0;
    margin-right:20px;
}

.meldFakerBtn {
    width:146px;
    height:34px;
    float:right;
    background: url('/images/meldFakerBtn.gif') no-repeat;
    cursor:pointer;
    border:0;
    margin-right:20px;
}

.searchFakerBtn {
    width:108px;
    height:34px;
    float:right;
    background: url('/images/searchFakerBtn.gif') no-repeat;
    cursor:pointer;
    border:0;
    margin-right:20px;
}

.submitOverLay .loginBtn {
    float:right;
    width:108px;
    height:26px;
    border:0;
    cursor:pointer;
    margin-right:20px;
    background:url('/images/loginBtn.gif');
}

.topicHeader {
    width:990px;
    font-family: Verdana;
    font-weight: bold;
    font-size:11px;
    height:26px;
    line-height:26px;
    float:left;
    background:url('/images/forumGroup.gif');
    color:#fff;
    margin-bottom:1px;
}

.topicHeader .titleAuthor {
    width:200px;
    padding-left:15px;
    float:left;
}

.topicHeader .titleTopic {
    width:760px;
    padding-left:15px;
    float:left;
}

#messages {
    width:990px;
    float:left;
    padding:1px;
    border:1px solid #666666;
}

.readTopic {
    background:#fcdddd;
    width:990px;
    float:left;
}

.messageEven {
    background:#fff;
    width:990px;
    float:left;
}

.messageOdd {
    background:#fcdddd;
    width:990px;
    float:left;
}

.messageAuthor {
    width:185px;
    padding:5px 15px 5px 15px;
    float:left;
}

.messageContent {
    width:633px;
    padding:5px 15px 5px 15px;
    float:left;
}

.messageAction {
    width:82px;
    padding:5px 15px 5px 15px;
    float:left;
}

h2.username {
    float:left;
    padding:0;
    margin:0;
    font-weight: bold;
    color:#db1212;
    font-size:11px;
    width:185px;
}

.topicActions {
    height:35px;
    float:right;
}

.actionStart {
    height:35px;
    float:left;
}

.actionBtn {
    float:left;
    background:#dd1212;
    height:35px;
    padding-right:10px;
    line-height:35px;
    color:#fff;
}

.actionBtn a {
    color:#fff;
    text-decoration:none;
}

.catTitle {
    padding-left:43px;
    float:left;
    width:550px;
}

.catStarted {
    float:left;
    width:140px;
}

.catReacties {
    float:left;
}

.catTopicDate {
    float:left;
    width:55px;
    height:32px;
    background:red;
    text-align: center;
}

.topicStarted {
    float:left;
    width:140px;
    height:32px;
    line-height:32px;
}

.topicReactions {
    float:left;
    width:55px;
    height:32px;
    text-align: center;
    line-height:32px;
}

.catLastReaction {
    width:172px;
    padding-left:15px;
    float:left;
}

.lastReaction {
    padding-left:15px;
    float:left;
    width:170px;
    height:32px;
}

.lastReactionStats {
    width:150px;
    float:left;
    height:32px;
    line-height:16px;
}

.lastReactionLink {
    width:15px;
    float:left;
    height:27px;
    padding-top:5px;
    padding-right:5px;
    line-height:32px;
}

#profile {
    width:994px;
    float:left;
    margin-bottom:15px;
}

.profileActions {
    width:196px;
    float:left;
    background:#fff;
    padding:1px;
    border:1px solid #666666;
}

.profileActionsHeader {
    margin-bottom:1px;
    width:181px;
    padding-left:15px;
    float:left;
    height:26px;
    line-height:26px;
    font-size:11px;
    color:#fff;
    font-weight:bold;
    background:url('/images/forumGroup.gif');
}

.profileBtn a {
    width:181px;
    padding-left:15px;
    height:32px;
    float:left;
    line-height:32px;
    font-size:11px;
    color:#000;
    text-decoration: none;
}

.profielOverView {
    width:760px;
    float:left;
    margin-left:30px;
    padding:1px;
    border:1px solid #666666;
}

.profielHeader {
    width:745px;
    padding-left:15px;
    float:left;
    height:26px;
    line-height:26px;
    font-size:11px;
    color:#fff;
    font-weight:bold;
    background:url('/images/forumGroup.gif');
}

.dataTitle, .dataValue {
    width:370px;
    float:left;
    height:26px;
    line-height:26px;
}

.submitPage {
    border:0;
    cursor:pointer;
    float:left;
    margin-left:10px;
    background:url('/images/submitBtnPage.gif');
    width:90px;
    height:17px;
}

.gotoPageContent {
    float:left;
    padding-left:65px;
    padding-right:10px;
}

.genderLabel {
    margin:0 10px 0 5px;
    height:26px;
    cursor:pointer;
    line-height:26px;
}

.dataValue input.styleField {
    width:300px;
    border:1px solid #000;
}

.errorEdit {
    width:658px;
    float:left;
    padding:10px;
    border:1px solid #ff0808;
    background:#ff6363;
    margin-top:10px;
}

.succesEdit {
    width:658px;
    float:left;
    padding:10px;
    border:1px solid #009a03;
    background:#a5ffa7;
    margin-top:10px;    
}

.qouteReaction {
    width:98.5%;
    float:left;
    border:1px solid #666666;
    margin-left:2px;
    margin-bottom:10px;
}

.qouteReactionLeft {
    width:17px;
    height:14px;
    float:left;
    background:url('/images/qouteLeft.png');
}

.qouteHeader {
    width:100%;
    height:14px;
    float:left;
    margin-bottom:2px;
    background:#dd1212;
}

.qouteReactionRight {
    width:17px;
    height:14px;
    float:right;
    background:url('/images/qouteRight.png');
}

.topicMakeTitle {
    width:100%;
    float:left;
    margin-bottom:8px;
}

.inputMessage {
    width:500px;
    float:left;
}

.bbcodes, .smileys {
    width:400px;
    padding-left:100px;
    float:left;
}

.inputMessageTitle {
    float:left;
    width:100px;
}

.inputMessageValue {
    width:400px;
    float:left;
}

.dataGroepTitle {
    width:150px;
    float:left;
    line-height:20px;
}

#content {
    width:943px;
    float:left;
    margin:38px 27px 35px 23px;
}

#leftContent {
    width:637px;
    float:left;
    margin-right:23px;
    font-family: Verdana;
    font-size:11px;
    font-weight: normal;
    line-height:15px;
}

#rightContent {
    width:283px;
    float:left;
}

.lastNewsItems {
    width:283px;
    height:303px;
    float:left;
}

.newsItemBig {
    width:637px;
    height:90px;
    float:left;
    background:#000;
    margin-bottom:1px;
}

.lastNewsItems .lastHeader {
    width:283px;
    height:30px;
    float:left;
    margin-bottom:1px;
}

.newsItem {
    width:283px;
    height:90px;
    float:left;
    margin-bottom:1px;
    background:#000;
    color:#fff;
    display:inline;
}

.newsItem .title, .newsItemBig .title {
    font-family:Verdana;
    font-weight:bold;
    font-size:11px;
    color:#fff;
}

.bigNewsContent {
    padding:10px 10px 0 10px;
    height:60px;
    width:617px;
    float:left;
    color:#fff;
}

.newsContent {
    padding:10px 10px 0 10px;
    height:60px;
    width:263px;
    float:left;
}

.newsReadMore {
    height:20px;
    float:right;
    margin:0;
    padding:0;
}

.newsReadMore a {
    margin:0;
    padding:0;
    float:left;
}

h1.fullTitle {
    line-height:20px;
    width:637px;
    float:left;
    font-family:Verdana;
    font-size:19px;
    font-weight: bold;
    color:#000;
    margin-bottom:10px;
}

h1.smallTitle {
    line-height:20px;
    width:315px;
    float:left;
    font-family:Verdana;
    font-size:19px;
    font-weight: bold;
    color:#000;
    margin-bottom:10px;
}

img.newsImage {
    margin-left:20px;
    width:300px;
    height:280px;
    float:right;
    margin-bottom:10px;
}

.lastForumPosts {
    padding-top:99px;
    width:283px;
    background:url('/images/lastForumTitle.gif') no-repeat top;
    float:left;
}

.forumMessageSmall {
    width:283px;
    height:63px;
    float:left;
    background:#f1f1f1;
    margin-bottom:4px;
}

.forumMessageSmall .text {
    padding:8px 10px 8px 12px;
    float:left;
    width:261px;
    height:47px;
    line-height: 15px;
    font-size:11px;
}

.forumMessageSmall .text a {
    color:#000;
}

.meldfaker {
    width:302px;
    height:283px;
    float:right;
    margin:0px 0px 10px 20px;
}

.bottomContent {
    border-top:2px solid #000;
    width:637px;
    float:left;
    padding-top:14px;
}

.description {
    height:320px;
    float:left;
}

.description a {
    color:#db1212;
    text-decoration: none;
    font-weight:bold;
}

.bottomContent .links {
    width:315px;
    float:left;
    margin-right:20px;
}

.bottomContent .lastNewsItem {
    width:302px;
    float:left;
}

.bottomContent .links h1 {
    line-height:20px;
    width:315px;
    float:left;
    font-family:Verdana;
    font-size:19px;
    font-weight: bold;
    color:#000;
    margin-bottom:10px;
}

.bottomContent .lastNewsItem h1 {
    padding:0;
    margin:0;
    line-height:20px;
    width:302px;
    float:left;
    font-family:Verdana;
    font-size:19px;
    font-weight: bold;
    color:#000;
    margin-bottom:10px;
    display: inline;
}

.nieuwsOverViewLink {
    margin:0;
    padding:0;
    margin-top: 10px;
    float:left;
    display: inline;
}

.inputBackgroundTextArea {
    height:109px;
    float:left;
    width:266px;
    padding:5px 43px 6px 6px;
    background:url('/images/textAreaBg.gif') no-repeat;
}

.textAreaFaker {
    height:109px;
    float:left;
    width:266px;
    border:0;
    margin:0;
    padding:0;
}

ul.linksHome {
    margin:0;
    padding:0;
    float:left;
    width:315px;
}

ul.linksHomeSecond {
    margin:0;
    padding:0;
    float:left;
    width:315px;
    margin-left:5px;
    margin-bottom:20px;
}

ul.linksHome li.header, ul.linksHomeSecond li.header {
    background:url('/images/linkTipsHeader.gif') no-repeat;
    width:305px;
    height:26px;
    line-height:26px;
    color:#fff;
    font-weight:bold;
    float:left;
    margin:0 0 8px 0;
    padding-left:10px;
}

ul.linksHome li.link, ul.linksHomeSecond li.link {
    background:url('/images/linkBackground.gif') no-repeat;
    width:305px;
    height:20px;
    padding:0;
    margin:0;
    padding-left:10px;
    line-height:18px;
    float:left;
}

ul.linksHome li.link a, ul.linksHomeSecond li.link a {
    text-decoration: none;
    color:#000;
}

li.link a {
    text-transform: lowercase;
    text-transform: capitalize;
}

.linkExAanmelden, .returnNews {
    width:637px;
    float:left;
    padding-top:20px;
}

.returnNews2 {
    width:300px;
    float:left;
    padding-top:20px;    
}

.viewAllLinks {
    margin-top:10px;
    float:left;
    display:inline;
}

.fakerslijst {
    width:635px;
    float:left;
    border:1px solid #000;
}

.fakerslijstInfo {
    width:235px;
    padding-left:15px;
    float:left;
    height:30px;
    background:#000;
    color:#fff;
    line-height:30px;
}

.fakerslijstBekijk {
    width:135px;
    float:left;
    height:30px;
    background: #000;
}

.fakerlijstNaam, .fakerlijstEmail {
    width:235px;
    padding-left:15px;
    height:24px;
    line-height:24px;
    float:left;
    border-top:1px solid #000;
}

.fakerlijstActie {
    width:120px;
    padding-left:15px;
    float:left;
    height:24px;
    line-height:24px;
    border-top:1px solid #000;
}

.fakerlijstActie a {
    color:#000;
}

.fakerTitle {
    width:200px;
    padding-left:15px;
    float:left;
    height:30px;
    line-height:30px;
    border-top:1px solid #000;
}

.fakerValue {
    width:389px;
    padding-left:15px;
    padding-right:15px;
    float:left;
    color:#000;
    line-height:30px;
    border-left:1px solid #000;
    border-top:1px solid #000;
}

.fakerValueTekst {
    width:389px;
    padding-left:15px;
    padding-right:15px;
    float:left;
    color:#000;
    line-height:20px;
    border-left:1px solid #000;
    border-top:1px solid #000;
}

.fakerInformatie {
    width:635px;
    border:1px solid #000;
    float:left;
}

.fakerInformatieHeader {
    width:635px;
    float:left;
    height:30px;
    line-height:30px;
    color:#fff;
    background:#000;
    text-align:center;
    font-weight:bold;
}

.allNewsOverView {
    width:637px;
    float:left;
}

.newsHeader {
    width:637px;
    height:30px;
    float:left;
    margin-bottom:1px;
}

#forum .searchTop {
    width:975px;
    padding-left:15px;
    font-family: Verdana;
    font-weight: bold;
    font-size:11px;
    height:26px;
    line-height:26px;
    float:left;
    background:url('/images/forumGroup.gif');
    color:#fff;
    margin-bottom:1px;
    display:inline;
}

#forum .searchResultOverLay {
    float:left;
    border:1px solid #666666;
    padding:1px;
}

#forum .searchResult {
    padding:8px;
    width: 721px;
    float:left;
    height:54px;
    border:1px solid #999;
    border-top:0;
}

#forum .firstSearchResult {
    padding:8px;
    width: 721px;
    float:left;
    height:54px;
    border:1px solid #999;
}

.searchResultNotFound {
    padding:8px;
    width: 972px;
    float:left;
    height:54px;
    border:1px solid #999;    
}

#forum .firstSearchResultUser {
    padding:8px;
    width:234px;
    float:left;
    height:54px;
    border:1px solid #999;
    border-left:0;
}

#forum .searchResultUser {
    padding:8px;
    width:234px;
    float:left;
    height:54px;
    border:1px solid #999;
    border-left:0;
    border-top:0;
}

.readMoreLink {
    width:721px;
    float:left;
    color:#000;
}

.readMoreLink a {
    color:#db1212;
    font-weight: bold;
}

.searchContent {
    float:left;
}

.noEmail {
    float:left;
    height:37px;
    width:300px;
    line-height: 45px;
    font-size: 11px;
    color: #db1212;
    font-weight: bold;
}

h1.pageNotFound {
    float:left;
    margin-bottom:9px;
    font-size:16px;
    font-family:Verdana;
}

.viewProfiel {
    padding:5px 0 5px 15px;
    float:left;
}

.loginRegisterText {
    background:#fcdddd;
    width:972px;
    border:1px solid #666666;
    padding:10px;
    margin-bottom:25px;
    display:inline;
    float:left;
}

.loginRegisterText a {
    color:#000;
}

.toFakerOverView {
    float:left;
    margin-top:25px;
}

