@charset "utf-8";
@import url("editinplace.css");

/* --------------------------------------------------------------------------------
   Het main gebeuren...
   -------------------------------------------------------------------------------- */

* { padding:0px; margin:0px; text-indent: 0px;}

body{
    margin: 0px 0 0px 0;
    padding: 0;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #ffffff;
    color: #222222;
    text-indent: 0px;
    background-image: url(../images/wtc_background.png);
    background-position: left top;
    background-repeat: repeat-x;
}

a{
    outline: 0; padding: 0; margin: 0;
    text-decoration: none;
    font-style: none;
    font-size: 12px;
    color: #660000;
}

a:hover {
    outline: 0; padding: 0; margin: 0;
    text-decoration: underline;
}

#page {
    margin: 0 auto;
    width: 940px;
    height: 100%;
    text-align: left;
}

#logo h1 {
    font-size: 30px;
    height: 65px;
    top: 30px;
    position: absolute;
    width: 360px;
}

#logo h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

#logo h1 a span {
    display: none;
}

#top {
    float: left;
    width: 960px;
    height: 230px;
}

#top_banner {
    position: relative;
    width: 940px;
/*    height: 125px; */
    height: 150px;
    margin-left: 0px;

    background-image: url(../images/wtc_banner.png);
    background-position: left top;
    background-repeat: no-repeat;
}


#footer {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    margin-top: 10px;

    font-size: 10px;
    display: block;

    azimuth: left;
}

#footer a{
    font-size: 10px;
    color: #666666;
}

#footer a:hover{
    font-size: 10px;
    color: #999999;
}

img {border: none;}

table, td {
    border: none;
    vertical-align: top;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
}

h4 {
    font-size: 12px;
    color: #660000;
    font-weight: bold;
}

ol {
    list-style-position: inside;
}

.small_error {
    font-size: 10px;
    font-weight: normal;
    color: #ff0000;
}

#requested {
    font-variant: small-caps;
    font-size: 10px;
    color: #ff0000;
}

#image_big {
    display: block;
    float: left;
    margin: 0 0 5px 0;
}
/* --------------------------------------------------------------------------------
   Top Menu...
   -------------------------------------------------------------------------------- */

#top_menu {
    position: absolute;

    width: 940px;
    height: 26px;

    font-size: 14px;
    color: #ffffff;

    vertical-align: bottom;
    top: 125px;
}

#top_menu h1{
    font-size: 18px;
    font-weight: normal;
    float: left;
    margin-left: 10px;
}

/* --------------------------------------------------------------------------------
   Login box...
   -------------------------------------------------------------------------------- */
#top_login {
    position: absolute;
    width: 320px;
    height: 50px;
    top: 105px;
    left: 610px;
    color: #ffffff;
    text-align: right;
}

#top_login a{
    color: #ff0000;
}

#top_login input.input{
    font-size: 14px;
    color: #600000;
    background-color: #ffffff;
    border-style: none;
    width: 90px;
    height: 16px;
}

#top_login input.submit{
    font-size: 14px;
    color: #ffffff;
    background-color: #ff0000;
    border-style: none;
    width: 82px;
    height: 18px;
}

#top_login label {
    font-size: 14px;
    color: #ffffff;
    width: 80px;
    padding-right: 5px;
}

#top_login label.remember{
    font-size: 14px;
    color: #ffffff;
    width: 80px;
    padding-right: 0px;
}

#top_login td{
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}

#top_login #button{
    cursor: pointer;
    color: #ffffff;
    background-color: #ff0000;
    Padding: 0 5px 0 5px;
}

/* --------------------------------------------------------------------------------
   Midden pagina...
   -------------------------------------------------------------------------------- */

#middle {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: -2px;
}

#item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

/*#right #item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    font-size: 10px;
}  */

#item table{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: none;
    border-style: none;
}

#item td{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: none;
    border-style: none;
}

#item tr{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: none;
    border-style: none;
}

#middle td {
    height: 100%;

    background-image: url(../images/wtc_col1.png);
    background-position: left top;
    background-repeat: repeat-x;

    color: #000;
    font-size: 12px;
}

#middle td#left {
    background-color: #C5C6C8;
    padding-right: 5px;
    border-right : #dddddd 1px solid;
    height: 100%;
}

#middle td#left h3 {
    color: #000;
    font-size: 14px;
    height: 100%;
}

#middle td#left div#date {
    background-color: #ff0000;
    color: #ffffff;
    width: 85px;
    padding: 0 5px 0 5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    float:left;
}

#date2 {
    background-color: #660000;
    padding: 3px;
    font-size: 12px;
    color: #ffffff;
    margin: 10px 0;
}

