body {
  font: 80% Verdana, Arial, sans-serif;
  background: url(/images/achtergrond.png) repeat-x;
  margin: 0;
  padding: 0;
}

#header {
  width: 100%;
  height: 158px;
/*  background: url(/images/Carevolution2-72DPI.jpg) no-repeat center; */
}

#logo {
  margin: 0 auto;
  width: 760px;
/*  text-indent: -4000px; */
}

#logoimage {
  margin-top: 21px;
  margin-left: 10px;
}

#wrapc {
  text-align: center;
  min-width: 760px;
}

#content {
  width: 740px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  background: white;
}

#content1 {
  width: 66%;
  float: left;
  padding-top: 5px;
}

#content2 {
  width: 31%;
  float: right;
  padding-top: 5px;
}

h1 {
  font: 180%/2.2 Verdana;
  padding-left: 20px;
  margin: 0 auto;
  background: black;
  color: white;
  margin-bottom: 15px;
}

h2 {
  font: bold 120% Verdana;
  margin-bottom: 0;
  color: #007060;
}

h3 {
  font: bold 105% Verdana;
  margin-bottom: 0;
  color: #444;
}

img {
  border: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

li {
/*  list-style: url("/images/bullet-green.gif") disc; */
  background: url("/images/bullet-green.gif") no-repeat 0% 50%;
  padding-left: 15px;
  margin-left: 0px;
}



#navigation {
  margin: 10px 0px 10px 0px;
}

#navigation li {
  padding: 0px 0px 0px 0px;
  line-height: 1.6em;
  background: black url("/images/ppijltje-wit-17.gif") no-repeat 2% 50%;
  padding-left: 25px;
  margin-top: 10px;
}
#navigation a {
  color: white;
  text-decoration: none;
}
#navigation a:hover, #navigation a:active {
  color: red;
  font-weight: bold;
}

.c2box {
  border: 1px solid #eee;
  background: #eee;
  margin: 10px 0px 10px 0px;
}
.c2box p, .c2box ul, .c2box div{
  margin: 10px;
}
.c2box h4 {
   font: bold 105%/1.6 Verdana;
   margin: 0;
   background: #999;
   padding-left: 25px;
}

#footer {
  margin: 0;
  text-align: center;
  font-size: 75%;
  line-height: 1.2em;
  padding-top: 2px;
  padding-bottom: 5px;
  border: 1px solid #999;
  background: #eeeeee;
  clear: both;
  color: #444;
}
h2 + p {
  margin-top: 0;
}
h3 + p {
  margin-top: 0;
}
hr {
  width: 90%;
  height: 1px;
}

.fright {
  float:right;
}
.fleft {
  float:left;
}
.clear {
 clear: both;
}
a:link, a:visited {
  text-decoration: underline;
  color: black;
  }
a:visited {
  color: grey;
}
a:hover, a:active {
  text-decoration: underline;
  color: red;
  }
.pubdata {
  width: 98%;
  padding: 1%;
  color: #444;
  font-size: 90%; 
  border: 1px solid #888;
}
.pubdata30 {
  width: 30%;
}  
.grey {
  color: #444;
}


