/* 
Document   : css
Created on : 28-mrt-2009, 23:18:53
Author     : Benjamin
Description:
*/

root{
    margin:0px;
    padding:0px;
}
body
{
    top:0px;margin:0px;padding:0px;
    background-color:gray;  margin:0px;
    padding:0px;
    font-family: Arial,Helvetica,sans-serif;
    color: #505050;
}
#page
{

    position:absolute;
    left:50%;
    margin-left:-300px;
    top:0px;


}
#pageTop
{
    position:relative;
    top:50px;margin:0px;padding:0px;
    background-image:url(../images/achterBoven.png);
    background-repeat:no-repeat;
    height:9px;
    font-size: 1px;
}
#pageMid
{
    position:relative;
    top:50px;margin:0px;padding:0px;
    background-image:url(../images/achterMidden.png);
    background-repeat:repeat-y;
    min-height:100px;

}
#pageBottom
{
    position:relative;
    top:50px;margin:0px;padding:0px;
    background-image:url(../images/achterOnder.png);
    background-repeat:no-repeat;
    height:100px;

}
#wrapperUitroepteken
{
    position:absolute;
    width:100%;
    height:100%;
    min-height:600px;
    z-index:-3;
}
#uitroepteken
{
    height:800px;
    margin-top:-80px;
}
#content
{
    position:relative;
    text-align:left;
    width:570px;
    padding:10px;
}
#logo
{
    padding-top:180px;
    background-image:url(../images/logoBlink.png);
    margin-left:10px;
    background-repeat:no-repeat;
}
#knoppen
{
    position:relative;
    padding-left:10px;
    text-align:left;
    width:600px;
}

.knop
{
    cursor:pointer;
}
#hidden
{
    display:none;
}
.editknop
{
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
#emailFout
{
    color:red;
    display:none;
}
#vraagFout
{
    color:red;
    display:none;
}
#contactForm
{
    display:none;
}
.link
{
    cursor:pointer;
    text-decoration:underline;
}


a img
{
    border:none;
}
#showContact
{
    display:none;
}
#loader
{
    position:absolute;
    top:350px;
    left:260px;
    
}