/* template*/

*
{
 margin:0;
 padding:0;
}


body
{
 margin:0;
 padding:0;
 line-height:150%;
 font-family:Arial;
 text-align:center;
 font-size:10pt;
 background-color:#fff;
 background-image:url(../images/bg.gif);
 background-repeat:repeat;
 color:#3e3432;
}

#container
{
 width:986px;
 margin:0 auto;
 padding:0;
 min-height:600px;
 text-align:left;
 display:block;
 background-color:#fff;
 min-height:760px;
 border-left:1px solid #CC99FF;
 border-right:1px solid #CC99FF;
 border-bottom:1px solid #CC99FF;
 margin-top:5px;
}


#topelements
{
 width:986px;
 min-height:17px;
 text-align:right;
 line-height:17px;
 margin-top:5px;
}

#header
{
 width:986px;
 min-height:137px;
 background-color:#ffffff;
 color:#FFFFFF;
 text-align:center;
 font-family:Arial;
 font-size:0.9em;
}


#header.palet
{
 background-color:#ffffff;
 background-image:url(../images/header-palet.gif);
 background-repeat:no-repeat;
 background-position:center center;
}

#header.nieuwsbrief
{
 background-color:#ffffff;
 background-image:url(../images/expose-header.gif);
 background-repeat:no-repeat;
 background-position:center center;
}


#header p
{
 width:986px;
 height:20px;
 letter-spacing: 0.3em;
 margin-top:110px;
 float:left;
}



#left
{
 text-align:center;
 width:136px;
 min-height:475px;
 float:left;
 border: 1px solid #CC99FF;
 margin-top:47px;
 margin-left:20px;
 color: #CC99FF;
 line-height: 150%;
 padding:8px;
 padding-bottom:18px;
 padding-top:18px;
}

.quotes
{
 min-height:150px;
}

#images
{
 text-align:center;
 margin-bottom:30px;
}

#images img
{
 display:inline;
}

#content
{
 margin-left:35px;
 width:560px;
 min-height:475px;
 float:left;
 text-align:left;
}


#contentbody
{
 width:520px;
 float:left;
 clear:both;
 font-size: 10 pt;
 font-weight: bold;
 color: #5F5F5F;
 line-height: 150%;
 border: 1px solid #CC99FF;
 padding: 15px;
 min-height:363px;
 padding-right:22px;
 padding-bottom:18px;
}

#right
{
 padding-top:18px;
 padding-bottom:18px;
 width:148px;
 min-height:475px;
 margin-right:20px;
 margin-top:47px;
 float:right;
 font-size:9pt;
 border: 1px solid #CC99FF;
 text-align:left;
 color: #CC99FF;
 padding-left:5px;
 padding-right:5px;
}

#footer
{
 width:986px;
 min-height:20px;
 line-height:20px;
 margin-top:1em;
 padding-bottom:1em;
 text-align:center;
 float:left;
 clear:both;
 background-color:#ffffff;
 color: #CC99FF;
}


#header.smal, #container.clearfix.smal ,#header p.smal, #footer.smal
{
 width:760px;
}

#header p.smal
{
 letter-spacing: 0.2em;
}

#contentbody.noborder
{
 border:0px solid #fff;
}

#content.smal,#container.smal
{
 min-height:475px;
}

#contentbody.noborder,#content.smal
{
 width:650px;
 font-weight:normal;
}

#contentbody.noborder h1
{
 text-align:left;
}

/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

* html .clearfix {height: 1%;}

/* Bug fix -> zorgt ervoor dat de content niet uit de div loopt in FireFox/MAC IE */

