html {
margin: 0px;
}

body, td, p, table {
font-family: Tahoma, Verdana;
font-size: 11px;
color: black;
margin: 0px;
}

body.body {
background: url(_layout/background.jpg) no-repeat center 0px;
}

a {
font-weight: bold;
color: #0066b2;
text-decoration: none;
}
a.hover {
text-decoration: underline;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #0066b2;
}

ul {
  margin-left: 20px;
  padding: 0px;
}

#bottom-menu ul, #upper-menu ul, #sitemap-menu ul, #breadcrumbs ul, #left-menu ul  {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}


#bottom-menu li, #upper-menu li, #sitemap-menu li, #breadcrumbs li {
  display: inline;
}

#background, #page {
  position: relative;
width: 924px;
height: 588px;
left: 50%;
top: 100px;
margin-left: -462px;
background: url(_layout/page.png) no-repeat 0px 0px;
}
.png {
-behavior: expression('url(http://' + document.location.host + '/_public/iepngfix.htc)');
}

#page {
position: absolute;
background: none;
}

.clear {
  clear: both;
height: 0px;
line-height: 0px;
font-size: 0px;
}

/*menu's*/

#breadcrumbs {
  position: absolute;
  top: -20px;
  right: 0px;
  height: 20px;
  width: 924px;
  line-height: 20px;
  text-align: right;
}

#breadcrumbs ul li a {
  color: #4c6347;
  font-weight: bold;
}

#upper-menu {
  position: absolute;
  top: 25px;
  height: 24px;
  background: #a0cc3a url(_layout/upper-menu-end.gif) no-repeat scroll top right;
  padding-left: 14px;
  padding-right: 5px;

}

#upper-menu ul {
  line-height: 24px;
  /*display: inline;*/
}

#upper-menu ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#upper-menu ul li a:hover {
  font-style: italic;
}

#left-menu {
  position: absolute;
  top: 75px;
  left: 1px;
  height: auto;
  width: 203px;
}

#left-menu ul li {
  height: 26px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

#left-menu ul li a, #left-menu ul li a:hover{
  padding-left: 55px;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
  color: #ccc;
  display: block;
}

#left-menu ul li a:hover {
  color: #0066b2;
  
}
#left-menu ul li a, #left-menu ul li a:hover {
  width: 180px;
  height: 26px;
}

#left-menu ul li:hover {
  background: url(_layout/left-menu-back.png) no-repeat 0px 0px;
}

#bottom-menu {
  position: absolute;
  top: 540px;
  left: 0px;
  width: 910px;
  text-align: right;
  margin-right: 14px;
  
}

#bottom-menu ul li a {
  color: #4c6347;
  font-weight: bold;
}

#bottom-menu ul li a:hover {
  text-decoration: underline;
}

#bottom-menu .dot {
  width: 6px;
  height: 5px;
  background: url(_layout/bottom-menu-dot.png) no-repeat 0px 4px;
-behavior: expression('url(http://' + document.location.host + '/_public/iepngfix.htc)');
margin-right: 3px;
}

#sitemap-menu {
  position: absolute;
  top: 568px;
  left: 0px;
  height: 20px;
  width: 924px;
  text-align: center;
}

#sitemap-menu ul li a {
  color: #dbecb5;
  font-weight: bold;
  line-height: 20px;
}

/* content */

#content-title {
  position: absolute;
  top: 128px;
  left: 282px;
  background: url(_layout/content-arrow.gif) no-repeat 0px 6px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #0066b2;
}

#content-placeholder {
  position: absolute;
  top: 180px;
  left: 320px;
  height: 300px;
  width: 525px;
  overflow: auto;
  
} 

#content {
  position: relative;
  width: 500px;
  height: auto;
  line-height: 1.8;
}

#content.editor {
  height: 300px;
}