#menu,#content.a.menu,h1,h2,titel,titel2,.text,p,td,a,input
{
  text-decoration:none;
  font-family: Trebuchet,Arial,sans-serif;
  font-style: normal;
}

body
{
   margin: 0px;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: top left;
}

.fckEditorBody
{
  background-color: #FFFFFF;
  border: 1px dashed #000000;
  overflow: hidden;
}

div#website_container
{
   text-align: center;
   width: 100%;
}

div#web_container
{
   width:796px;
   height:100%;
   margin-left: auto;
   margin-right: auto;
   position:relative;
}

#web_content
{
   min-height:500px; /* Werkt niet in IE */
   background-image:url('/images/back1.jpg');
   background-repeat: no-repeat;
   background-position: top left;
   text-align: left;
}

#back2
{
   background-image:url('/images/back2.jpg');
   background-repeat: repeat-y;
}

#web_header
{
   width: 797px;
   height: 262px;
   background-image:url('/images/header.jpg');
   background-repeat: no-repeat;
   cursor:hand;
}

#web_footer
{
   width: 797px;
   height: 129px;
   background-image:url('/images/footer.png');
   background-repeat: no-repeat;
}

#menu
{
   height: 500px;
   vertical-align: top;
   width:150px;
   text-align: left;
   font-size: 11px;
   color: #ffffff;
   padding-left:20px;
   top:250px;
   left:40px;
}

#content
{
   min-height: 500px;
   vertical-align: top;
   width:464px; 
   text-align: left;
   font-size: 11px;
   color: #00000;
   padding-right:20px;
   padding-left:30px;
   top:250px;
   left:210px;
}

a.menu
{
  font-weight: 900;   
  font-size: 13px;
  color: #003366;
}

a.menu:hover
{
  color: #336699;
}

a.menu_small 
{
  font-size: 9px;
}

.lijn
{
  background-color:#5C83A9;
}

h1,.titel 
{
  font-size: 16px;
  font-weight: 900;
  color: #336699;
}

h2,.titel2 
{
  font-size: 14px;
  font-weight: 900;
  color: #336699;
}


.text,p,td 
{
  font-size: 12px;
  color: #000000;
}

.smalltext
{
  font-size: 9px;
}
.xsmalltext
{
  font-size: 9px;
}

a 
{
  font-size: 12px;
  color: #003366;
}
a:hover 
{
  color: #336699;
}

input
{
  font-size: 9px;
}
