/* zeesieraden.css */

body {
  color: #FFFFFF;
/*  background-color: #202020; */
  background-color: #000000;
  margin-top: 0px;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {Font-size: 24px;}
h2 {Font-size: 16px;}
h3 {Font-size: 12px;}
h4 {Font-size: 11px;}
h5 {Font-size: 10px;}

a:link    {text-decoration:none; color: #FFFFFF;}
a:visited {text-decoration:none; color: #FFFFFF;}
a:hover   {text-decoration:underline; color: #FFFFFF;}
a:link img, a:visited img { border-style: none; }

.container {
  position: relative;
  background-color: #000000;
  width: 960px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 934px;
  height: 60px;
/*  border-left-color: #C0C0C0; */
/*  border-left-style: ridge; */
/*  border-left-width: 2px; */
/*  border-right-color: #C0C0C0; */
/*  border-right-style: ridge; */
/*  border-right-width: 2px; */
  padding-top: 12px;
  padding-left: 26px;
}

.middle {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 960px;
  height: 600px;
/*  border-left-color: #C0C0C0; */
/*  border-left-style: ridge; */
/*  border-left-width: 2px; */
/*  border-right-color: #C0C0C0; */
/*  border-right-style: ridge; */
/*  border-right-width: 2px; */
}

.middeloverlay {
  position: absolute;
  top: 60px;
  left: 27px;
  width: 910px;
  height: 600px;
  filter: alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .5;
  z-index: 2;
}

.middelimg {
  position: absolute;
  top: 150px;
  left: 199px;
  width: 566px;
  height: 420px;
  z-index: 3;
}

.middeltop {
  position: absolute;
  top: 160px;
  left: 209px;
  width: 546px;
  height: 400px;
  z-index: 4;
}

.toprow {
  width: 546px;
  height: 100px;
  float: left;
  clear: left;
}

.topleftcell {
  width: 25px;
  height: 100px;
  float: left;
  border: 0px;
  margin: 0px;
}

.toprightcell {
  width: 25px;
  height: 100px;
  float: right;
  border: 0px;
  margin: 0px;
}

.topcell {
  width: 496px;
  height: 100px;
  float: left;
  border: 0px;
  margin: 0px;
  padding-top: 0px;
  text-align: center;
}

.topcellrightalign {
  width: 496px;
  height: 100px;
  float: left;
  border: 0px;
  margin: 0px;
  padding-top: 0px;
  text-align: right;
}

.topcellleftalign {
  width: 496px;
  height: 100px;
  float: left;
  border: 0px;
  margin: 0px;
  padding-top: 0px;
  text-align: left;
}

.footer {
  position: absolute;
  top: 660px;
  left: 0px;
  width: 934px;
  height: 60px;
/*  border-left-color: #C0C0C0; */
/*  border-left-style: ridge; */
/*  border-left-width: 2px; */
/*  border-right-color: #C0C0C0; */
/*  border-right-style: ridge; */
/*  border-right-width: 2px; */
/*  border-bottom-color: #C0C0C0; */
/*  border-bottom-style: ridge; */
/*  border-bottom-width: 2px; */
  padding-top: 12px;
  padding-left: 26px;
}

.row {
  width: 960px;
  height: 100px;
  float: left;
  clear: left;
}

.leftcell {
  width: 25px;
  height: 100px;
  float: left;
  border: 0px;
  margin: 0px;
}

.cell {
  width: 182px;
  height: 100px;
  float: left;
  border: 0px;
  margin: 0px;
  padding-top: 0px;
}

.centeredtext {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.centeredimage {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

/* rose */
.rose {
  color: #3B0A42;
  background-color: #C4959F;
}

/* lever */
.lever {
  color: #FFFFFF;
/*  color: #3B0A42; */
  background-color: #AC685F;
}

/* aubergine */
.aubergine {
  color: #FFFFFF;
  background-color: #494249;
}

/* zandgeel */
.zandgeel {
  color: #FFFFFF;
  background-color: #F5B12C;
}

/* koraalrood */
.koraalrood {
  color: #FFFFFF;
  background-color: #9C1208;
}

/* creme */
.creme {
  color: #F5B12C;
  background-color: #F4E9AE;
}

/* lila */
.lila {
  color: #FFFFFF;
  background-color: #A790A0;
}

/* olijfgroen */
.olijfgroen {
  color: #FFFFFF;
  background-color: #525236;
}

/* grijs */
.grijs {
  color: #000000;
  background-color: #E7E3E7;
}

/* zwart */
.zwart {
  color: #FFFFFF;
  background-color: #000000;
}

/* wit */
.wit {
  color: #000000;
  background-color: #FFFFFF;
}
