body
{
    padding: 0;
    margin: 0;
    font-family: "Varela Round", "Verdana", sans;
    font-size: 12px;
}

a
{
    color: white;
    text-decoration: underline;
}

a img { border: none; }

a.hoverImage
{
    outline: none;
}

p.mail-result
{
    font-size: 1.5em;
}

form input, form textarea
{
    border: none;
    background-color: white;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Varela Round", "Verdana", sans;
    font-size: 13px;
}

form input[type="image"]
{
    background: none;
    padding: 0;
}

#background-top-repeat
{
    width: 100%;
    height: 464px;
    background-image: url('../images/background-top-repeatx.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
}

#background-top-wrapper
{
    width: 1024px;
    position: relative;
    margin: auto;
}

#background-top
{
    width: 1024px;
    height: 464px;
    background-image: url('../images/background-top.png');
    position: absolute;
    top: 0;
}

#contact
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background-image: url('../images/popup-bg.png');
    display: none;
}

#contact-box
{
    margin: auto;
    margin-top: 220px;
    height: 484px;
    width: 404px;
    background-image: url('../images/contact-bg.png');
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    position: relative;
    color: white;
    overflow: auto;
}

#contact-content
{
    padding: 20px 40px;
}
#contact-content h1
{
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 3.5em;
    text-transform: uppercase;
}

#contact-content input[type="text"],
#contact-content textarea
{
    width: 308px;
    margin-bottom: 12px;
}

#contact-content textarea
{
    height: 140px;
}

#contact-content input[type="image"]
{
    position: relative;
    left: -3px;
}

#contact-close
{
    position: absolute;
    top: 10px;
    right: 10px;
}

#main
{
    width: 816px;
    position: relative;
    margin: auto;

    /* This padding-top is to prevent the margins of child elements 'falling' out and screwing up
     * the background-top* divs. */
    /*padding-top: 1px;*/
}

#site-buttons
{
    height: 51px;
    height: 1px;
    margin-bottom: 30px;
    position: relative;
}

#site-buttons img { display: block; }

a.hoverImage img.hover { display: none; }

#logo
{
    width: 423px;
    margin: auto;
}

#button-bouwtraining
{
    width: 290px;
    position: absolute;
    top: 0;
    z-index: 2;
}

#button-bouwtrainer
{
    position: absolute;
    top: 0;
    left: 255px;
    z-index: 1;
    -moz-opacity:.50;
    /* FIXME: verplaats naar IE-only css */
    filter:alpha(opacity=50);
    opacity:.50;
}


#contact-button
{
    text-align: right;
    margin-bottom: 7px;
}

#text-top
{
    padding: 25px;
    text-align: center;
    text-align: left;
    font-size: 1.1em;
    color: white;
    background-image: url('../images/background-text-top.png');
    background-repeat: no-repeat;
    min-height: 200px;
}

#text-top p { margin: 0; }

#text-top p strong { font-size: 1.05em; text-transform: uppercase; }


#columns
{
    width: 770px;
    height: 200px;
    position: absolute;
    top: 260px;
    left: 23px;
    margin: auto;
}

#columns h3,
#columns h2,
#columns p
{
    margin: 0;
}

#columns a.column-link
{
    text-decoration: none;
    color: white;
}

#columns .column
{
    width: 240px;
    position: absolute;
    padding-top: 380px;
}

#columns .column-header
{
    position: absolute;
    top: 0;
    width: 240px;
    height: 364px;
    color: white;
    background-image: url('../images/column-header-bg.png');
    background-repeat: no-repeat;
}

#columns .column-clickable .column-header
{
    cursor: pointer;
}

#columns .column-header img
{
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
}

#columns .column-header h2
{
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 9px;
}

#columns .column-header h3
{
    position: absolute;
    top: 35px;
    font-weight: normal;
    text-transform: lowercase;
    padding: 9px;
}

#columns .column .todo
{
    position: absolute;
    top: 270px;
    right: 0;
    width: 180px;
    height: 20px;
    background-image: url('../images/column-todo-bg.png');
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 1.3em;
    padding: 10px;
}

#column-a { background-image: url('../images/column-a-bg.png'); background-repeat: no-repeat; }
#column-b { background-image: url('../images/column-b-bg.png'); background-repeat: no-repeat; }
#column-c { background-image: url('../images/column-c-bg.png'); background-repeat: no-repeat; }

#column-a { left: 0; }
#column-b { left: 265px; }
#column-c { right: 0; }


#columns .column-text
{
    color: #333;
    padding: 2px;
}

#columns .column-text p
{
    margin-bottom: 1em;
}
