﻿/* PNGFIX */
.png 
{
    behavior:url(/iepngfix.htc);
}

/* ALGEMEEN */

html 
{
    font-size: 1.1em;
}

body
{
    margin: 0;
    background: url(images/bg-site.jpg) repeat-x #ffffff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.7em;
    color: #3a3d40;
}

form
{
    margin: 0;
}

h1
{
    font-size: 1.3em;
}

h2
{
    font-size: 1.2em;
    color: #f8981d;
}

a
{
    color: #3a3d40;
    text-decoration: underline;
}


/* STRUCTUUR */

#centersite
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#achtergrondsite
{
    float: left;
    display: inline;
    width: 990px;
    background: url(images/bg-sitecontainer.png) repeat-y;
}


#sitecontainer
{
    float: left;
    display: inline;
    width: 950px;
    margin-left: 20px;
}

#header
{
    float: left;
    display: inline;
    width: 950px;
    height: 184px;
    background: url(images/header.jpg) no-repeat;
}

#language
{
    float: left;
    display: inline;
    margin-left: 851px;
    margin-top: 156px;
}

#maincontainer
{
    float: left;
    display: inline;
    width: 950px;
}

#nav
{
    float: left;
    display: inline;
    width: 264px;
    margin-top: 20px;
}

/* NAVIGATIE */

#nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav ul li
{
    border-bottom: solid 1px #686362;
}

#nav ul li ul li
{
    border-top: solid 1px #686362;
    border-bottom: none 0px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 1px;
    background: url(images/square.jpg) no-repeat 40px 15px;
    
}

#nav li a
{
    display: block;
    padding-left: 30px;
    text-decoration: none;
    color: #231f20;
    padding-top: 8px;
    padding-bottom: 8px;
}

#nav li a:hover, #nav li a.active
{
    color: #e1dedc;
}

/* EINDE NAVIGATIE*/

#textcontainer
{
    float: left;
    display: inline;
    width: 686px;
}

#print
{
    float: right;
    display: inline;
    margin-top: 50px;
    text-align: right;
    padding-left: 30px;
    padding-right: 25px;
}

#text
{
    float: left;
    display: inline;
    width: 626px;
    margin-top: 20px;
    margin-left: 30px;
}

#text ul
{
    margin: 0;
    padding: 0;
}
#text ul li
{
    margin-left: 15px;
    list-style-type: square;
}

#footer
{
    float: left;
    display: inline;
    width: 990px;
    height: 215px;
    background: url(images/footer.png) no-repeat;
}

/*CLASSES*/

.title
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #f8981d;

}

.title a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    color: #f8981d;
    line-height: 20px;
}

.titleNieuws a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    color: #f8981d;
}

.titleNieuws a:hover
{
    text-decoration: none;
}

.title a:hover
{
    text-decoration: underline;
}

.date
{
    font-size: 1em;
    font-style: italic;
}

.language
{
    text-decoration: none;
    color: #3a3d40;
    text-transform: uppercase;
}

.language:hover
{
    text-decoration: underline;
}

.map
{
    border: solid 1px #3a3d40;
}

.light
{
    color: #94989d;
    font-size: 1em;
}

.klikFoto
{
    color: #94989d;
    font-size: 0.9em;
}

.klikPrint
{
    color: #94989d;
    font-size: 0.9em;
}

.picto
{
	margin-bottom:-3px;
}