body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: white;
  /*background-image: url(assets/templates/teksttotaal/images/bg.gif);*/
  /*background-repeat: repeat-x;*/
  font: small Arial, Helvetica, Verdana, sans-serif;
}

fieldset,img { 
border : 0; 
}

#wrapper {
  /*background-color: #FFF;*/
  /*background-image: url(assets/templates/teksttotaal/images/background.gif);*/
  margin: 20px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  width: 725px;
  margin-left: -362px; /* helft van breedte */
  left: 50%;
}

#header{
  width: 725px;  
  height: 200px;
  background-image: url(assets/templates/teksttotaal/images/header3.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  }

#headerlogo{
  width: 200px;  
  height: 200px;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  }

#tagcloud{
  width: 400px;  
  height: 161px;
  margin: 0;
  padding: 0;
  /*background-image: url(assets/templates/teksttotaal/images/image.jpg);*/
  background-repeat: no-repeat;
  display: inline;
  float: left; 
}

#header-bottom {
  width: 725px;
  height: 18px;
  background-image: url(assets/templates/teksttotaal/images/nav.png);
  /*background-color: #000;*/
  background-repeat: no-repeat;
}

#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 10px 0 0;
  text-align: right;
  /*line-height: 1.6em;*/
}

#header-bottom li {
  display: inline;
  padding: 0px 10px 0 0;
  color: #fff;
  font-weight: bold;
}

#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#header-bottom a:hover {
  text-decoration: none;
  color: #CB6600;
  font-weight: bold;
}

#header-bottom li.here a {
color:#CB6600;
}

#header-bottom li.here a:visited {
color:#CB6600;
}

#tagline-footer {
  font-weight: bold;
  font-size: 80%;
  color: #FFF;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.7em;
  width: 300px;
  height: 18px; 
  float: left;
}

#content {
  margin: 0px 0px 0px 0px;
  background-color: white;
  color: black;
  min-height: 400px;
 }

#content .inner a:link, #content .inner a:visited {
  color: #FF0000;
}

#content .inner {
  width: 625px;
  margin: 20px 50px 30px 50px;
}

#content .inner h1 {
  color: #000;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #cc6600;
  font-size: 100%;
  text-transform: uppercase;
}

#content .inner h2 {
  font-weight:  bold;
  font-size: 100%;
  color: #666;
}

#content .inner h2 a:link, #content .inner h2 a:visited {
  color: #666;
}

#content .inner strong {
  font-weight:  bold;
  font-size: 100%;
  color: #000;
}

#content .inner p {
  color: #000;
  font-size: 100%;
}

.errors {
font-weight: bold;
font-size: 100%;
color: #FF0000;
}

#footer {
  width: 725px;
  height: 18px;
  background-image: url(assets/templates/teksttotaal/images/nav.png);
  background-repeat: no-repeat;
  /*background-color: #000;*/
}

#footer li {
  display: inline;
  color: #fff;
  padding: 0 10px 0 0;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  font-size: 80%;
  color: #fff;
}

#footer ul {
  margin: 0;
  padding: 0;
  padding: 0 10px 0 0;
  text-align: right;
}

#clearone {
  clear: both;
  height: 1px;

}


/* === file_icons === */

a[href$=".PDF"], a[href$=".pdf"] {
padding-left: 20px;
padding-top: 3px;
padding-bottom: 12px;
line-height: 18px;
}

a[href$=".PDF"], a[href$=".pdf"] {
background: url(assets/images/file_icon/pdf.gif) no-repeat;
}

/* === end file_icons === */


