/* Alle lay-out copyright Daan Kroese 2007
   daankroese@gmail.com | www.daankroese.nl
   groen: #b1c800 rood: #a10f35
*/

/* GENERAL STYLING RULES */
body, html {
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Verdana", "Arial", sans-serif;
    overflow-x: hidden;
}

h1 a, #menu, #menu a, #footer {
    border-left-style: solid;
    border-left-width: 50px;
    border-left-color: #a10f35;
    background-color: #b1c800;
    color: #a10f35;
    font-family: "Tw Cen MT", inherit;
    font-weight: normal;
}
h1 a:visited, #menu a:visited {
    color: #a10f35;
}

h1 a{
    background-image: url('img/Ronde-hoek-boven2.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 130px;
    font-size: 40px;
    line-height: 130px;
    margin: 0;
    padding-left: 20px;
    z-index: 10;
    text-decoration: none;
    text-transform: uppercase;
}
h1 a:hover {
    text-decoration: none;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1em;
}

hr {
	border: 1px solid #b1c800;
}

#content {
    position: absolute;
    min-width: 750px;
    top: 130px;
    left: 230px;
    padding: 1em;
    text-align: justify;
    line-height: 1.5em;
}
    #content img {
        border-width: 0;
        margin: 1em;
    }

#footer {
    background-image: url(img/Ronde-hoek-onder.gif);
    background-position: top right;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    color: #ffffff;
}
    #footer a {
        text-decoration: none;
        color: #b30d40;
    }
/*-----------------------------------------------------------------------------*/

/* MENU STYLING RULES */
#menu {
    padding-top: 115px;
    height: 100%;
    width: 180px;
    position: fixed;
}
    #menu a {
        text-decoration: none;
        margin-left: -50px;
        display: block;
        padding: .5em 22px;
        /*clear: left;
        float: left;*/
        z-index: 101;
    }
    #menu a:hover, #menu a.active {
        color: #a10f35;
        border-left-color: #b1c800;
        text-decoration: none;
    }

.menublock {
    display: none;
}
.menublockActive {
    display: block;
}
/*-----------------------------------------------------------------------------*/

/* FORM STYLING RULES */
fieldset {
    border-width: 0;
    margin: 5px;
}
label {
    display: block;
    margin: 1em 0;
}
input {
    border: 1px solid #b1c800;
    background-color: #ffffff;
}
/*-----------------------------------------------------------------------------*/

/* LINK STYLING RULES */
a {
    color: #a10f35;
    text-decoration: none;
}
a:visited {
    color: #b1c800;
}
/*-----------------------------------------------------------------------------*/

/* TABLE STYLING RULES */
table, tr, td {
    border-width: 0;
    border-collapse: collapse;
}
/*-----------------------------------------------------------------------------*/