﻿body 
{
    font-family:Trebuchet MS;
    font-size:12px;    
    color:#000000;
    background-color:#C0C0C0;
    padding:0px;
    margin:0px;
}

#centreerDiv
{
    width: 100%;
    text-align: center;
    padding:0px;
    margin:0px;
}

#middenDiv
{
    position:relative;
    width: 1000px; 
    margin:0px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
    top:0px;
    padding:0px;
    height:100%;
}


#top
{
    position:absolute;
    top:0px;
    left:0px;
    height:165px;
    width:100%;
    background-image:url(../images/top.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    z-index:20;
}

#midden
{
    position:absolute;
    top:122px;
    z-index:10;
    width:100%;
    height:500px;
}

#links, #linksonder
{
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:178px;
    background-color:Transparent;
    background-image:url(../images/links.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    z-index:20;
}

 #linksonder
 {
     
     background-image:url(../images/links_onder.gif);
     background-repeat:no-repeat;
     height:80px;
     z-index:30;
     top:100px;
 }

#linksback
{
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:177px;
    background-color:#FDFDFD;
    z-index:15;
    bottom:0px;
}

#rechts
{
    /*width:627px;*/
    position:absolute;
    width:823px;
    height:100%;
    top:0px;
    left:177px;
    z-index:10;
   /* background-image:url(../images/border_middle.gif);
    background-repeat: repeat-y;    
    background-color:#FFFFFF;*/
}

#logo_rotator
{
    position: absolute;
    left: 0px;
    bottom:0px;
    width: 100%;
    height: 70px;   
    background-color:#F4EFE6;
    z-index:100;
    /*background-color:Transparent;*/
}

.logo_rotator_item
{
    display:block;
    position:absolute;
    top:0px;
    float:right;
    width:102px;
    height:70px;
    margin-right:26px;
    background-color:#FFFFFF;
}


#links_onder
{
    position:absolute;
    /*background-image:url(../images/foto_left.gif);*/
    background-position:center top;
    bottom:0px;
    width:100%;
    height:567px;
}

#fotoshow
{
    position:absolute;
    right:10px;
    width:200px;
    height:420px;
    top:0px;
    background-color:#FFFFFF;
}

#menu
{
    position: absolute;
    left: 177px;
    top: 0px;
    width: 823px;
    height:165px;
    padding:0px;
}

#menu_language
{
    position:absolute;
    right:10px;
    top:30px;
    font-size:10px;
    z-index:400;
}

#menu_top
{
    position:absolute;
    left:0px;
    top:113px;
    height:27px;
    line-height:27px;
    vertical-align:middle;
    font-size:11px;
    text-transform:uppercase;
    width:100%;
    z-index:30;
}

#menu_sub
{
    position:absolute;
    width:100%;
    background-color:#FFFFFF;
    top:142px;
    left:0px;
    font-size:11px;
    height:22px;
    line-height:22px;
    vertical-align:middle;
/*    background-image:url(../images/border_middle.gif);*/
    background-repeat: repeat-y;
    z-index:25;
}

.menuleftpadded
{
    padding-left:20px;
    height:100%;
}

#inhoudoffset
{
    display:block;
    height:42px;
    width:100%;
}

#inhoud
{
    /*position:absolute;
    top:0px;*/
    margin-bottom:0px;
    margin-top:0px;
    height:auto;
    /*height:100%;*/
    width:100%;
    background-color:#F4EFE6;
    background-repeat: repeat-y;
    overflow:auto;
    
}

.inhoudpadded
{
   /*position:relative;*/
   padding:20px;
   /*padding-top:42px;*/
   display:block;
   overflow:hidden;
   overflow-x:hidden;
/*   padding-top:0px;
   margin-bottom:0px;*/
   /*height:100%;*/
   
   z-index:100;
}

/*
#nieuws
{
    position:absolute;
    left:24px;
    right:24px;
    width:auto;
    top:115px;
    bottom:365px;
    height:auto;
}*/

#inhoud .frame
{
    width:100%;   
    /*height:auto;*/
    padding:0px;
    margin:0px;
    border:none 0px #FFFFFF;
    /*overflow:hidden;*/
}

#nieuws
{
    /*position:absolute;
    right:30px;*/
    width:250px;
    top:0px;
   /* padding:10px;*/
    /*bottom:365px;*/
    height:auto;
 
}

#nieuws A
{
    text-decoration:none;
    float:left;
}

#nieuws .nieuwsdatum
{
    color:#A8863F;
    text-decoration:underline;
}

#nieuws .nieuwsfoto
{
    
    float:right;
    width:60px;
}

#nieuws TABLE
{
    margin:0px;
    padding:0px;
    width:100%;
    border: solid 1px #A8863F;    
    border-bottom-style:none;
}

#nieuws TH
{
    background-color:#A8863F;
    padding:5px;
    margin:0px;
}

#nieuws TD
{
    margin:0px;
    border-bottom: solid 1px #A8863F;    
    padding:5px;
}

.home
{
    position:absolute;
    width:100%;
}
    
  
.hometekst
{ 
      position:absolute;
      width:500px;
      top:0px;
      left:0px;
      background-color:Aqua;
   
}

.homerechts
{
/*      position:absolute;*/
      width:250px;
/*      top:0px;
      left:510px;  */
      float:right;
      display:block;
      margin-left:10px;
      margin-bottom:10px;
      height:auto;
      /*background-color:Blue;  */
}

.homerechts IMG
{
    margin-bottom:10px;
    border-style:none;
    width:250px;
}
  

.padded
{
    padding:20px;
}

#portal .portalpaginaItem
{
    width:100%;
    display:block;
    margin-bottom:15px;
}

#portal .portaltekst
{
    width:300px;
    float:left;
    margin-right:20px;
}

#portal .portalplaatje
{
    width: 250px;
    display:block;
    text-align:center;
    float:right;
}

#portal IMG
{
    width:250px;
    text-align:center;
}

#ster
{
    position:absolute;
    z-index:90;
    top:3px;
    left:574px;
}