body {
    background-image: url('../images/header-clip.png');
    background-repeat: repeat-x;
    margin: 0px;
    font-family: tahoma;
    font-size: 12px;
}

a {
    font-size: 8pt;
    font-family: tahoma;
    color: #222222;
    text-decoration: underline;
}

a:hover {
    color: #3D5F02;
    text-decoration: underline;
}

a.menuItem {
    display: inline;
    padding: 3px;
    font-size: 10pt;
}

a.menuItem:hover {
    font-size: 10pt;
}

.dropdownMenu {
    overflow: hidden;
    position: absolute;
    margin-top: 9px;
    background-color: #F3F3F3;
    margin-left: -10px;
}


.dropdownMenu a {
    width: 90px;
    display: block;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10pt;
    text-decoration: none;
}

.dropdownMenu a:hover {
    display: block;
    background-color: #C6DF99;
    color: #FAFAFA;
    text-decoration: none;
}

.centerDiv {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 780px;
    height: 500px;
    margin-left: -310px;
}

.header {
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    height: 165px;
}

.menuItem {
    text-decoration: none;
    font-weight: bold;
    margin-right: 15px;
}

.menu {
    position: absolute;
    background-color: #F0EFEF;
    top: 160px;
    margin-left: 10px;
    width: 735px;
    margin-top: 0px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #DDDDDD;
    line-height: 20px;
    
}

.content {
    border: 1px solid #DDDDDD; /*#ECEAEB;*/
    width: 698px;
    padding: 40px;
    margin-right: 80px;
    padding-top: 30px;
}

.footer {
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #555555;
    font-family: tahoma;
    text-align: center;
}

table.formTable {
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: tahoma;
    width: 778px;
    margin-left: -40px;
    margin-right: -40px;
}

table.formTable td {
    border-bottom: 1px solid #E6E6E6;
    padding-top: 3px;
    padding-bottom: 3px;
}

tr.entry1 {
    background-color: #FAFAFA;
}

tr.entry2 {
    background-color: #FFFFFF;
}

td.nameTd, td.passTd  {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

td.avgTd {
    font-weight: bold;
}

table.formTable td.avgTd a, 
table.formTable td.signInTd a{
    font-size: 8pt;
    font-family: tahoma;
    color: #222222;
    text-decoration: underline;
}

table.formTable td.signInTd a {
    font-weight: normal;
}

table.formTable td.avgTd a:hover,
table.formTable td.signInTd a:hover {
    color: #3D5F02;
}

table.formTable td.lostPassTd, table.formTable td.noAccountTd {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    text-align: right;
}

h1 {
    font-size: 18px;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 10px;
}

table.formTable a {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

table.formTable a:hover {
    color: #3D5F02;
    text-decoration: underline;
    font-size: 12px;
}

table.formTable input {
    font-size: 12px;
}

table.formTable select {
    font-size: 12px;
}

table.formTable input.submit {
    font-weight: bold;
    font-size: 11px;
}

table.formTable .username {
    width: 180px;
}
table.formTable .password {
    width: 180px;
}
table.formTable .email {
    width: 180px;
}
table.formTable .firstName {
    width: 180px;
}
table.formTable .lastName {
    width: 180px;
}
table.formTable .country {
    width: 180px;
}
table.formTable .city {
    width: 180px;
}
table.formTable .birthDay {
    width: 52px;
}
table.formTable .birthMonth {
    width: 67px;
}
table.formTable .birthYear {
    width: 55px;
}

.message {
    color: #6F0000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 2px;
}

.accountMenu {
    
}

.accountMenuItem {
    padding: 2px;
}

.accountMenuItem a {
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    color: #000000;
    text-decoration: none;
}

.lanInfo {
    margin-bottom: 10px;
}

.pictures {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.pictureContainer {
    width: 100px;
    height: 100px;
    padding: 10px;
    border: 2px solid #ECEAEB;
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 100px;
}

.picture {
    vertical-align: middle
}

.nieuwsItem {
    margin-bottom: 20px;
}

.nieuwsHeader {
    margin-bottom: 5px;
}

.nieuwsTitle, .generalTitle {
    text-decoration: underline;
    font-family: tahoma;
    padding-bottom: 5px;
    font-size: 12pt;
}

.nieuwsDate {
    text-decoration: none;
    font-size: 9pt;
    color: #555555;
}

.nieuwsReplies {
    padding-top: 10px;
}

.nieuwsReplies a {
    font-size: 10pt;
    font-family: tahoma;
    color: #222222;
    text-decoration: underline;
}

.nieuwsReacties a:hover {
    color: #3D5F02;
    text-decoration: underline;
}

.sponsors {
    text-align: center;
    line-height: 3;
}

.sponsorsLeft {
    background-color: #F0EFEF;
    border: 1px solid #DDDDDD;
    position: absolute;
    top: 200px;
    margin-left: -180px;
    overflow: hidden;
    padding: 5px;
    width: 155px;
    line-height: 2;
}
.sponsorsLeft a {
    display: block;
    width: 150px;
}

.sponsorsLeft img {
    border: 3px solid #333333;
    width: 150px;
    margin-bottom: 20px;
}

.compos {
    width: 100%;
}



/* Forum */

 /* INDEX */
 
.categoryLink {
    font-size: 11pt;
    font-weight: bold;
}

 /* TOPICS */

 /* POSTS */

table.formTable .post_info {
    padding: 20px;
    padding-left: 0px;
    height: 150px;
}
 
table.formTable .post_message {
    padding: 20px;
    padding-left: 0px;
    height: 150px;
}