/* logo definition */

body {
  /* margin: 0 0 0 0; */
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

/* default CSS from site */

.tekst {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}

.menu_tekst {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
}

.tekst_bold {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
}

.internal-link {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
}


.tekst_under {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  text-decoration:underline;
}

.tekst_big {
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
}

a:link {
  color: #006F6F;
  text-decoration: none;
}

a:hover {
  color: #006F6F;
  text-decoration: none;
}

a:visited {
  color: #006F6F;
  text-decoration: none;
}

.menuImage {
  padding-bottom: 5px;
  width: 176px;
  height: 31px;
  border: none;
}


#header {
}


#page {
  /*
  margin: auto;
  padding: 0pt;
  position: relative;
  text-align: left;
  width: 1000px;
  */
  width: 100%;  
}


#logo {
  float: left;
  width: 176;
}

#topMenu {
  float: left;
  height: 120px;
  margin-left: 25px;
  /*
  margin-left: 235px;
  width: 650px;
  */
}

#tabMenu {
  margin-top: 91px;
}

#filler {
  clear: both;
  height: 30px;
  /* width: 1000;   */
}

#infoLine {
  clear: both;
  background-color: #cccccc;
  height: 30px;
  width: 100%;
}

#path {
  position: relative;
  top: 8px;
  /* left: 176; */
  color: #004040;
  text-decoration: none;
  padding-left: 176px;
  /* margin-right: 220px; */
}

#lastEdit {
  position: absolute;
  top: 136px;
  right: 10px;
  
/*  left : 800px; */
/*  clear: both; */
/*  margin-right: 10px; */

  width: 200px;
}

#content {
  /* width: 1000; */
  background: url(../images/background/achtergrond.gif) repeat;
}

#leftMenu {
  width: 176px;
  float: left;
  padding-top: 30px;
}

#colContent {
  padding-top: 30px;
  padding-bottom: 30px;  
  margin-left: 176px;
  width: 820;
}

#footer {
  clear: both;
  width: 100%;  
  height: 15px;
  background: url(../images/background/schaduw.gif) repeat-x;
}

.align-center {
/*  background-color: red; */
  text-align: center;
}


