#mainbody{
  width: 950px;
  height: 100%;
  border-top: 1px solid #B0B0B0;
  border-left: 1px solid #B0B0B0;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
}

#left_space {
  width : 150px;
}
#editor
{
  background-color : #404040;
  position : absolute;
  left : 50%;
  top : 150px;
  width : 700px;
  margin-left : -350px;
  color : #681b6a;
  z-index: 1;
}
#melding{
  color: red;
}
A{
  color: #404040;
}

#header{
  text-align: left;
  background-image : url("site_images/header.jpg");
  width: 950px;
  height: 118px;
  background-repeat: no-repeat;
  background-position: right top;
}

#top_menu {
  position : relative;
  top : 84px;
  float : right;
  width : 100%;
  height : 24px;
}

#top_menu_item {
  color: #681b6a;
  float : right;
  padding-top : 3px;
  padding-bottom : 3px;
}

#top_menu_item A {
  text-decoration : none;
  color: #681b6a;
  padding-top : 3px;
  padding-bottom : 3px;
  padding-right : 8px;
  padding-left : 8px;
}

#top_menu_item A:hover {
  text-decoration : none;
  color: White;
  background: #681b6a;

}

#sub_menu_item {
  float : left;
  padding-right : 15px;
}

#right_menu_item {
  padding-bottom : 10px;
}

#right_menu_item A {
  text-decoration : none;
}
#right_menu_item A:hover {
  font-weight : bold;
}

INPUT{
  font-size: 9pt;
  font-weight: bold;
  color: #681b6a;
}

#content{
  height: 100%;
}

#opvang {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#F0F0F0', startColorstr='#FFFFFF', gradientType='0');
}

#content-main{
  width: 650px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  text-align : left;
}

#content-right A {
  color : #404040;
}

h1, h2, h3, h4, h5 {
  color: #681b6a;
  display: inline;
}

#content-right{
  height: 100%;
  background: #f6f6f6;
  background-position: right top;
  width: 230px;
  _width: 200px;
  color : #404040;
  text-align : left;
  padding : 15px;
  float : right;
}

#content-right A {
  color : #404040;
}

body{
  font-family: Verdana, Arial ,sans-serif; 
  font-size: 9pt;
  color : #606060;
  margin: 0px;
}

TD{
  font-size: 9pt;
}

SELECT{
  font-size: 9pt;
  color: #681b6a;
}

HR{
  border: 0px solid #000;
  height: 1px;
}

TEXTAREA {
  color : Navy;
  font-family: monospace;
  font-size: 9pt;
}

#loginbox 
{
  position : absolute;
  background-image : url('site_images/bg_inlog.jpg');
  left : 50%;
  top : 300px;
  width : 243px;
  margin-left : -80px;
  color : #681b6a;
}

#loginbox TD
{
  color : #681b6a;
}

#content_admin_bar {
  background-color: #606060;
  float : left;
  width : 100%;
}

#content_admin_bar_item
{
  margin-top : 6px;
  margin-left : 6px;
  height : 20px;
  float : left;
}

#contact_table TD {
  padding-left : 15px;
  padding-right : 15px;

}

#site_admin_panel {
  background-color: #D0D0D0;
  width : 100%;
}

#site_admin_panel TD {
  color : white;
}