#middle td#left a#link1 {
    color: #ff0000;
    font-size: 12px;
}

#middle td#left a#link2 {
    font-size: 10px;
}

#middle td#right {
    width: 140px;
    padding-left: 3px;
}

td#right a{
    font-size: 10px;
}

#middle td#right div#date {
    background-color: #660000;
    color: #ffffff;
    width: 75px;
    padding: 0 5px 0 5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

#middle td#right div#date2 {
    background-color: #660000;
    color: #ffffff;
    width: 140px;
    padding: 2px 5px 2px 5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

#middle td#right img {
    margin: 5px 0 2px 0;
    border: 1px solid #660000;
}


#middle img#eerder {
    float: left;
    cursor: pointer;
    margin-left: 12px;
}


/* --------------------------------------------------------------------------------
   Standaard template...
   -------------------------------------------------------------------------------- */
#main {
    float: left;
    width: 940px;

    height: 100%;
}

#privileged {
    padding-bottom: 10px;
}

#privileged img {
    float: left;
    margin-right: 10px;
}

#privileged p {
    margin-bottom: 10px;
    color: #660000;
    font-weight: bold;
}

#layout {
    float: left;
    width: 940px;

    height: 100%;

    margin-top: 10px;
}

#layout td#informatie {
    background : #C5C6C8 url(../images/wtc_col1.png) left top repeat-x;
    width: 130px;
    padding: 10px;
    border-right : #ffffff 1px solid;
}

#layout td#content {
    background : #C5C6C8 url(../images/wtc_col1.png) left top repeat-x;
    padding: 10px;
    border-right : #ffffff 1px solid;
}

#layout td#agenda {
    background : #330000 url(../images/wtc_col2.png) left top repeat-x;
    width: 180px;
    padding: 10px;
    color: #fff;
}

#layout td#line {
    background-image: url(../images/wtc_background_line1.gif);
    background-position: center top;
    background-repeat: repeat-y;

    width: 1px;
    padding-bottom: 20px;
}

#main h1 {
    border-bottom: #330000 solid 1px;

    font-size: 24px;
    color: #ffffff;

    margin-bottom: 5px;

    font-weight: normal;
}

#main h3 {
    font-size: 12px;
    color: #660000;
    font-weight: bold;
}

#main h4 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
/*
#main a {
    font-size: 10px;
    color: #eeeeee;
    font-style: italic;
}

#main a:hover {
    text-decoration: underline;
    color: #660000;
}
*/
/* --------------------------------------------------------------------------------
   Agenda template...
   -------------------------------------------------------------------------------- */

#main #agenda h2 {
    border-bottom: #bbbbbb solid 1px;

    font-size: 16px;
    color: #ffffff;

    margin-bottom: 5px;

    font-weight: normal;
}

#main #agenda h3 {
    font-size: 12px;
    color: #bbbbbb;
    font-weight: bold;
}

#main #agenda a {
    font-size: 10px;
    color: #ff0000;
}

#main span#dag {
    font-size: 24px;
    color: #bbbbbb;

    margin-bottom: 5px;

    font-weight: bold;
}

#main span.dag {
    font-size: 24px;
    color: #bbbbbb;

    margin-bottom: 5px;

    font-weight: bold;
}

#main img#meldaan {
    float: right;
/*    margin-top: -20px;*/
    cursor: pointer;
}

#main img#meldaan2 {
    position: relative;
    float: right;
    margin-top: -15px;
    margin-right: 3px;
    cursor: pointer;
}

#main a#agenda {
    font-size: 10px;
    color: #ff0000;
}

/* --------------------------------------------------------------------------------
   Informatie buttons...
   -------------------------------------------------------------------------------- */
#informatie ul{
    list-style: none;
    color: #ffffff;
    font-weight: bold;
}

#informatie li{
    margin-top: 10px;
    padding: 2px;
    font-size: 14px;
}

#informatie li#select{
    margin-top: 10px;
    background-color: #660000;
    padding: 2px;
}

#informatie a{
    font-size: 14px;
    font-style: normal;
    color: #eeeeee;
    display: block;
    width: 100%;
}

#informatie a:hover{
    font-style: normal;
/*    background-color: #ff0000; */
    text-decoration: none;
    display: block;
    width: 100%;
    color: #ffffff;
/*    border-bottom: #dddddd 1px solid; */
    margin-bottom: 0px;
}

/* --------------------------------------------------------------------------------
   Nieuws template...
   -------------------------------------------------------------------------------- */

#nieuws {

}

#nieuws div#date {
    background-color: #660000;
    padding: 3px;
    font-size: 12px;
    color: #ffffff;
}

/* --------------------------------------------------------------------------------
   Tekst template...
   -------------------------------------------------------------------------------- */
