* { /*Globale reset*/
padding: 0;
margin: 0;
}
body, html {
color: #555555;
font-family: Verdana, Arial, Tahoma, sans-serif;
background: url(grafix/bg.jpg) #B1B0B0 repeat-x;
height: 100%;
}
.bigfont {
/*font-size: 15px !important;*/
font-size : 1.36em;
}
body {
font-size: 11px;
line-height: 14px;
}
h1 {
/*font-size : 14px;*/
font-size : 1.27em;
font-weight : bold;
color: #D71046;
margin: 0;
margin-bottom: 10px;
}
h2 {
/*font-size : 13px;*/
font-size : 1.18em;
font-weight : bold;
}
#lettertype {
font-size: 14px;
}
.kop {
/*font-size : 14px;*/
font-size : 1.27em;
font-weight : bold;
color: #D71046;
}
p {
padding-bottom: 14px;
text-align: left;
}
.clear {
clear: both; /*** Clear fix voor de floats ***/
}
table {
font-size : 1.45em;
}


/*--------------------Link opmaak----------------------------------------*/
a {
color: #D71046;
cursor: pointer;
text-decoration: underline;
}
a:active {
}
a:visited {
}
a:hover {
color: #000;
}

#body { /*** Deze DIV word om het geheel geplaats en dient als een body. Dit is een fix om te voorkomen dat de tekst gecentreerd uitlijnd in het beheer ***/
width: 100%;
text-align: center; /*** Alles word gecentreerd uitgelijnd. Dit is voor het centeren van de Container in IE ***/
min-height: 100%;
height: 100%;
}

#container {
width : 950px;
margin: 0 auto; /*** Hierdoor word deze DIV altijd gecentreerd op het scherm ***/
min-height: 100%;
background: #FFF;
text-align: left; /*** Omdat  in de #body DIV alles gecentreerd word overrulen we dit weer door de text links uit te lijnen in deze container ***/
border-left: #000 solid 1px;
border-right: #000 solid 1px;
}
* html #container {
height: 100%;  /*** IE support geen min-height in de plaats daarvoor gebruikt het height als min-height ***/
text-align: left;
}
li {
list-style-image: url(grafix/bullet.gif);
margin-left: 16px;
}

/*--------------------Navigatie----------------------------------------*/
#navi {
background: url(grafix/navi.jpg) repeat-x;
height: 28px;
padding-left: 217px;
}
#navigatie {
margin: 0;
padding: 0;
}
#navigatie li {
float: left;
margin: 0;
padding: 0;
list-style: none;
}
#navigatie li a:link, #navigatie li a:visited {
background: url(grafix/navknop.jpg);
width: 85px;
line-height: 28px;
display: block;
color: #FEFEFE;
text-decoration: none;
text-align: center;
}
#navigatie li a:hover, #navigatie li.sfhover a:link, #navigatie li.sfhover a {
background: url(grafix/navknop_hover.jpg) !important;
}
/*-------------------- Header en navi ----------------------------------------*/

#header {
background: url(grafix/top.jpg) no-repeat;
height : 150px;
}
/*--------------------Menu navigatie----------------------------------------*/
#menu {
width: 170px;
margin-top: 25px;
border-bottom: 1px solid #D71047;
}
#menu h1 {
background: url(grafix/menu.jpg) no-repeat;
width: 170px;
height: 30px;
line-height: 30px;
padding-left: 5px;
color: #FFF;
margin: 0;
padding-left: 5px;
}
#subnavigatie {
padding: 0px;
margin: 0px;
list-style: none;
}
#subnavigatie li {
padding-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
list-style: none;
border-top: 1px solid #ffffff;
border-left: 1px solid #D71047;
border-right: 1px solid #D71047;
width: 170px;
overflow:hidden;
}
#subnavigatie li a, #subnavigatie li a:link, #subnavigatie li a:visited, #subnavigatie li a:hover {
display: block;
padding: 5px;
padding-top: 3px;
padding-bottom: 4px;
background-color: #e7e7e7;
/*font-size: 14px;*/
font-size : 1.27em;
text-decoration: none;
color: #000000;
margin: 0px;
}
#subnavigatie li a:hover, #subnavigatie li.sfhover a {
background-color: #ffffff;
}
/*-------------------- Content en Column ----------------------------------------*/

.outer {
padding-right: 125px;
}
* html .outer {
padding-left: 80px; /* Deze DIV is een fix voor IE7 */
}
.inner {
width: 820px; /*** Deze width is voor niet-Firefox browsers. Wanneer dit aangepast word goed crossbrowser checken! ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.main {
float: right;
width: 700px;
margin-right: -100px; /*** Zelfde lengte als .outer padding-left maar met negatieve waarden ***/
margin-bottom: 10px;
}
* html .main {
text-align: left;
}
#content {
float: left;
width: 680px;
padding: 10px 10px 0;
text-align: left;
}
* html #content {
position: relative;  /*** IE heeft dit nodig  ***/
text-align: left;
}
.contentWrap {
width: 680px;
border: 1px solid #000;
margin-top: 10px;
background: #fff;
margin-bottom: 10px;
padding: 10px;
}

/*-------------------- Left Column ----------------------------------------*/

#left {
margin-top: 10px;
padding-left: 20px;
width: 195px;
background: #fff;
float: left;
}
* html #left {
position: relative;  /*** IE heeft dit nodig  ***/
margin-left: -80px; /*** IE krijgt deze margin ***/
}
.box {
width: 270px;
min-height: 100px;
background: url(grafix/box.jpg) #FBFAFB repeat-x;
border: 1px solid #D9D9D9;
margin-bottom: 10px;
padding: 5px 3px 3px 3px;
text-align: left;
font-size : 1.27em;
}
.box ul {
margin-top: 10px;
}
.box p {
margin: 0;
padding: 0;
text-align: left;
}

/*-------------------- Footer ----------------------------------------*/

#footer {
width : 950px;
height: 14px;
margin: 0 auto;
margin-top: -14px; /*** Doormiddel van een negatieve hoogte te geven aan de footer voorkomt de browser dat er een vertical:scroll word toegevoegd
Wanneer er borders of paddings worden gebruikt moeten deze meegerekend worden! ***/
text-align: center;
background: url(grafix/footer.jpg) repeat-x;
bottom: 0;
color: #FFF;
/*font-size: 10px;*/
font-size : 0.91em;
clear: both;
}
#footer p {
margin: 0;
padding: 0;
text-align: center;
}
/*--------------------Footer links----------------------------------------*/
#footer a, #footer a:link, #footer a:visited, #footer a:active  {
color: #ffffff;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
/*-------------------- ContactForm ----------------------------------------*/

.form {
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 11px;
}
.input {
border: 1px solid #D9D9D9;
background: #F8F8F8;
width: 200px;
}
.knop {
background: #D71146;
width: 87px;
height: 18px;
border: 0;
color: #FFF;
font-weight: bold;
font-size: 12px;
cursor: pointer;
padding-bottom: 2px;
}
.knop:hover {
background: #4F5150;
}
/*---------------------------------------------- Sitemap ---------------------------------------------------*/
.sitemap /* Sitemap lists */ {
list-style: none;
padding-top: 0px;
margin-top: 0px;
padding-bottom: 0px;
marign-bottom: 0px;
}
a.sitemapmain:link,a.sitemapmain:visited,a.sitemapmain:active,a.sitemapmain:hover /* Main level links */{font-weight: bold;}

