/* achievo.com CSS style for OLD browsers */
/* stynax margin: top right bottom left */

BODY { 
      font-family: sans-serif;
      color: #616161; 
      background-color: #ffffff; 
    }

/* pagina kop */
#top { 
      margin : 1px 0px 5px 0px;
      text-align : left; 
      text-indent: 1em;
      padding : 2px; 
      border-top-width: 0px;
      border-left-width: 0px;
      border-right-width: 0px;
      border-bottom-width: 8px;
      border-style : solid; 
      border-color : #b9aaaa; 
      color : #000000;
      background-color: #ffffff; 
      background-image: url(../img/achievo-logo.png);
      background-repeat: no-repeat;
      background-attachment : scroll;
      background-position: 8px 3px;
      font-weight : bold;
    }

/* de menubalk bovenaan: */
.toptekst {
      margin : 20px 0px 5px 165px;  
      text-indent: 0px;
      text-align: right;
      padding-right: 5px;
}

#location {
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  padding-left: 16px;
}

#quote {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  font-family: serif;
  font-style: italic;
  padding-right: 12px;
  width: 100%;
}

/* grote koppen */
.titel { 
      margin : 0px 0px 0px 10px;
      text-align : left; 
      padding : 0px; 
      border-top-width: 0px;
      border-left-width: 0px;
      border-right-width: 0px;
      border-bottom-width: 2px;
      border-style : solid; 
      border-color : #b9aaaa; 
      color : #000000;
      font-weight : bold;
    }

/* subkoppen */
.subtitel { 
      margin : 0px 0px 1px 10px;
      text-align : left; 
      padding : 2px; 
      border-top-width: 0px;
      border-left-width: 0px;
      border-right-width: 0px; 
      border-bottom-width: 1px;
      border-style : solid; 
      border-color : #b9aaaa; 
      color : #000000;
      background: #ffffff;
      width: 50%;
    }

P,form,ul {
    margin : 0px 0px 15px 10px;
    font-family: sans-serif;
    line-height: 130%;
    font-weight : normal;
    padding-right: 16px;
  }

.box { 
    font-size: 12pt;

    font-family: sans-serif;  
}

.boxtekst { 
      font-size: 9pt;

    font-family: sans-serif;  
}

.boxtitel { 
      font-size: 10pt;
    font-weight: bold;
    font-family: sans-serif;  
}

/* onderste regel */
#bottom {
   width: 100%;
   margin : 50px 0px 0px 0px;
   font-weight : normal;
   font-size : 8pt;
   font-family : sans-serif;
   color : #3D516B;
   text-decoration : none;
   padding-right: 7px;
   padding-left: 7px;
   border-top-width: 2px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-style : solid;
   border-color : #b9aaaa;
 }

/* links in onderste regel */
a.bottomlink {
   text-decoration : none;
}

TD {
 vertical-align: top;
}

