body{
margin: 0px;
padding: 0px;
font-size: 11px;
font-family: verdana;
background-image:url(../images/head_01.jpg);
}

/* HEADER */

#container_header{
width: 100%;
height: 100px;
}
#header{
width:100%;
height: 75px;
background-image:url(../images/head_01.jpg);
}
#menu{
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
width: 100%;
height: 23px;
background-color:#EBEBEB;
}
#menu_tekst{
padding-top: 4px;
padding-left: 10px;
}

#container_header2{
width: 100%;
height: 75px;
border-bottom: 1px solid #666666;
}
#header2{
width:100%;
height: 75px;
background-image:url(../images/head_01.jpg);
}

/* CONTENT */

#container{
width: 100%;
height: auto;
background-color:#FFFFFF;
}

#container_vak{
padding-top: 10px;
padding-bottom: 10px;
width: 85%;
margin: 0 auto;
}

/* FOOTER */

#container_footer{
height: 75px;
width: 100%;
clear: both;
margin: 0 auto; 
}
#footer_button{
background-image:url(../images/head_01.jpg);
height: 50px;
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
}
#footer_copyright{
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
background-color:#EBEBEB;
height: 25px;
text-align:center;
}
#container_footer2{
height: 50px;
width: 100%;
clear: both;
margin: 0 auto;
border-top: 1px solid #666666; 
}

/* LINK KLEUREN */

#container_header a {
    color: black;
    text-decoration: none;
}

#container_header a:hover {
    color: orange;
    text-decoration: none;
}

#container_header a:visited {
    text-decoration: none;
}

#container a {
    color: black;
    text-decoration: none;
}

#container a:hover {
    color: orange;
    text-decoration: none;
}

#container a:visited {
    text-decoration: none;
}

/* H's */

h1{
font-size: 20px;
font-family: verdana;
font-weight:bold;
color:orange;
padding: 0px;
padding-bottom: 10px;
margin: 0px;
}
h2{
font-size: 15px;
font-family: verdana;
font-weight:bold;
color:black;
padding: 0px;
padding-bottom: 5px;
margin: 0px;
}

/* INPUT VELDEN */

#loginveld{
width: 300px;
height: 13px;
font-size: 11px;
font-family: verdana;
border: 1px solid gray;
background-image:url(../images/input_01.jpg);
background-repeat:repeat-x;
}
#loginbutton{
width: 200px;
height: 20px;
font-size: 11px;
font-family: verdana;
border: 1px solid gray;
background-color: #c8c8c8;
padding: 0px;
margin: 0px;
}
#inschrijven{
width: 300px;
height: 13px;
font-size: 11px;
font-family: verdana;
border: 1px solid gray;
background-image:url(../images/input_01.jpg);
background-repeat:repeat-x;
}

/* OVERIGE */

#loginformulier{
background-color: #e6e6e6;
}
#vakjegroen{
background-color: #07c10b;
}
#vakjerood{
background-color: red;
}
#vakjewit{
background-color: white;
}
#onderrand{
border-bottom: 1px solid orange;
height: 20px;
}
#lijn{
border-bottom: 2px solid orange;
}
#inputveld{
height: 13px;
font-size: 11px;
font-family: verdana;
border: 1px solid gray;
background-image:url(../images/input_01.jpg);
background-repeat:repeat-x;
}
