/* 
    Document   : global.css
    Created on : 16-may-2009
    Author     : J. Hessing
    Description:
        Purpose of the stylesheet follows.
*/

  * {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #CCC;
  }

  #wrap {
    width: 960px;
    height: 620px;
    margin: 0px auto;
    margin-top: 40px;
    border: black solid;
    border-width: 1px;
    background-repeat: no-repeat;
  }

  .ladiesPageWrapper {
    background-image: url("../images/achtergrond_dames.jpg");
  }

  .otherPageWrapper {
    background-image: url("../images/achtergrond_blanco.jpg");
  }
  
  #header {
    height: 109px;
    margin-top: 50px;
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
  }

  #logo {
    position: relative;
    width: 230px;
    left: 724px;
  }

  #leftNavigationBox {
    position: relative;
    margin-left: 150px;
    width: 190px;
    height: auto;
    float: left;
  }

  #leftNavigation{ 
    width: 180px;
    list-style-type: none;
    position: relative;
    height: auto;
  }

  #leftNavigation li{ 
    line-height: 1.8;
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    color: #404040;
    font-weight: bold;
    font-size: 12px;
  }

  #leftNavigation li[highLightable]:hover{ 
    color: #c90039;
    cursor: pointer;
  }

  #leftNavigation li[clicked=true]{ 
    color: #c90039;
  }
 
  #contentOuter{
    position: relative;
    width: 360px;
    height: auto;
    float: left;
  }

  #contentOuterLinks{
    position: relative;
    margin-left: -30px;
    width: 400px;
    height: auto;
    float: left;
  }

  #contentInner{
    position: relative;
    color: #404040;
    font-size: 11px;
  }

  h2 {
    font-weight: bold;
    font-size: 13px;
  }

  #contentRight {
    position: relative;
    margin-left: 40px;
    width: 200px;
    /*height: 314px;*/
    height: 344px;
    font-size: 11px;
    color: #404040;
    float: left;
  }

  .contentRightHeader {
    color: #c90039;
    font-weight: bold;
  }

  .contactHeader {
    font-size: 13px;
    color: #c90039;
    font-weight: bold;
  }

  #contentRightBottomWatNu {
    position: relative;
    margin-right: 20px;
    width: 200px;
    font-size: 11px;
    color: #404040;
    float: right;
  }

  #contentRightBottomKinderen {
    position: relative;
    margin-right: 25px;
    width: 200px;
    float: right;
  }

  #contentRightBottomLinks {
    position: relative;
    margin-right: 25px;
    width: 200px;
    float: right;
  }

  #contentCenterBottomContact {
    position: relative;
    margin-top: 64px;
    width: 350px;
    font-size: 11px;
    color: #404040;
  }

  a {
    color: #c90039;
    text-decoration: none;
  }

  .different_link {
    color: #404040;
  }

  .h2accent {
    color: #c90039;
    font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif;
  }

  hr {
    border-style: dotted;
    color: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  td {
    vertical-align: top;
  }

  .clearAll {
    float: none;
  }

  #copyright {
    width: 960px;
    height: 20px;
    margin: 0px auto;
    margin-top: 5px;
    border: none;
    font-size: 9px;
    color: #999999;
  }

  #copyright a {
    color: #666666;
  }

  #teamMarjoleinCorry a{
    color: #666666;
  }

  #infoLogo {
    margin-top: 170px;
    margin-left: 160px;
    width: 400px;
    color: #404040;
    font-size: 11px;
  }

  #infodagTekst {
    margin-top: 5px;
    margin-left: 30px;
  }
