/*

Speciale CMS klassen, voornamelijk voor alinea types

!! ALTIJD INLCUDEN !!

*/

.cms_cleaner{
    height : 1px;
    width : 100%;
    background-color : #ff0000;
    float : left;
    display:inline;
}


.paragraph {
  width: 100%;
  padding-bottom: 15px;
  float:left;
  clear: both;
}



body {
  font-family: arial;
  font-size: 12px;
  color: #4e4e4e;
  margin: 0px;
  padding:0px;
}


.abc_letter{
  font-family: arial;
  font-size: 16px;
  text-decoration: none;
  color: #720000;
}

.devider {
  background-color: #006987;
}

h2{
  background-image: url(h2_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 2px;
  margin-top : 20px;
  margin-bottom : 10px;
}

p{
 margin:0px;
 padding:0px;
}

#content {
  float: left;
  width: 475px;
  color: #565656;
  margin: 0px 30px 45px 0px;
  padding-left: 15px;
  min-height: 585px;
  border-left: 1px solid #E2E2E2;
}

#content h1 {
  margin: 0px 0px 5px 0px;
  font: 22px/1.5 arial;
  color: #00a4d9; /*#787878*/
  font-weight: normal;
  border-bottom: 1px solid #E2E2E2;
}

.input{
	border: 1px;
	border-color: #9ebe5a;
	border-style: solid;
	padding:1px;
  font-family: arial;
  font-size: 12px;
  z-index:1;
}
select{
  z-index:1;
}
#contentContainer{
  padding : 14px 14px 14px 14px;
  width: 509px;
  background-color: #eeeeee;
  float: left;
  overflow: hidden;
  min-height : 433px;
}

#contentContainer a{
  color: #4e4e4e;
}

#leftContainer{
  width : 192px;	
  float : left;
  overflow : hidden;
}

#menuContainer{
  border-right: 1px solid;
background-color: #979797;
padding : 0 0 0 35px;
  width: 156px;
  overflow: hidden;
  background-image: url(./img/fade_links.jpg);
  background-repeat: repeat-y;
  float : left

  
}

#menuFooter{
  width: 215px;
  height : 69px;
  background-image: url(./img/hoekje_menu_rond.jpg);
  float : left;

}

#nav{
  padding : 0px;
  margin : 0px 0px 0px 0px;
  list-style: none;
  background-color: #979797;
}


#nav li a{
  width: 135px;
  text-decoration: none;
  color: #4a4a4a;
  padding: 4px 0px 4px 18px;
  display: block;
  font-weight: bold;
  background-image: url(menuItemInactive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li a:hover, #nav li.active a{
  width: 135px;
  text-decoration: none;
  color: #720000;
  padding: 4px 0px 4px 18px;
  display: block;
  font-weight: bold;
  background-image: url(menuItemActive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

.blockContainer{
  border-left: 1px solid;
  margin : 0;
  paddin: 0;
  width: 228px;
}

#rightContainer{
  width: 249px;
  float : left;
  background-image: url(./img/fade_rechts.jpg);
  background-repeat: repeat-y;
  background-position: center right;
  margin : 0;
  paddin: 0;  
}

#rightFooter{
  width: 249px;
  height : 69px;
  background-image: url(./img/hoekje_rechterblok_rond.jpg);
  float : left;

}

.blockTitle{
  height: 30px;
  width: 208px;
  background-color: #720000;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:12px;
  /*margin-top : 1px;*/
}

.blockContent{
  background-color: #979797;
  padding: 10px;
  width: 208px;
}

.blockContent a {
  text-decoration: underline;
  color: #3E3C3D;
}


.blockContent a:hover{
  text-decoration: underline;
  color: #720000;
}


#siteContainer {
  width: 980px;
  margin: 0 auto;  
  padding : 0;  
  background-color: #FFFFFF;
  background: url(img/achtergrond.jpg) repeat-y center;
}


#headerContainer {
  height: 118px;
  width: 980px;	
  margin : 0;
  padding : 0;

}

#headerCenter{

    background: url(img/header.jpg) no-repeat top left;
    width : 938px;
    height: 118px;
    float : left;
}

#headerLeft {
  background-image: url(./img/fade_links.jpg);
  background-repeat: repeat-y;
    float : left;
    width : 20px;
    height: 118px;
}

#headerRight {
  background-image: url(./img/fade_rechts.jpg);
  background-repeat: repeat-y;
  float : left;
  width : 20px;
  height: 118px;
  padding : 0;
  margin : 0;

}


#homeSpacer{
  line-height:0;
  font-size: 0;
  clear : both;
  height: 0px;
	width: 980px;
	background-color: #FFFFFF;
}

#footerContainer {
  margin: 0;
  padding: 0;
  height: 39px;
  width: 930px;
  background: #FFFFFF url(img/footer.jpg) no-repeat center;
  
}

#footerLine {
    padding-top : 5px;
    text-align : center;
    color: #999999;
}

#footerLine a{
	color: #999999;
}


.clearer{
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
}

/*
---------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------
*/

#nav{
  padding : 0px;
  margin : 10px 0px 0px 0px;
  list-style: none;
}

#nav li a{
  width: 135px;
  text-decoration: none;
  color: #4b4b4b;
  padding: 4px 0px 4px 18px;
  display: block;
  font-weight: bold;
  background-image: url(img/menuItemInactive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li a:hover, #nav li.active a{
  width: 135px;
  text-decoration: none;
  color: #720000;
  padding: 4px 0px 4px 18px;
  display: block;
  font-weight: bold;
  background-image: url(img/menuItemActive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li.sub a:hover, #nav li.subActive a, #nav li.subActive a:hover{
  width: 135px;
  text-decoration: none;
  color: #720000;
  padding: 4px 0px 4px 17px;
  display: block;
  font-weight: bold;
  background-image: url(img/submenuItemActive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li.sub a{
  width: 135px;
  text-decoration: none;
  color: #4b4b4b;
  padding: 4px 0px 4px 17px;
  display: block;
  font-weight: bold;
  background-image: url(img/submenuItemInactive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li.subsub a:hover, #nav li.subsubActive a{
  width: 135px;
  text-decoration: none;
  color: #720000;
  padding: 4px 0px 4px 42px;
  display: block;
  font-weight: bold;
  background-image: url(img/subsubmenuItemActive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li.subsub a{
  width: 135px;
  text-decoration: none;
  color: #4b4b4b;
  padding: 4px 0px 4px 42px;
  display: block;
  font-weight: bold;
  background-image: url(img/subsubmenuItemInactive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li.subsubsub a:hover, #nav li.subsubsubActive a{
  width: 135px;
  text-decoration: none;
  color: #720000;
  padding: 4px 0px 4px 56px;
  display: block;
  font-weight: bold;
  background-image: url(img/subsubsubmenuItemActive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#nav li.subsubsub a{
  width: 135px;
  text-decoration: none;
  color: #4b4b4b;
  padding: 4px 0px 4px 56px;
  display: block;
  font-weight: bold;
  background-image: url(img/subsubsubmenuItemInactive.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

