body {
  margin: 0;
  background: url('../assets/bgleft.gif') repeat-y;
  font-size : 75%;
  font-family : verdana, tahoma, arial, helvetica;
}

#nieuws_reactie_invoer {
  z-index: 1000;
  display: none;
  position: absolute;
  left: 50px;
  top: 50px;
  background-color: #fff;
  border: 1px solid gray;
  padding: 10px;
  width: 380px;
}

.reactie_line {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.nieuws_reactie_head {
  font-size: 90%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

a {
  color: #4D5DA7;
}

a:hover {
  color: #C0B8A1;
}

label {
  float: left;
  display: block;
  width: 140px;
  text-align: right;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 3px 0px 3px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formfield {
  height: 16px; 
  background-color: #fff; 
  border: 1px solid #670EAC; 
}

.formtext {
  background-color: #fff; 
  border: 1px solid #670EAC;
}

.formbutton {
  color: #fff;
  height: 21px; 
  border: #000000 outset 1px;
  background: #670EAC;
}

#container {
  width: 900px;
}

#left {
  float: left;
  width: 171px;
  color: white;
  text-align: right;
  padding-right: 8px;
  font-family: verdana, Tahoma, Verdana, sans-serif;
  font-size : 120%;
}

#left a {
  color: white;
  text-decoration: none;
}

#left a:hover {
  color: #EFFF96;
}

#right {
  float: left;
  position: relative;
  width: 721px;
  background: url('../assets/bg_right.jpg') top left no-repeat;
}

#right_top {
  height: 100px;
  width: 721px;
}

#right_content {
  padding: 10px;
  width: 701px;
  height: 600px;
  min-height: 600px;
  position: relative;
}

.leftpic {
  position: relative;
  left: -5px;
  top: 5px;
}

#links_left {
  float: left;
  width: 350px;
}

#links_right {
  float: left;
  width: 350px;
}