/* general */
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  border: none;
  color: #000;
  background-image: url(pics/back.gif);
  background-position: left top;
  background-repeat: repeat-y;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
td, th {
  font-size: 12px;
}

a {
  color: #71802E;
  text-decoration: underline;
}

h1 {
  font-size: 14px;
  margin: 0px;
  margin-bottom: 10px;
}
h2 {
  font-size: 13px;
  margin: 0px;
  margin-bottom: 10px;
}
h3 {
  font-size: 12px;
  margin: 0px;
  margin-bottom: 10px;
}
h4 {
  font-size: 11px;
  margin: 0px;
  margin-bottom: 10px;
}

hr {
  height: 1px;
  border: none;
  border-bottom: 2px solid #AA3959;
}

/* clears */
div.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}
br.clear {
  clear: both;
  background-color: transparent;
  display: block;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
br[clear=all] {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  display: block;
}
/* language selection */
ul.lngSelector {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #AA3959;
  text-align: center;
  padding-top: 3px;
}
ul.lngSelector li {
  list-style: none;
  display: inline;
}
ul.lngSelector li img {
  border: none;
}
/* content section general definition */
#content {
  margin: 90px 250px 50px 250px;
}

#content.largeContent {
  margin-right: 20px;
}
/* left column (for boxes) */
#left {
  position: absolute;
  width: 180px;
  top: 90px;
  left: 30px;
}
/* right column (for boxes) */
#right {
  position: absolute;
  width: 200px;
  top: 90px;
  right: 20px;
}
/* header */
#header {
  margin: 0px;
  position: absolute;
  width: 100%;
  height: 81px;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  background-image: url(pics/back_header.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #AA3959;
}
#header img#img_logo {
  border: none;
  margin-left: 10px;
  margin-top: 1px;
}
#hbar {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 63px;
  left: 0px;
  border-top: 1px solid #FFF;
  background-color: #AA3959;
}
/* footer */
#footer {
  text-align: right;
  border-top: 1px solid #AA3959;
  margin-top: 20px;
  font-size: 0.8em;
}

/* content section content formatting */
#content span.contentSubtitle {
  display: block;
  font-size: 0.9em;
}

#content div.topicText {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

#content div.subTopics {
  clear: both;
  margin-top: 0px;
}
#content table.subTopicLine tr {
  vertical-align: top;
}
#content td.topicSpacer {
  padding: 6px;
  border: none;
}
#content .subTopic {
  border-top: 2px dotted #AA3959;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* image in content */
#content div.topicImageLeftBreakNone {
  float: left;
  margin-right: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageRightBreakNone {
  float: right;
  margin-left: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageLeftBreakSide {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageRightBreakSide {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageCenter {
  margin-bottom: 10px;
}

/* special links */

a.more {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #AA3959;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.search {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #AA3959;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.back {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #AA3959;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}
