
body {
  margin: 0;
  padding: 0;
  /*background-color: #D4D0C8;*/
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
}

h1 {
  font: 150% Georgia, "Times New Roman", Times, serif;
  color: #2E8B57;
}

h2 {
  font: 130% Georgia, "Times New Roman", Times, serif;
  color: #2E8B57;
}
.x-window{
	text-align: left;
}

h3 {
  font: 110% Georgia, "Times New Roman", Times, serif;
  color: #2E8B57;
  margin-top:1.5em;
}
a{
  cursor:pointer;
}

img{
  border:none;
}

.lnk{
  text-decoration:underline;
  cursor:pointer;
  font-weight: bold;
  color:#3bc03b;
  
}

.lnk:hover{
  background-color:#9EF49E;
  color:#005800;
}

#wrapper {
  position:relative;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

#header {
  background-image:url('../pictures/banner2780x181.jpg');
  background-repeat:no-repeat;
  position: relative;
  border-bottom: 1px dotted #B2BCC6;
  height:181px;
}

#header .slogan {
  font: 120% Georgia, "Times New Roman", Times, serif;
  color: #778899;
  background-color: transparent;
  float: right;
  width: 300px;
  text-align:right;
  margin-right: 2em;
  margin-top: 0.5em;
}

#header .logo {
  float: left;
  margin-left: 1.5em;
  margin-top: 0.5em;
  /*width: 187px;*/
}

#navigation {
  float:left;
  width:160px;
  left: 1em;
}

#navigation ul {
  list-style: none;
  margin-left: 1.5em;
  padding-left: 0;
}

#navigation li {
  font-size: 80%;
  border-bottom: 1px dotted #B2BCC6;
  margin-bottom: 0.3em;
}

#navigation a:link, #navigation a:visited {
  text-decoration: none;
  color: #2A4F6F;
  background-color: transparent;
}

#navigation a:hover {
  color: #778899;
}
#navigation h2 {
  font: 110% Georgia, "Times New Roman", Times, serif;
  color: #2A4F6F;
  background-color: transparent;
  border-bottom: 1px dotted #cccccc;
}

#content {
  float:right;
  width:580px;
  padding: 0 10px 0 0;
  text-align:left;
}

#content p {
  font-size: 80%;
  line-height: 1.6em;
  padding-left: 0.8em;
  padding-right:0.8em;
  text-align: justify;
  color:#5b5b5b;
}
#content ul {
  color:#ff0000;
}

#content li {
  font-size: 80%;
  line-height: 1.6em;
  padding-left: 1.2em;
  text-align: justify;
  color:#5b5b5b;
  list-style-type: square;
}

#footer {
  font-size: 80%;
  padding-top: 1em;
  text-align: right;
  color: #999;
  background-color: transparent;
  clear:both;
}

.lnklogo{
  text-decoration: none;
}
.menuInactief{
	text-decoration: line-through;
	
}
