* { /*Globale reset*/
padding: 0;
margin: 0;
}
body, html {
color: #333333; 
background: url(grafix/bg.jpg) repeat; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
}
body{
font-size: 11px;
line-height: 16px;
text-align: left;
}
/*----------------------Link opmaak----------------------*/
a:link, a:active, a:visited {
color : #FF9900;
font-size:11px;
font-weight : bold;
text-decoration : underline;
}
a:hover {
color : #333;
}
h1 {
font-size : 16px;
color:#FF9900;
font-weight : bold;
padding-bottom:5px;
}
h2 {
font-size : 13px;
font-weight : bold;
color:#333;
padding-bottom:5px;
}
.kop  {
font-size : 13px;
font-weight : bold;
color:#333;
padding-bottom:5px;
}
td {
font-size: 11px;
line-height: 16px;
}
.oranje {
font-size : 13px;
font-weight : bold;
color:#FA961F;
padding-bottom:5px;
}
ul li {
padding-left:16px;
background:url(grafix/bullet.gif) top left no-repeat;
}
p {
padding-bottom:14px;
}
.clear {
clear: both; /*** Clearfix ***/
}
#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: 940px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: url(grafix/main_bg.jpg) repeat-y #FFF;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #container {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
#container_wrap {
margin:0 5px 0 5px;
}

/*-------------------- siteNavigation  ----------------------------------------*/
#siteNavigation {
height:24px;
background:#FA961F;
}
#siteNavigation  ul {
list-style: none;
padding: 0;
margin: 0;
}
#siteNavigation  li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#siteNavigation  li a:link, #siteNavigation  li a:visited, #siteNavigation  li a:active {
height: 24px;
line-height: 24px;
width: 116px;
display: block;
color: #FFF;
text-decoration: none;
text-align: center;
font-weight: bold; 
font-size: 13px;
border-right: 1px solid #FFF;
}
#siteNavigation  li a:hover {
background: #FF6600;
}

/**************************
HEADER
**************************/
#header {
background: url(grafix/top.jpg) no-repeat;
width:930px;
height: 204px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px; 
}
* html .outer {
padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 763px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;
}
* 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.
***/
.float-wrap {
float: left;
width: 670px;
height:100%;
min-height:100%;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 500px;
margin: 5px 0 5px 5px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
#contentWrap {
padding-right:6px;
}
.whitespace {
width:930px;
height:6px;
background:#FFF;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#subnav {
float: left;
width: 157px;
height:100%;
min-height:100%;
margin-top:5px;
padding-left:8px;
font-size:10px;
}
* html #subnav {
position: relative;  /*** IE needs this  ***/
}
#subnav ul, li {
list-style:none;
margin:0;
padding:0;
}
#subnav ul {
margin-bottom:6px;
}
#subnav li {
width:144px;
background:url(grafix/navi.jpg) no-repeat;
margin-bottom:1px; 
height:20px;
line-height:20px;
padding-left:16px;
}
#subnav  li a:link, #subnav  li a:active, #subnav  li a:visited {
color:#FFF;
text-decoration:none;
font-size:10px;
}
#subnav  li a:hover {
color:#000;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 248px;
margin: 5px 0 5px 5px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -118px; /*** IE gets this margin. ***/
}
/**************************
FOOTER
**************************/
#footer {
width: 940px;
height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
background: url(grafix/footer.jpg) repeat-x #999999;
clear: both;
color:#FFF;
bottom:0;
line-height:30px;
}
#footer p {
margin:0;
padding:0;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
color:#FFF;
}

/*-------------------- ContactForm ----------------------------------------*/

.form {
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 11px;
}
.knop {
background: url(grafix/submit.jpg) no-repeat;
width: 80px;
height: 25px;
cursor: pointer;
border: 0;
}
.knop:hover {
background: url(grafix/submit_hover.jpg) no-repeat;
}
.input {
border: 1px solid #D9D9D9;
background: #F8F8F8;
width: 200px;
}

/*-------------------- Sitemap ----------------------------------------*/
.sitemap {
line-height: 20px;
list-style: none;
}
.sitemapmain {
list-style: none;
font-weight: bold;
color:#1B2D5F;
text-decoration: none;
height:30px;
}
.sitemap li {
list-style: none;
padding-left: 30px;
background:FFF;
height:30px;
}
.sitemap li li li {
list-style: none;
padding-left: 30px;
height:30px;
}

/*-------------------- Kruimelspoor ----------------------------------------*/
#kruimelspoor {
background:#999;
width:495px;
height:20px;
line-height:18px;
margin-bottom:5px;
color:#FFF;
font-size:10px;
}
#kruimelspoor a:link, #kruimelspoor a:active, #kruimelspoor a:visited {
color:#FFF;
text-decoration:underline;
font-size:10px;
}
#kruimelspoor a:hover {
color:#F7941D;
}
#breadcrumb, #breadcrumb li {
margin: 0;
padding: 0;
display: inline; /* Horizontal list */
list-style: none;
}
#breadcrumb li {
padding: 0 5px 0 5px;
background: url(grafix/kruimel_pijl.gif) no-repeat right center;
}
#breadcrumb a {
margin-right: 5px; /* Width of the arrow */
background: none;
}
#breadcrumb .first {
margin-left: 0; 
padding-left: 0;
}
#breadcrumb .last {
background: none;
}
/*-------------------- Contentmenu ----------------------------------------*/
#contentmenu {
background:#999;
width:495px;
height:20px;
text-align:right;
margin-top:10px;
}
#contentmenu img {
cursor:pointer;
}