/* ---------------------------- general -------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background: #ddcff7 url(../img/page/bg.gif) top left repeat;
  color: #67596e;
}

strong {
  color: #2f1e38;
}

a, a:link, a:visited {
  color: #566047;
  text-decoration: underline;
}

a:hover {
  color: #8b79aa;
  text-decoration: none;
}

a.current, a.current:link, a.current:visited, a.current:hover {
  color: #CC0000;
}

.bumper {
  height: 20px;
}

.overflowhidden {
  overflow: hidden;
}

/* ------------------------------ wrapper -----------------------------------*/
#wrapper {
  width: 872px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(../img/page/wrapper.png) center top repeat-y;
}

/* ----------------------------- container ----------------------------------*/
#container {
  position: relative;
  width: 800px;
  min-height: 600px;
  margin-left: 36px;
  background: #ddcff7 url(../img/page/container.gif) top left repeat-y;
  text-align: center;
  overflow: hidden;
}

/* -------------------------------- header ----------------------------------*/
#header {
  height: 240px;
  width: 800px;
  background: transparent url(../img/page/header.gif) center top no-repeat;
}

#top {
  width: 460px;
  padding: 0px 20px 20px 20px;
  margin: -60px 0px 10px 185px;
  text-align: left;
}

#top h1 {
  font-size: 18px;
  margin-left: 30px;
}

/* -------------------------------- content ---------------------------------*/
.content, .content1 {
  position: relative;
  width: 460px;
  margin: 0px 50px 15px 255px;
  padding: 0px 20px 20px 20px;
  border-left: 2px solid #cfcad8;
  border-right: 2px solid #cfcad8;
  border-bottom: 2px solid #cfcad8;
  background: #ffffff url(../img/page/content.gif) bottom left repeat-x;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 19px;
}

.contenttop {
  position: absolute;
  top: -2px;
  left: -2px;
  height: 19px;
  width: 504px;
  background: transparent url(../img/page/topbar.gif) top left no-repeat;
}

.contentbottom {
  background: none;
}

.content h2, .content1 h2 {
  width: 465px;
  height: 25px;
  margin-left: -20px;
  margin-bottom: 10px;
  padding: 15px 0px 0px 35px;
  border-bottom: 1px solid #d2d2d2;
  background: transparent url(../img/page/h2.gif) top left no-repeat;
  font-style:italic;
  font-weight: bold;
  color: #616161;
  font-size: 16px;
  letter-spacing: 1px;
}

.content h3, .content1 h3 {
  margin-top: 19px;
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 12px;
}

.content h4, .content1 h4 {
  margin-top: 19px;
  font-weight: bold;
  font-size: 12px;
}

.content p, .content1 p {
  display: block;
  padding-bottom: 9px;
  text-align: justify;
  overflow: visible;
}

.content img, .content .flashItem {
  float: right;
  margin: 5px 0px 9px 20px;
  border-style: none;
}
 
.content1 img, .content1 .flashItem {
  float: left;
  margin: 5px 20px 9px 0px;
  border-style: none;
}

.content ul, .content1 ul {
  display: block;
  margin-bottom: 9px;
  padding-left: 15px;
}

.content table, .content1 table {
  clear: both;
  text-align: left;
}

.content1 td {
  border-style: none;
  vertical-align: top;
}

.thaliaantext {
  min-height: 250px;
  overflow: visible;
}

.nextthaliaan {
  margin-top: 10px;
  text-align: right;
}

/* ---------------------------------- footer --------------------------------*/
#footwrapper {
  width: 872px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(../img/page/wrapperfoot.png) center top no-repeat;
}

#footer {
  width: 780px;
  height: 42px;
  margin-left: 36px;
  padding-right: 20px;
  background: #FBFBE5 url(../img/page/footer.gif) center top no-repeat;
  text-align: right;
  clear: both;
  font-size: 11px;
}

/* ---------------------------------- menu ----------------------------------*/
#menu {
  position: absolute;
  top: 250px;
  left: 25px;
  width: 160px;
  text-align: left;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

#menu ul li a {
  display: block;
  clear: both;
  padding: 5px 0px 5px 20px;
  font-weight: normal;
  text-decoration: none;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  border-bottom: 1px solid #9486b1;
  border-top: 1px solid #9486b1;
  background: #625975 url(../img/page/btn-menu.gif) 8px 9px no-repeat;
  color: #cbc1df;
}

#menu ul li a:hover {
  border-bottom: 1px solid #625975;
  border-top: 1px solid #625975;
  background: #a99cc4 url(../img/page/btn-menu-hover.gif) 8px 9px no-repeat;
  color: #4d455d;
}