#samenvatting {
    font-weight: bold;
    margin-bottom: 10px;
}

#tekst {
    color : #000;
}

#tekst a {
    text-decoration: none;
}

#tekst a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------------------
   Paginate...
   -------------------------------------------------------------------------------- */
#paginate{
    list-style:none;
    float: right;
    margin: 0 5px 0 5px;
    font-size: 10px;
    color: #660000;
}

#paginate li{
    float: left;
    color: #ff0000;
    font-size: 10px;
    padding: 1px;
}

#paginate a {color: #660000; text-decoration: none; font-weight: normal; font-size: 10px; font-style: normal;}
#paginate a:hover {color: #660000; text-decoration: underline;}

#paginate_agenda{
    list-style:none;
    float: right;
    margin: 0 5px 0 5px;
    font-size: 10px;
    color: #ffffff;
}

#paginate_agenda li{
    float: left;
    color: #ffffff;
    font-size: 10px;
    padding: 1px;
}

#paginate_agenda a {color: #bbbbbb; text-decoration: none; font-weight: normal; font-size: 10px; font-style: normal;}
#paginate_agenda a:hover {color: #bbbbbb; text-decoration: underline;}

/* --------------------------------------------------------------------------------
   Leden template...
   -------------------------------------------------------------------------------- */
#samenvatting {
    font-weight: bold;
    margin-bottom: 10px;
}

#tekst {

}

#logo {
    margin-right: 5px;
    float: left;
    display: block;
}

#adres {
    margin-top: -4px;
    color : #444444;
    float: left;
    display: block;
}

#adres a{
    font-size: 12px;
    color : #444444;
}

#adres td{
    margin-top: -4px;
    color : #444444;
}

.open {
    width: 8px;
    height: 10px;
    float: left;
    background: url(../images/wtc_open.gif) no-repeat bottom left;
}

.close {
    width: 8px;
    height: 10px;
    float: left;
    background: url(../images/wtc_close.gif) no-repeat bottom left;
    display: none;
}

.faq {
    font-size: 12px;
    color: #660000;
    font-weight: bold;
    display: block;
}

/* --------------------------------------------------------------------------------
   Leden registratie formulier...
   -------------------------------------------------------------------------------- */

.form_input{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #600000;
    background-color: #ffffff;
    border-style: none;
    width: 180px;
    height: 18px;
}

.form_text{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #600000;
    background-color: #ffffff;
    border-style: none;
    width: 360px;
}

.form_input_small{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #600000;
    background-color: #ffffff;
    border-style: none;
    width: 60px;
    height: 18px;
}

.form_submit{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #ff0000;
    border-style: none;
    height: 18px;
    cursor: pointer;
}

.form_radio{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    border-style: none;
    cursor: pointer;
    margin-right: 5px;
}

/* --------------------------------------------------------------------------------
   Reacties forum...
   -------------------------------------------------------------------------------- */
#reactie {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

#reactie table{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background: none;
    border-style: none;
    width: 100%;
}

#reactie td{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background: none;
    border-style: none;
/*    width: 100%;*/
}

#reactie .form_text{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #600000;
    background-color: #ffffff;
    border-style: none;
    width: 340px;
}

#reactie .form_input{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #600000;
    background-color: #ffffff;
    border-style: none;
    width: 340px;
    height: 18px;
}

#reactie_left {
    float: left;
    height: 100%;
    width: 120px;
}

#reactie_right {
    float: left;
    height: 100%;
    width: 280px;
    padding-left: 5px;
}

#reactie_right h1{
    float: left;
    width: 100px;
    background-color: blue;
}


#reactie_edit {
    float: right;
}

#info{
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ff0000;
    background: none;
    width: 100%;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

#leden{
    width: 100%;
    color: #000000;
}

#leden td{
    color: #000000;
}

/* --------------------------------------------------------------------------------
   Album view...
   -------------------------------------------------------------------------------- */

#album {
    width: 100%;
    float: left;

}

#album img {
    background-color: #ccc;
    margin: 5px;
    float: left;
    display: block;
    border: 1px solid #660000;
    vertical-align: middle;
    text-align: center;
}

/* --------------------------------------------------------------------------------
   Archief...
   -------------------------------------------------------------------------------- */

#nieuwsarchief_link {
    width: 90%;
    clear: both;
    border-top: 1px solid #660000;
    padding: 3px 0;
}

#nieuwsarchief {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nieuwsarchief li {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

#nieuwsarchief li .date {
    background-color: #660000;
    color: #ffffff;
    width: 110px;
    padding: 0 5px 0 5px;
    margin: 2px 0 0 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

#nieuwsarchief li .leesverder {
    font-size: 10px;
}
