/* general */
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1em; 
  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; 
  background-image: url(pics/body_bg.jpg);
  background-repeat:repeat-y;*/
}
td, th {
  font-size: 12px;
}

a {
  color: #007a3b;
  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 #90A23B;
}

/* 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 #90A23B;
  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 {
  position: absolute;
  top: 200px;
  left: 280px;
  width: 65%;
  /*margin: 200px 250px 100px 320px; */
}

#content.largeContent {
  margin-right: 60px;
}
/* left column (for boxes) */
#left {
  position: absolute;
  top: 200px;
  left: 0px;  
  width: 270px;
  padding-left: 30px;
  padding-top: 20px; 
  background-image: url(pics/box_innen.jpg);
/*  background-image: url(pics/box_bg.jpg);*/
  background-position: 10px top;
  background-repeat: no-repeat;  
}
/* right column (for boxes) */
#right {
  position: absolute;
  width: 200px;
  top: 200px;
  right: 20px;
}
/* header */
#header {
  margin: 0;  
  padding-top: 0px;
/*  position: absolute; */
  width: 100%;
  height: 132px;
  top: 0px;
/*  left: 16px;*/
  background-image: url(pics/back_header.jpg);
/*  background-position: 16px top; */
  background-repeat:repeat-x;
  color: silver; 
  font-weight: Bold; 
  text-align:center;
  
}
#header.streifen {
  height: 28px;
  width: 100%;

}

#hbar {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 63px;
  left: 0px;
  border-top: 1px solid #FFF;
  background-color: #90A33B;
}
/* footer */
#footer {
  text-align: right;
  border-top: 1px solid #C2CC93;
  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 #97A948; */
  padding: 20px;
  background-image: url(pics/box_innen.jpg);
  background-position: left top;
  background-repeat:no-repeat;
  text-align: justify;
}

/* 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: left;
  font-weight: bold;
  font-size: 11px;
  color: #007a3b;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 0px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: 3.2em;
}

a.search {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #4A541E;
  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: #4A541E;
  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;
}
