BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

IMG {
  border: none;
}

A {
  color: #F81C4A;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
}

TEXTAREA,INPUT.text {
  border: 0px;
  border-bottom: 1px solid #97927C;
  background-color: #E0DED7;
}

INPUT.button {
  border: 0px;
  background-color: #F81C4A;
  color: white;
  font-size: 8pt;
  font-weight: bold;
}

#container {
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -350px;
  border: 1px solid black;
  width: 700px;
  height: 500px;
}

#upperhalf {
  float: left;
  width: 700px;
  height: 336px;
  background-color: white;
}

#left {
  width: 134px;
  float: left;
}

#logo {
  float: left;
  width: 127px;
  height: 129px;
}

#menu {
  float: left;
  width: 120px;
  padding: 7px;
}

#menu UL {
  list-style-type: none;
  margin: 0px;
  margin-top: -7px;
  padding: 0px;
}

#menu UL LI {
  float: left;
  height: 25px;
  width: 120px;
  background: url(img/menuitem.png) no-repeat 0px;
}

#menu A {
  margin-left: 15px;
  margin-top: 5px;
  color: black;
  display: block;
  text-decoration: none;
}

#right {
  width: 566px;
  float: right;
}

#header {
  width: 566px;
  height: 45px;
  background-image: url(img/bg-top.png);
  background-repeat: repeat-x;
}

#textarea {
  float: left;
  height: 283px;
  width: 228px;
  border: 1px solid #ACA896;
}

#textarea .header {
  background-color: #ACA896;
  width: 100%;
  height: 20px;
}

#textarea #text {
  width: 208px;
  height: 242px;
  overflow: auto;
  margin: 10px;
}

#pictitle {
  margin: 2px;
  height: 14px;
  text-align: right
}

#bigpicture {
  float: right;
  padding: 8px;
  padding-top: 4px;
}

#textarea .header p {
  margin-left: 5px;
  margin-top: 0px;
  padding-top: 2px;
  font-weight: bold;
  color: white;
}

#lowerhalf {
  padding: 0px;
  padding-left: 4px;
  float: left;
  width: 696px;
  height: 164px;
  background-image: url(img/bg-bottom.png);
  background-repeat: repeat-x;
}

DIV.window {
  margin-left: 4px;
  margin-right: 4px;
  float: left;
  height: 117px;
}

DIV.window DIV.header, #menu .header {
  width: 100%;
  height: 20px;
  float: left;
  background-color: #ACA896;
  background-image: url(img/bg-window.png);
  background-repeat: no-repeat;
}

DIV.window DIV.header P, #menu .header P {
  margin-top: 3px;
  margin-left: 20px;
  font-weight: bold;
  color: white;
}

DIV.window DIV.contents {
  width: 100%;
  height: 97px;
  float: left;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

#windowTarieven {
  width: 120px;
}

#windowTarieven .contents {
  background-image: url(/img/tarieven.png);
}

#windowOfferte {
  width: 102px;
}

#windowHotNews {
  width: 118px;
}

#windowClientLogIn {
  width: 118px;
}

#windowGallery {
  width: 190px;
}
#windowOfferte {
  width: 102px;
}

#windowHotNews {
  width: 118px;
}

#windowHotNews .contents {
  background-image: url(/img/hotnews.png);
}

#windowClientLogIn {
  width: 118px;
}

#windowGallery {
  width: 190px;
}

#windowHotNews {
  width: 118px;
}

#windowHotNews .contents p {
  padding: 4px;
}

#windowClientLogIn {
  width: 118px;
}

#windowGallery {
  width: 190px;
}

#windowGallery .contents {
  width: 190px;
  overflow: auto;
}

#windowGallery .contents img {
  margin: 4px;
}

LI.big {
  font-size: 16px;
  line-height: 200%;
}

LI.nobullet {
  list-style-type: none;
}

DIV.gallery {
  width: 420px;
  height: 90px;
  border: 1px solid #b0b0b0;
  padding: 10px;
  overflow: auto;
}

DIV.gallery DIV.thumb {
  float: left;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.error {
  background-image: url(/img/error.gif);
  background-repeat: no-repeat;
}