* {
  margin: 0;
  padding: 0;
}

html {
  
}

body {
	text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background: #ccc url("../gfx/background_html.gif") 0px 19px;
}

ul {
  list-style-type: none;
}

.holder {
  background: transparent url(../gfx/background_holder.png) no-repeat;
  width:940px;
  height:654px;
  text-align: right;
  position: relative;
  margin: 20px auto 0 auto;
}

.holder .copy {
  font-size: 8pt;
  margin: 5px 20px 0 0;
  left: 800px;
  top: 630px;
  position: absolute;
}

.holder .copy a {
  color: #000033;
  text-decoration: none;
}

.holder .copy a:hover {
  text-decoration: underline;
}

.container {
  width: 901px;
  height: 615px;
  background: #010119 url("../gfx/background_container.png") right no-repeat;
  text-align: left;
  position: absolute;
  left: 19px;
  top: 16px;
}

.navigation {
  background: #000026 url("../gfx/background_nav.jpg") no-repeat bottom;
  width: 209px;
  height: 615px;
  margin: 0 0 0 20px;
  border-right: 1px solid #1a1a34;
  border-left: 1px solid #1a1a34;
  float: left;
}

.navigation ul {
  background: #000033;
  text-align: right;
  font-size: 10pt;
}

.navigation ul a {
  color: #fff;
  display: block;
  padding: 7px 10px 7px 0;
  text-decoration: none;
}

.navigation ul li span {
  color: #fff;
  display: block;
  padding: 7px 10px 7px 0;
  text-decoration: none;
  font-weight: bold;
}

.navigation ul a, .navigation ul span {
  background: transparent url("../gfx/background_seperator.gif") no-repeat bottom;
}

.navigation ul li.last a {
  background: none;
}

.navigation ul li.LM_expanded a {
  font-weight: bold;
}

.navigation ul li.LM_expanded ul li a {
  font-weight: normal;
}

.navigation ul ul a, .navigation ul ul span {
  background: transparent url("../gfx/background_seperator.gif") right repeat-y;
  margin-bottom: 1px;
}

.navigation ul ul {
  font-size: 8pt;
}

#LM_level_1 {
  border-top: 1px solid #c00;
  padding: 20px 0 0 0;
}

.content {
  float: left;
  width: 347px;
  height: 444px;
  border-top: 1px solid #c00;
  margin: 130px 0 0 20px;
  padding: 20px;
  border-right: 1px solid #1a1a34;
  border-left: 1px solid #1a1a34;
  background: url("../gfx/background_content.gif") repeat-x;
}

.content h1, .content h1 a {
  color: #c00;
  font-size: 12pt;
  margin: 0 0 15px 0;
  text-decoration: none;
}

.content p {
  color: #fff;
  margin: 0 0 15px 0;
}

.boxes {
  border-top: 1px solid #c00;
  width: 219px;
  margin: 130px 0 0 20px;
  float: left;
  position: relative;
}

.boxes .box {
  width: 217px;
  height: 99px;
  border: 1px solid #4d4d66;
  position: absolute;
}

.boxes .box1 {
  border-top: none;
  top: 0px;
}

.boxes .box2text {
  width: 207px;
  height: 89px;
  padding: 5px;
  top: 119px;
  z-index: 2;
}

a {
  color: #fff;
}

.boxes .box2 {
  width: 217px;
  height: 99px;
  top: 119px;
  z-index: 1;
  border: none;
  background: #010119;
  filter:alpha(opacity=80);
  opacity:.80;
}

.boxes .box2text h2 {
  color: #c00;
  font-size: 10pt;
  margin: 0 0 10px 0;
}

.boxes .box2text p {
  color: #fff;
}

/* contactformulier */

.contactform {
  float: left;
}

fieldset {
  border: 1px solid #fff;
  padding: 5px;
}

.contactform p {
  margin: 0;
}

.contactform legend {
  font-weight: bold;
  color: #fff;
}

.contactform span {
  float: left;
  width: 125px;
  text-align: right;
  padding: 3px 10px 0 0;
  font-size: 8pt;
  color: #fff;
}

.contactform .inputtext {
  width: 179px;
  height: 14px;
  font-size: 80%;
  border: 1px solid #c00;
  background: #fff url("../gfx/bg_input.gif");
  background-repeat: no-repeat;
  margin: 1px;
}

.contactform .inputtextarea {
  width: 179px;
  height: 100px;
  font-size: 80%;
  border: 1px solid #c00;
  background: #fff url("../gfx/bg_input.gif");
  background-repeat: no-repeat;
  margin: 1px;
}

.inputbutton {
  margin: 2px 0 0 227px;
  background-color: #c00;
  border: 1px solid #fff;
  color: #fff;
  width: 90px;
}

.sitemenu {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0 0 10px 30px;
}

.sitemenu a {
  color: #fff;
  font-size: 8pt;
}

