ul { margin: 0; padding: 0; list-style: none; }
li { margin: 0; padding: 0; display: list-item; list-style-type: none; }

#nieuws {
    border-left: solid 1px; border-top: solid 1px; border-right: solid 1px;
}

.nieuwstekst {
	border-top: solid 1px; /*text-align: justify;*/
}

#toegangsknop {
    position: absolute; 
    top: 0px; 
    right: 10px; 
    z-index: 2;
}

#toegang {
    position: absolute; 
    right: 10px;
    z-index: 3;
    background-color: #666666;
}

#addreactie { left: 0px; position: absolute; width: 270px; height: 195px; border: outset 1px black; padding: 10px; background-color: #666666; z-index: 10; }
#rechterbalk { position: absolute; top: 0; left: 780px; margin: 15px 5px 20px 0px; width: 180px; }
#middenbalk { position: absolute; top: 0; left: 0; width: 770px; min-width: 585px; margin: 5px 190px 20px 5px; padding: 0; }

div#addreactie p { clear: both; }
span.left { float: left; }
span.right { float: right; }

div.rechterbalk_contentframe { width: 95%; border: solid 1px white; padding: 3px; margin-bottom: 10px; }

.inputvak {
    width: 200px; font-family: Arial, sans-serif;
}

p.sectionhead_right { margin-top: 0; font-weight: bold; }

#background {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black url(images/splash.jpg) bottom right no-repeat;
}

body {
    font: 12px Arial, sans-serif;
    color: white;
    background: black url(images/splash.jpg) bottom right no-repeat fixed;
    margin: 0;
}

table,img {
    border: 0;
}

div,td {
    font: 12px Arial, sans-serif;
    color: white;
}

.titel {
    background-color: #666666;
    height: 15px;
}

a {
    color: #CCCCCC;
    text-decoration: underline;
}

.meel {
    font-style: italic;
    color: white;
}

.logininfo {
    font-style: normal;
    font-family: Arial, sans-serif;
    font-size: 9px;
}

.button {
    width: 59px;
    border: solid 0px white;
    color: white;
    font-size: 10px;
    background: url(images/bg_trans.gif);
}

.datum {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: italic;
}

a.admin {
    color: #FFFF00;
    text-decoration: none;
}

a.admin:hover {
    text-decoration: underline;
}

a.recent {
    text-decoration: none;
}

a.recent:hover {
    text-decoration: underline;
}

a.reacties {
    color: #FFFFFF;
    text-decoration: none;
    font-style: italic;
}

a.reacties:hover {
    text-decoration: underline;
}
