* {
   margin: 0;
   padding: 0;
   font-family: Helvetica, Verdana, Arial;
   font-size: 13px;
   color: #383d4e;
}
img {
   border: 0;
}

A
{
    color: #9f0a1d;
    text-decoration: underline
}
A:hover
{
    color: #9f0a1d;
    text-decoration: none
}

b { font-weight: bold; }


BODY
{
    background: url(../images/back.jpg) #dcddde repeat-x left top/*dit is de opmaak voor links en rechts buiten de velden */
}

html, body
{
  margin:0; /*** Do NOT set anything other than a left margin for the page as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

HTML
{
    height: 100%
}
BODY
{
    height: 100%
}
#siteContainer
{
    border-right: #b5b5b5 5px solid;/*color veranderen van de rode verticale lijn rechts van de content*/
    min-height: 100%;
    background: url(../images/leftcolumn.jpg) #ffffff repeat-y left top;
	/*bg_siteContainer1.gif de horizontale streep met de kleur voor de achtergrond van de linkerkolom over de gehele hoogte wordt deze weergegeven
	dus loopt door van boven tot onderaan de pagina*/
    left: 50%;
    margin-left: -393px;
    width: 774px;
    position: absolute;
    top: 0px;
    height: auto
}

 HTML #siteContainer
{
 min-height: 100%;
 _height: 100%;
	}

#rightColumn
{
    padding-bottom: 45px;
    width: 643px;
}

#rightColumn
{
    float: right;
	margin-top: 0px;
}

* html #rightColumn {
  margin-top: 0px; /* voor alle IE6 en kleiner*/
  ma\rgin-top: 0px;    /* om IE 6 weer terug te zetten op origenele waarde */
  	/* DE Hack voor IE 5.5 en 6.0 de asterix wordt alleen gelezen door IE6 en kleiner, 
	de eerste notatie wordt gelezen door IE5.5 en de tweede zet IE 6.0 weer terug op de oude waarde 
	denk eraan de \ niet te plaatsen voor a tm f !! */
}

#leftColumn
{
    display: inline;
    float: left;
    position: relative;
	width: 131px;
    background: url(../images/leftcolumn.jpg) #ffffff repeat-y left top;
}

#logo
{
    margin: 0px 0px 0px 0px
}

#categoryMenu
{
   margin-top: 100px;
   width: 131px
}
#categoryMenu A
{
    display: block;
    padding-bottom: 2px;
    padding-top: 2px;
    height: 20px;
}

#categoryMenu LI
{
    display: block;
    float: left
}
#categoryMenu UL
{
    list-style-type: none
}


#content
{
    margin: 23px;
    line-height: 16px
}
#content P
{
    margin: 8px 0px
}


H1
{
   margin-top: 45px;
   margin-left: 35px;
   font-size: 55px;
   color: #54040F;
}

H2
{
    font-size: 14px;
    margin-bottom: 14px;
	color: #54040F;
}
H4
{
    margin-top: 16px;
    margin-bottom: 4px;
    color: #54040F;
}
#footer {
      position: absolute;
      bottom: 0;
      left: 131px;
      width: 643px;
      text-align: center;
      line-height: 19px;
      padding-bottom: 12px;
}


.clear {
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
}

#disclaimer_print
{
display: none
}
#logo
{
display: none
}
