* {
  padding: 0;
  margin: 0;
}

body {
  background: #FFDCDA;
  font: 0.75em Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 20px 0;
}

.divider {
  clear: both;
  font-size: 1%;
}

#wrapper {
  width: 1000px;
  height: 630px;
  margin: 0 auto;
  background: #CC6666;
}

#header {
  position: relative;
  background: url("../images/header.jpg") no-repeat;
  width: 1000px;
  height: 120px;
}

#back_to_home {
  position: absolute;
  top: 8px;
  left: 22px;
  width: 535px;
  height: 80px;
  display: block;
  text-indent: -9999em;
  overflow: hidden
}

#contact_information {
  position: absolute;
  top: 5px;
  left: 600px;
  width: 400px;
  font-size: 11px;
}

div#contact_information .usps {
  position: absolute;
  top: 5px;
  left: 0;
}

div#contact_information .phone_and_email {
  position: absolute;
  top: 65px;
  left: 20px;
  width: 400px;
  line-height: 1.5em;
  font-size: 1.2em;
}

div#contact_information .phone_and_email td {
  padding-right: 10px; }

div#contact_information .phone_and_email .phone {
  font-size: 1.2em;
  font-weight: bold;
}

div#contact_information .phone_and_email .email {
  
}

div#contact_information div#logo {
  float: right;
  margin-right: 20px;
  margin-top: 3px;
}

#contact_information,#contact_information a {
  color: White;
}

#main_navigation {
  position: absolute;
  top: 100px;
  left: 40px;
}

#main_navigation li {
  display: inline;
  margin-right: 10px;
}

#main_navigation li.first {
  margin-right: 60px;
}

#main_navigation a {
  color: #FFEFEF;
  /*color: #FED9D1;*/
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
#main_navigation li.first a {
  font-weight: normal; }

#main_navigation a:hover,#main_navigation a.active {
  color: #FFF;
  text-decoration: underline;
}

#play_button {
  position: absolute;
  top: 25px;
  left: 855px;
}

#content_wrapper {
  position: relative;
  background: #E89F73 url("../images/bg_content_wrapper.gif") repeat-x;
  height: 485px;
}

#sidebar {
  position: absolute;
  top: 0px;
  left: 640px;
  width: 360px;
  height: 485px;
}

#select_bar {
  color: White;
  text-align: right;
  width: 360px;
  height: 92px;
  position: absolute;
  left: 630px;
  top: 10px;
  /*font-size: 1.1em;*/
}

#select_bar select {
  border: 1px solid #E89F73;
  font-size: 1em;
  margin-bottom: 2px;
}

#select_bar input.button {
  font-size: 0.8em;
  padding: 1px 10px;
}

#music_player {
  position: absolute;
  left: 780px;
  left: 640px;
  top: 575px;
  top: 435px;
  z-index: 1000;
}

#sidebar_overlay {
  width: 360px;
  height: 92px;
  position: absolute;
  left: 640px;
  top: 0;
}

#sidebar_overlay .offerte_form {
  text-align: center;
  margin-top: 20px;
}

#sidebar_overlay .offerte_form .button {
  font-size: 1.2em;
  font-weight: bold;
  color: #3F1800;
  cursor: pointer;
}

#sub_navigation {
  position: absolute;
  top: 5px;
  left: 40px;
}

#sub_navigation li {
  display: inline;
  margin-right: 15px;
}

#sub_navigation a {
  font-weight: bold;
  color: White;
  text-decoration: none;
  text-transform: lowercase;
}

#sub_navigation a:hover,#subnavigation a.active {
  text-decoration: underline;
}

#special_layout {
  position: relative;
}

#content {
  background: #FFDBD9;
  position: absolute;
  top: 20px;
  height: 450px;
  overflow: auto;
  width: 625px;
  border: 2px solid #FFFFFF;
  margin: 5px 0 0 5px;
}

#inside_content {
  padding: 20px 33px;
}

#upperleft,#bottomright {
  border-top: 2px solid #FFFFFF;
}

#upperleft {
  position: absolute;
  top: 39px;
  left: 33px;
  height: 190px;
  width: 300px;
}

#upperright {
  position: absolute;
  top: 20px;
  left: 340px;
}

#bottomleft {
  position: absolute;
  top: 220px;
  left: 20px;
}

#bottomright {
  position: absolute;
  top: 235px;
  left: 220px;
  height: 190px;
  width: 300px;
}

h1,h2,h3,h4,h5,h6 {
  color: #FA676D;
}

h1 {
  font-size: 1.2em;
  margin-bottom: 0.4em;
}

#content h1 a {
  color: #FA676D;
}

.image_container {
  background: url("../images/bg_content_image.gif") no-repeat;
  width: 188px;
  height: 200px;
  position: relative;
  top: -18px;
}

.image_container img {
  margin: 18px 0 0 16px;
}

.left {
  float: left;
  margin-right: 20px;
  position: relative;
  left: -18px;
}

.right {
  float: right;
  margin-left: 20px;
  position: relative;
  right: -10px;
}

hr {
  height: 0;
  border: 0;
  border-top: 2px solid #FFFFFF;
  margin-bottom: 0.5em;
}

#content a {
  color: #903F3B;
}

#content a:hover {
  color: #660000;
}

div.text {
  min-height: 160px;
}

input, textarea, select {
  font: 1em Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #CC6666;
}
input, textarea {
  padding: 2px; }

textarea.content,input.header {
  background: transparent;
}

textarea.content {
  width: 330px;
  height: 150px;
}

input.header {
  background: transparent;
  width: 330px;
}

div#cms_buttons {
  position: absolute;
  top: 488px;
  left: 40px;
}

div#cms_buttons input,input.button {
  background: #E89F73;
  padding: 1px 10px;
  border: 1px solid White;
}

input.form {
  width: 200px;
}

textarea.form {
  width: 300px;
}

a img {
  border: 0;
}

#copyright {
  text-align: center;
  color: #FA676D;
  clear: both;
  width: 1000px;
  margin: 20px auto;
  font-size: 0.9em;
}

#copyright a {
  color: #FA676D;
}

#copyright a:hover {
  text-decoration: underline;
}

#inside_wrapper td {
  padding-right: 4px;
}

td {
  vertical-align: top;
}

#hyves {
  line-height: 20px;
  text-align: center;
  font-size: 0.9em;
}

#hyves,#hyves a {
  color: #FFDBD9;
}

a.no-underline {
  text-decoration: none;
}

.reactieformulier {
  float: right;
  margin-left: 20px; }
.reactieformulier .text {
  width: 200px; }
  
.reacties {
  }
.reacties .reactie {
  margin: 0.75em 0; }
.reacties .reactie p {
  margin-bottom: 0.5em; }