body
{
   background: url(i/bg.png) repeat;
   margin: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

td
{
   margin: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}
/* Top */
#top
{
   background: #fedd3f;
   width: 100%;
   height: 10px;
}

/* Container */
#container
{
   width: 801px;
   margin: auto;
   margin-top: 20px;
}

/* Header */
#topheader
{
   background: url(i/topheader.png);
   width: 771px;
   height: 13px;
   font-weight: bold;
   font-size: 10px;
   color: #999999;
   padding: 15px;
}

   #topheader img
   {
      border: none;
      vertical-align: middle;
   }

   #topheader a
   {
      color: #999999;
      text-decoration: none;
   }

#header
{
	background: url(i/header.png);
	width: 801px;
	height: 202px;
	overflow: hidden;
}

.linksx
      {
	list-style: none;
	margin-left: -30px;

    *margin-left: 0px;
	margin-top: 10px;
	color: #286fb6;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0.7px;
	background-position: 10px;
      }
	  
.home
{
   float: left;
}

.contact
{
   float: right;
   margin-right: 0px;

}

      #header ul
      {
         margin-top: 159px;
         margin-left: -5px;
         *margin-left: 10px;
         list-style: none;
         color: #FFFFFF;
         font-size: 12px;
         font-weight: bold;
      }

      #header li
      {
         float: left;
         margin-right: 5px;
      }

      #header a
      {
         color: #FFFFFF;
         text-decoration: none;
         margin-right: 5px;
      }

      #header a:hover
      {
         color: #FFFFFF;
         text-decoration: underline;
         margin-right: 5px;
      }

/* Content */
#content
{
   background: #FFFFFF;
   width: 801px;
   overflow: hidden;
}

   #tekst
   {
      width: 70%;
      float: left;
      margin-left: 25px;
   }

   #info
   {
      float: right;
      width: 20%;
      color: #286e92;
      font-size: 11px;
   }
   
   #links
   {
      float: right;
      width: 20%;
      color: #cc1200;
      font-size: 11px;
   }

   .img
   {
      float: left;
      margin-right: 10px;
   }

   .imgrand
   {
      float: left;
      margin-right: 10px;
      border: 1px solid #3E6BB1;
   }

   .imgrand_index
   {
      border: 1px solid #3E6BB1;
   }
      
      #content h1
      {
         color: #cc1200;
         font-weight: bold;
         font-size: 14px;
         margin: 0px;
      }

      #tekst img
      {
         margin-right: 20px;
         margin-top: 15px;
      }

      #info img
      {
         margin-top: 30px;
      }

      #info ul
      {
         list-style: none;
         margin-left: -30px;
         *margin-left: 0px;
         margin-top: 10px;
      }
	  


/* Subpage */
#sidemenu
{
   float: right;
   width: 20%;
}

   #sidemenu h1
   {
      color: #cc1200;
      font-size: 11px;
      margin: 0px;
      margin-left: 10px;
      margin-top: 20px;
   }

   #sidemenu ul
   {
      margin-left: -22px;
      *margin-left: 18px;
      list-style-type: none;
      margin-top: 5px;
   }

   #sidemenu a
   {
      color: #000000;
      text-decoration: none;
   }

   #sidemenu a:hover
   {
      color: #000000;
      text-decoration: underline;
   }

/* Onderkant */
#onderkant
{
   background: url(i/onderkant.png);
   width: 801px;
   height: 21px;
}

/* Footer */
#footer
{
   color: #FFF;
   margin-right: 20px;
   float: right;
}

   #footer a
   {
      color: #FFF;
      text-decoration: none;
   }

   #footer a:hover
   {
      color: #FFF;
      text-decoration: underline;
   }

   #footer li
   {
      list-style: none;
      display: inline;
   }
