
/* -------------------------- HTML -------------------------- */

html { margin:0px; padding:0px; }

#body
{
    background-color:#ffffff; padding:0px; margin:0px; text-align:center;
}

body
{
    background-color:#f8f8f8; padding:0px; margin:0px;
    text-align:center;
    background-image:url(images/achtergrond_body.png); background-position:left top; background-repeat:repeat-x;
}


.wrapper
{
    width:970px; padding:0px; margin:0px auto; border:0px; vertical-align:top; text-align:left; 
}







/* -------------------------- INHOUD -------------------------- */



.inhoud
{
    width:1028px; height:617px;
    background-image:url(images/achterground_afbeelding.png); background-position:center top; background-repeat:no-repeat;
    text-align:center;
}



/* -------------------------- KNOPPEN -------------------------- */


.knop { float:left; }

/* -------------------------- LOGIN/LOGOUT -------------------------- */


.LoginCSS, .LoginCSS:visited, .LoginCSS:link
{
    width:25px; height:20px; float:left; margin-left:20px;
    background-image:none; background-repeat:no-repeat; background-position:right bottom;
    font-family:Arial; font-size:18px;
}
.LoginCSS:hover
{
    width:25px; height:20px;
    background-image:url(images/login_o.png); background-repeat:no-repeat; background-position:right bottom;
    font-family:Arial; font-size:18px; text-decoration:none;
}



/* -------------------------- DNN CONTENT -------------------------- */


