body, html {
  width: 100%;
  height: 98%;
  margin: 0px;
  padding-top: 10px;
  font-family: Tahoma,arial,helvetica,sans-serif,swiss,sunsans-regular;
  font-size: 0.81em;
  text-align: center;
  background-image: url(imgs/bg-body.png);
  background-position: top;
  background-repeat: repeat-X;
  background-color: #EFB28C;
}

h1 { font-size: 1.4em; margin-right: 5px;}
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }

a {
  text-decoration: none;
  color: #E7AA7B;
}

a:hover { text-decoration: underline; }
ul { list-style:none; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.overall {
  width: 868px;
  height: 650px;
  margin: auto;
  text-align: left;
}

.header {
  height: 74px;
  margin-top: 47px;
  background-image: url(imgs/bg-header.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.subheader {
  height: 73px;
  background-image: url(imgs/bg-subheader.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.subheader img {
  width: 250px;
  height: 70px;
  float:right;
}

.menumain {
  height: 19px;
  width: 430px;
  float: right;
  margin: 56px 86px 0px 0px;
}

.menumain div {
  width: 71px;
  height: 18px;
  overflow: hidden;
  float: left;
  text-align: center;
}

.menumain a {
  width: 72px;
  margin: auto 0px;
  padding: 0px 0px;
  line-height: 2.1em;
  display: block;
  color: #505050;
  background-image: url(imgs/bg-topmenu.png);
  background-repeat: no-repeat;
}

.menumain a:hover {
  background-image: url(imgs/bg-topmenu-on.png);
  text-decoration: none;
}

.menumain a.active {
  background-image: url(imgs/bg-topmenu-on.png);
  font-weight: bold;
}

.left-row {
  width: 203px;
  height: 508px;
  float: left;
  background-image: url(imgs/bg-left.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.submenu {
  width: 105px;
  height: 293px;
  margin-top: 15px;
  float: right;
}

.submenu ul, .menu .graphic {
  margin: 7px 0px 0px 0px;
  list-style: none;
  padding: 0px;
}

.submenu ul li {
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  border-bottom: 1px solid #F7C7AD;
}

.submenu ul li.last { border-bottom: none; }

.submenu ul li a {
  display: block;
  line-height: 13px;
  font-size: 1em;
  text-decoration: none;
  color: #84796B;
  padding: 3px 0px;
  margin-left:10px;
}

.submenu ul li a:hover { color: #57390D; }
.submenu ul li a.active, .submenu ul li ul li a.active { font-weight: bold; }
.submenu ul li ul { margin: -3px 0px 7px 17px; }

.submenu ul li ul li a {
  font-size: 1em;
  line-height: 9px;
}

.content {
  width: 665px;
  height: 508px;
  float: right;
  background-image: url(imgs/bg-right.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #656555;
  font-size: 11px;
}

.text {
  width: 470px;
  height: 300px;
  float:right;
  overflow: auto;
  margin: 62px 30px 0px 28px;
  background-color: #FFFFFF;
}

.text img { border: none; }
.text ul { list-style: url(imgs/list.gif); }
.text .csc-header { text-align: right; }

.content .text p.bodytext {
  margin-bottom: 5px;
  margin-top: 0px;
  padding: 5px;
  text-align: justify;
}

table p.bodytext {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.text .csc-firstHeader {
  margin-top: 15px;
}

.text .csc-header, .text p.bodytext { margin-right: 15px; }

.filecell a { display: none; }

.filelinkssize {
  width: 55px;
  text-align: right;
}

.download-row td {
  border-bottom: 10px solid #F7F3E7;
  vertical-align: top;
}

.icon {
  width: 16px;
  padding: 0px;
}

.download-row td img {
  margin-top: 3px;
  margin-left: 3px;
}

.csc-textpic-right .csc-textpic-imagewrap {
  margin-right: 20px;
}

/*########## CONTACT ##########*/

#mailform .csc-mailform {
  border:0px;
  margin: auto;
  margin-top: 0px;
  padding: 0px;
  padding-bottom: 15px;
  width: 350px;
}

#mailform .csc-mailform-field input, textarea  {
  border:1px solid #EFB28C;
  margin:5px;
  padding:2px;
}

#mailform .csc-mailform-field input {
  float:right;
  width: 170px;
}

#mailform .csc-mailform-field label {
  line-height: 1.9;
  width: 150px;
  float: left;
  margin: 5px;
  margin-left: 0px;
  border-bottom: 1px dotted #EFB28C;
}

#mailform .csc-mailform-field .csc-mailform-submit {
  width: auto;
  display: block;
  margin-top:10px;
  border: 1px solid #EFB28C;
  padding: 2px;
  color: #656555;
  float: left;
  font-size: 11px;
}

#mailform .csc-mailform-field .csc-mailform-submit:hover {
  color: #FFFFFF;
  border: 1px solid #EFB28C;
  cursor: pointer;
}

textarea {
  display: block;
  float: right;
  width:350px;
}