html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

body {
}

/* Standardangaben -------------------------------------------------------------------- */
div {
  position: relative;
}

body,td,th,a /* font default */ {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

* {
  font-family: Arial;
  color: #000;
}

body,div,form /* margin default */ {
  margin: 0;
  padding: 0;
}

img,table /* border default */ {
  border: none;
  margin: 0;
}

.clear {
  float: none;
  clear: both;
}

/* ------------------------------------------------------------------------------------ */
a {
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------ */
#site {
  width: 650px;
  height: 100%;
}

/* ------------------------------------------------------------------------------------ */
#page {
  width: 650px;
  height: auto;
}

/* ------------------------------------------------------------------------------------ */
#content .sidebar-bg {
  display: none;
}

/* ------------------------------------------------------------------------------------ */
.content {
  float: left;
  width: 490px;
}

.content h1 {
  font-size: 24px;
}

.content h2 {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.content h3 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.content .text {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 15px;
}

.content .text a {
  font-size: 12px;
  border-bottom: 1px solid #000;
}

.content .text a:hover {
  border-bottom: 1px dotted #000;
}

.content .text img {
  float: left;
  padding: 1px;
  border: 1px solid #000;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.content .highlight-text-top {
  padding-top: 15px;
  margin-bottom: 15px;
}

.content .highlight-text {
  font-size: 12px;
  padding: 0 15px 15px;
  line-height: 1.7em;
  padding-left: 13px;
  border-left: 3px solid #000;
}

.content .highlight-text a {
  font-size: 12px;
  border-bottom: 1px solid;
}

.content .footnote,
.content .footnote a,
.sidebar {
  font-size: 10px;
  margin-bottom: 15px;
}

/* ------------------------------------------------------------------------------------ */
.sidebar-print {
  float: left;
  width: 140px;
  margin-left: 20px;
}

.sidebar-print .text {
  font-size: 10px;
  line-height: 1.5em;
}

/* ------------------------------------------------------------------------------------ */
.paginationControl {
  display: none;
}

  /* ------------------------------------------------------------------------------------ */
.overview-shadow {
  width: 420px;
  padding-bottom: 8px;
}

.overview-shadow.last {
  background: none;
}

.overview-entry {
  width: 420px;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
}

.overview-entry * {
  cursor: pointer;
}

.overview-entry .img {
  width: 110px;
  float: left;
}

.overview-entry .p_img {
  padding: 1px;
  border: 1px solid #9fa39b;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.overview-entry .overview-text {
  width: 310px;
  float: left;
}

.overview-entry h2 {
  margin: 0;
  margin-top: 2px;
}

.overview-entry .overview-text,.overview-entry .overview-text_big
  {
  font: 12px Arial;
  line-height: 1.7em;
  margin-bottom: 15px;
  text-align: justify;
}

.overview-entry .overview-text {
  font: 12px Arial;
  line-height: 1.7em;
  margin-bottom: 0;
  text-align: left;
}

.overview-entry .text_big {
  width: 420px;
}

.overview-holder a.overview-link {
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------ */
dd {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 30px;
}

dt {
  
}

/* ------------------------------------------------------------------------------------ */
form dd {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 0 !important;
}

form dt {
  
}

/* ------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------ */
.companyHighlight {
  font-weight: bold !important;
  color: #000 !important;
}

/* ------------------------------------------------------------------------------------ */
.login-bg {
  display: none;
}

/* ----------------------------------------------------------------------------- */
td.zelle1
{
  width: 100px;  
  padding-right: 10px;
  font-weight: bold;
  font-size: 32px;
  vertical-align: top;
  line-height: 110%;
  text-align: right;  
  padding-bottom: 15px;
}

td.zelle2
{
  width: 300px;  
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 15px;
}

td.zelle3
{
  font-size: 12px;
  padding: 10px;
  vertical-align: top;
  background: #c7d284;
}

td.tr_sep
{
  height: 2px;
  font-size: 1px;
  /*margin-bottom: 10px;*/
  border-top: 1px solid #000;
}

iframe {
border: none;
}
/* ------------------------------------------------------------------------------------ */

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadcrumb,
.breadcrumb a {
  font-size: 10px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px solid #000;
}


  /* ------------------------------------------------------------------------------------ */
