body {
  margin: 0;
  padding: 0;

  font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  text-align:center;
  background: #fff url("../images/background-groen.jpg") repeat-x top left;
  color: #000;
}

#wrapper {
  width: 700px;
  margin: 0 auto 0 auto;
  padding: 32px;

  border-left: 1px solid #eef6df;
  border-right: 1px solid #eef6df;
  background-color: #fff;
  text-align: left;
}

#sub-navigation {
  margin-bottom: 20px;
}

a:link, a:visited, a:hover, a:focus {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

em {
  font-style: normal;
  font-weight: bold;
}

h2, h3, h4, h5 {
  clear: both;
  padding: 4px 30px 4px 4px;
}

h1 {
  display: none;
}

h2 {
  color: #000;
}

h2, h3 {
  font-weight: normal;
  letter-spacing: +1px;
}


h3 {
  background-color: #95c028;
  color: white;
}

h4 {
  background-color: #e8f2d0;
  font-weight: normal;
}


.purple h4, .purple h3 {
  background-color: #bd48a7;
}

h5 {
  font-style: italic;
  font-size: 12px;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

#header {
  height:80px;
}

#navigation {
  margin-bottom: 25px;

  font-weight: bold;
  letter-spacing:-1px;
}

#navigation ul {
  list-style-type: none;
  padding: 0;
}

#navigation ul li {
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  float: left;

  border-right: 1px solid #85bf2f;
  color: #000;
}

#navigation ul li.last {
  float: none;
  border-right: 0;
}

#content {
  text-align: justify;
  font-size: 13px;
}

#footer {
  clear: left;
}

#content h4 {
  margin-bottom: 0;
}

#content a:link, #content a:visited, #content a:hover, #content a:focus {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing:-1px;
}

#content dl.inline {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content dl.inline dt {
  width: 220px;
  float: left;
  margin-right: 8px;
  margin-bottom: 16px;
  
  font-weight: bold;
  text-align: right;
}

#content dl.inline dd {
  margin-bottom: 16px;
}

#content p {
  line-height: 24px;
}

.facet {
  float: right;
  margin-left: 30px;
  margin-top: 4px;
  width: 190px;
  
  text-align: center;
}


.facet .box {
  float: none;
  width: 190px;
}

.box {
  padding: 0;
  color: #fff;
  background-color: #557f2b;
}

.box h3 {
  margin: 0;
  padding: 16px;
  
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  background-color: #669933;
}

.box dl, .box ul {
  margin: 8px 16px 8px 16px;
  padding: 0;
  
  text-align: left;
  font-size: 12px;
}

.box ul ul {
  padding: 0;
}

.box h4 {
  padding: 0;
  margin: 0;
}

.box dt {
  margin: 0;
  padding: 0;
  
  color: #000;
}

.box dd, .box ul li {
  margin: 0;
  padding: 4px;
  background-color: #669933;
}

.floating {
  float: left;
}

.purple {
  background-color: #bd48a7;
  font-size: 10px;
}

.purple h3 {
  background-color: #990099;
}

.purple ul li {
  background-color: #bd48a7;
  font-size: 11px;
}

.box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.box ul li {
  padding: 8px 16px 0 16px;
}

.box ul li li {
  padding: 0 0 0 16px;
}

#content .box a:link, #content .box a:visited, #content .box a:hover, #content .box a:focus {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0;
}

#content .items a:link, #content .items a:visited, #content .items a:hover, #content .items a:focus {
  color: #fff;
  text-decoration: none;
}

.happy ul, .confused ul {
  padding:  4px 0 28px 120px;
  margin: 0;

  background-repeat: no-repeat;
  background-position: top left;
}

.happy h5, .confused h5 {
  visibility: hidden;
}

.happy ul {
  background-image: url("../images/happy.gif");
}

.confused ul {
  background-image: url("../images/confused.gif");
}

.cite, .caption {
  font-style: italic;
}

img.small {
  margin: 10px;
}

img.large {
  margin: 10px 20px 20px 20px;
}

img.left {
  margin-left: 0;
  float: left;
}

img.right {
  margin-right: 0;
  float: right;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*================ control.modal ================*/

.modal-target {
  display: none;
}

#modal_container {
	padding: 12px;
	background-color: #fff;
	overflow: auto;
	text-align: left;
}

#modal_overlay {
	background-color: #000;
}
