body {
  font-family: Tahoma;
  font-size: 12px;
  color: #505050;
  background: #fff;
}

#center{
  
}

#left {
  background: #fff;
}

#right {
  
}

#header {
  
}

#footer {
  
}

.messages {
  width: 98%;
  border-bottom: 1px dotted #F5E6E7;
  padding: 5px 0px 15px 10px;
  margin-bottom: 35px;
 /* background: #f1f1f1;*/
  line-height: 20px;
  color: #b60000;
  /*background: url(../design/sep2.png) no-repeat 430px bottom;*/
}

.nomessages {
  border: 0px dotted #b60000;
  padding: 0px;
  margin-bottom: 0px;
  
}

.messageindent {
 padding-left: 0px;
}

span.ar {
 color: #24ABAD;
 font-weight: bold;
}

td.button_base, input.button_base {
 border: 0px solid #aaa;
 width: 100px;
 height: 30px;
 padding-top: 3px;
 padding-bottom: 9px;
 color: #F5E6E7;
 background: #ce0000;
 cursor: pointer;
 font-weight: bold;
 background: url(../design/button_base2.jpg) no-repeat;
}

td.button_base:hover {
 /*background: #F5E6E7;*/
 color: #fff;
 border-bottom: 0px solid #000;
 border-right: 0px solid #000;
}

span.kiemelt {
  color: #ce0000;
}

span.kiemelt2 {
 color: #023B12;
 font-weight: bold;
} 