/**********************************************************************
 * tag section
 **********************************************************************/

body,
table * {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Verdana, Arial, Heveltica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

body.htmlarea-content-body {
  background-color: #f0f0f0;
  color: #6e6e6e;
}

a {
  color: #1e6d58;
  text-decoration: none;
}

a img {
  border: none;
}

h1,h2,h3,h4,h5 {
  clear: both;
  float: none;
  margin: 0 0 10px 0;
  padding: 0 0;
  font-family: Verdana;
}

h1 {
  font-weight: bold;
  font-size: 12px;
  color: #1e6d58;
}
h2 {
  font-weight: bold;
  font-size: 14px;
  color: #6e6e6e;
}
h3 {
  font-weight: bold;
  font-size: 14px;
  color: #1e6d58;
}
h4 {
  font-size: 10px;
  font-weight: bold;
  color: #6e6e6e;
}

hr {
  height: 1px;
  width: 100%;
  border: 0px solid black;
  background-image: url(../images/teiler.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
/**************************************************
 * content 
 **************************************************/

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

a.download img {
  padding-right: 5px;
}

div.boxWithBorderBgColor {
  float: left;
  margin: 0 0 10px;
  border: 1px solid #86aea3;
  background-color: #e4e8e7;
  padding: 10px 10px 0;
}

table.tabWithBorderBgColor {
  float: none;
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid #86aea3;
  border-collapse: collapse;
  background-color: #e4e8e7;
}
table.tabWithBorderBgColor th,
table.tabWithBorderBgColor td {
  padding: 3px 3px;
  border: 1px solid #86aea3;
  background-color: #e4e8e7;
  vertical-align: top;
}
th.width100,
td.width100 {
  width: 100px;
}
th.width130,
td.width130 {
  width: 130px;
}
th.width150,
td.width150 {
  width: 150px;
}

/*ul.ulContentList {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}
ul.ulContentList li {
  margin: 0 0;
  padding: 0 0 0 15px;
  list-style-image: none;
  background-image: url(../images/navi-aktiv.gif);
  background-position: 0px 5px;
  background-repeat: no-repeat;
}*/
