/* JaapzDesign v4 CSS-Stylesheet, (c) JaapzDesign 2008 */

* {
  padding: 0px;
  margin: 0px;
}

body, html {
  background-image: url('../images/bg.png');
  background-repeat: repeat-x;
  font-size: 10pt;
  font-family: tahoma, sans;
}

img {
  border: 0px solid black;
}

::-moz-selection{
	background-color:#666666;
	color:#fff;
}

::selection {
	background-color:#666666;
	color:#fff;
}


a {
  color: #565656;
  text-decoration: none;
}

a:hover {
  color: #1D1763;
  text-decoration: underline;
}

iframe#captcha {
  border: 0px solid black;
  width: 220px;
  height: 75px;
}

#container {
  width: 700px;
  position:relative;
  left: 50%;
  margin: 0 0 0 -350px;
}

#containheader {
  width: 100%;
  height: 220px;
  z-index: 10;
}

#header {
  background-image: url('../images/header.png');
  width: 338px;
  height: 157px;
  position: absolute;
  top: 28px;
  left: 0px;
}

#header a {
  display: block;
  width: 338px;
  height: 157px;
  text-decoration: none;
}

#menu {
  position: absolute;
  top: 185px;
  left: 280px;
}

#menu ul, #menu li {
  display: inline;
  list-style-type: none;
}

#menu img {
  border: 0px solid black;
}

#searchbar {
  width: 194px;
  height: 39px;
  position: absolute;
  top: 130px;
  left: 420px;
}

#searchbar form input#search {
  background-image: url('../images/zoekbalk.png');
  display: block;
  width: 164px;
  height: 26px;
  border: 0px solid black;
  padding-top: 13px;
  padding-left: 30px;
  color: #FFF;
}

#searchbar form input#zend {
  background-image: url('../images/zoekknop.png');
  width: 51px;
  height: 40px;
  position: absolute;
  top: -0px;
  left: 194px;
  border: 0px solid black;
  cursor: pointer;
}

#pijl {
  position: absolute;
  top: 97px;
  left: 539px;
  background-image: url('../images/pijl.png');
  width: 158px;
  height: 87px;
}

#content {
  padding-bottom: 10px;
  margin-top: 5px;
}

#content p {
  margin-top: 5px;
  color: #101010;
}

#content h1 {
  color: #020022;
  font-size: 20pt;
  font-family: tahoma, sans;
  margin-top: 5px;
}

#content h2 {
  color: #565656;
  font-size: 15pt;
  font-family: tahoma, sans;
  margin-top: 10px;
  margin-bottom: 5px;
}

#content h2 a {
  color: #565656;
  text-decoration: none;
}

#content h2 a:hover {
  color: #565656;
  text-decoration: none;
}

#box {
  background-color: #F7F7F7; 
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: 1px solid #DCDCDC;
}

#box h1 {
  font-size: 18pt;
  color: #9D9D9D;
  font-family: times, serif;
}

#box div.item {
  float: left;
  margin-right: 5px;
  width: 150px;
}

#box div img {
  width: 150px;
  height: 150px;
}

#box div span {
  color: #565656;
}

#box p {
  margin-top: 5px;
}

#footer {
  background-image: url('../images/footer.png');
  height: 34px;
  width: 100%;
  color: #FFF;
  font-size: 9pt;
  text-align: center;
  padding-top: 10px;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
