
html, body, #tafel {
    margin-left : auto;
    margin-right : auto;
    width:1000px;
    background-color:#000000;
    color:#aaaaaa;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
  }

/*
 TABLES
*/

#tafel, #links, .news, #calendar {
    border-collapse: collapse;
    border: solid 1px #aaaaaa;
    border-spacing: 0px;
  }
  
#links, #calendar {
    text-align : left;
    width : 800px;
    margin-left: 100px;
    margin-right: 100px;
  }
  
.news {
    margin: 5px;
}
/*
 TABLE DATA CELLS
*/
#toc_up td {
    font-family: verdana;
    font-size: 13px;
    background-color: #454545;
    text-align: center;
    border-top: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
  }

#links td, #calendar td {
    vertical-align : text-top;
}

.news td {
    border: solid 1px #aaaaaa;
    text-align: left;
    padding: 2px;
    font-size: 12px;
}

.news th, #links th, #calendar th {
    text-align: center;
    background-color: #454545;
  }

/*
 TABLE HEADER CELLS
*/
#toc_up {
    border: solid 1px #aaaaaa;
  }


.news th, #links th {
    border: solid 1px #aaaaaa;
  }

  /* Exception for calendar in which border needs to be set around row */

#calendar_tr {
    border: solid 1px #aaaaaa;
  }
/*
 DIV
*/
#index {
    width: 60%;
}

#left {
    vertical-align: top;
    width: 20%;
}

#right {
    vertical-align: top;
    width: 20%;
}

/* The main div is used to color an text area */
.main div {
    margin: 10px;
    margin-top: 20px;
    padding: 20px;
    background-color: #454545;
    font-size: 16px;
    height: 800px;
    max-width: 800px;
  }

/*   This is only valid for the table cell that has id main so no inherintence to child tables cells! */
.main {
    vertical-align: top;
}

.main {
    height: 800px;
}

#bio div{
    margin-left: auto;
    margin-right: auto;
}

/*
 LINKS
*/
#toc_up a {
    text-decoration:none;
    color: #aaaaaa;
    font-weight:bold;
  }


a {
    text-decoration:none;
    color: #ccc;
    font-weight:bold;
  }


#toc_up a:hover, a:hover {
    color: #ffffff;
  }


#toc_up .active {
    color: #ff2020;
    font-weight:bold;
  }

/*
 images
*/
img {
    border: 0px;
}
