
root { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #6F003B;
}

div#container {
    width:1000px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

div#header {
    background-image: url('../images/header_nl.png');
    margin: 0px;
    padding: 0px;
    height: 250px;
    width: 1000px;
    text-align: right;
    vertical-align: bottom;
}

div#menu {
    background-image: url('../images/backgroundcenter.png');
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 1000px;
}

div.menu {
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 1000px;
}


div#body {
    width: 996px;
    min-height: 400px;
    height: auto;
    margin: 0px;
    padding: 2px;
    padding-top: 10px;
    background-image: url('../images/backgroundcenter.png');
}

div#bottom {
    background-image: url('../images/bottom.png');
    margin: 0px;
    padding: 0px;
    height: 14px;
    width: 1000px;
}

div#language_selector {
    padding-top: 230px;
    padding-right: 15px;
}

div#contentblock{
    width: 980px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.textBlock {
    width: 800px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 25px;
}

div#bottomblock {
    min-height: 250px;
 }

div#newsblock {
    width: 650px;
}

div#adblock {
    padding: 0;
    padding-left: 20px;
    width: 250px;
    height: 250px;
}

div.childinfo {
    margin-top: 20px;
}


/* LIST */

div#menu ul, div.menu ul {
    list-style: none;
    padding: 0px;
    padding-left: 10px;
    padding-top: 5px;
    margin: 0px;
}

div#menu li {
    font-size: 16px;
    font-weight: bold;
    float: left;
    list-style: none;
    padding: 0px;
    padding-top: 5px;
    padding-left: 20px;
    margin: 0px;
}

div.menu li {
    font-size: 14px;
    font-weight: bold;
    float: left;
    list-style: none;
    padding: 0px;
    padding-top: 5px;
    padding-left: 20px;
    margin: 0px;
}

/* LINKS */

a {
    color: #6F003B;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}


div#menu a {
    color: #6F003B;
}

div#menu a:hover {
    text-decoration: none;
}

div#calendar {
    width: 1000px;
    text-align: right;
}

/* TABLES */

td {
    padding: 2px;
    font-size: 12px;
}

td.newsblock {
    width: 650px;
}

td.adblock {
    width: 250px;
}

table.newstable, table.registrationform {
    margin: 0 auto;
    width: 990px;
    border: 1px solid #6F003B;
    padding-bottom: 2px;
}

table.newstable {
    margin: 2px;
    width: 650px;
}

table.newstable th, table.registrationform th, table.eventlist th {
    background-color: #6F003B;
    color: #FFFFFF;
    text-align: left;
    padding: 2px;
}

table.newstable td {
    padding: 2px;
    font-size: 12px;
}

table.registrationform td {
    font-size: 12px;
    padding: 0px;
    padding-left: 2px;
}

td.small {
    width: 150px;
}

table.eventlist {
    text-align: left;
    border: 1px solid #6F003B;
    width: 200px;
}

table.eventlist th {
    text-align: left;
}

/* INPUTS */
INPUT[type='text'], INPUT[type='password'], textarea, select  {
    border: 1px solid #6F003B;
    font-size: 12px;
    color: #6F003B;
    width: 250px;
    font-family: "Trebuchet MS";
}

INPUT.small, select.small {
    width: 100px;
}

select.medium {
 width: 180px;
}

select.month {
    width: 75px;
}

select.day {
    width: 40px;
}

select.year {
    width: 50px;
}



INPUT.medium {
    width: 530px;
}

INPUT.big {
    width: 685px;
}

INPUT[type='submit'], INPUT[type='button'] {
    border: 1px solid #6F003B;
    font-size: 12px;
    background-color: #6F003B;
    color: #FFFFFF;
}

textarea {
    height: 50px;
}

/* IMAGES  */
IMG {
    border: 0px;
}

/* HEADERS */
h1 {
    font-size: 18px;
}
