/* GENERAL */
/******************/
* {
  margin: 0;
  padding: 0; 
}

body {
  background: #efece2 url(img/body_bg.gif) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #858585;
}

a {
  text-decoration: none;
}

a:link,a:active,a:visited { color : #828282/*006699*/; }

/* CONTAINERS */
/******************/
div#container {
  width: 799px;
  margin: 0 auto;
  padding: 35px 0 0 0;
}

div#columnsleft {
  width: 220px;
  float: left;
}

div#columnscenter {
  width: 220px;
  float: left;
  padding: 0 11px 0 11px;
}

div#columnsright {
  width: 337px;
  float: left;
}

/* CONTENT BOX -ronde hoeken- */
/******************/
div.box, div.box1 {
  width: 220px;
  margin: 0 0 10px 0;
}

div.box1 {
  margin: 10px 0 10px 0;
}

div.box2 {
  width: 337px;
  margin: 10px 0 10px 0;
}

div.box2 p {
  color: #828282;
  padding: 10px;
}

div.box h1, div.box1 h1, div.box2 h1 {
  font: 14px Verdana;
  color: #666;
  font-weight: bold;
  padding: 0 0 0 9px;
}

span.blauw {
  color: #0095DF;
}

.top-left { 
	margin-right: 9px; 
	background-image: url(img/hoeken.gif);
	height: 9px;
	font-size: 2px;
}

.top-right { 
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url(img/hoeken.gif);
	background-position: 100% 0;
	height: 9px; 
	font-size: 2px; 
}

div.content {
	background: #f9f9f9;
  overflow: hidden;
}

div.content ul {
  margin: 10px 0 0 0;
}

div.content li {
  padding: 0 0 7px 0;
}

div.content li a {
  display: block;
  height: 19px;
  color: #828282;
  vertical-align: top;
  background: url(img/ul-image.gif) no-repeat top left;
  padding: 0 0 0 35px;
}

div.content li a:hover {
  display: block;
  height: 19px;
  color: #0095DF;
  vertical-align: top;
  background: url(img/ul-image.gif) no-repeat top left;
  padding: 0 0 0 35px;
}

.bottom-left { 
	margin-right: 9px;
	background-image: url(img/hoeken.gif);
	background-position: 0 -9px;
	height: 9px;
	font-size: 2px;
}

.bottom-right { 
	margin-top: -9px; 
	margin-left: 9px;
  background-image: url(img/hoeken.gif);
	background-position: 100% -9px; 
	height: 9px; 
	font-size: 2px; 
}

/* HEADER */
/******************/
div#header {
  width: 570px;
  float: left;
}

div#header img {
  float: left;
  margin: 0 0 13px 0;
}

div#header p {
  font-size: 11px;
  color: #6a6a6a;
  padding: 0 0 0 19px;
}

div#header p.datum {
  clear: left;
}

div#header p.slogan {
  float: left;
  font-size: 11px;
  color: #858585;
  margin: 21px 0 0 0;
}

/* FOOTER */
/******************/
div#footer {
  clear: both;
  font-size: 11px;
}

div#footer a, div#footer p {
  color: #858585;
}

div#footer p {
  line-height: 23px;
}
