/* vorruebergehend als zusatz zu styles.css - wegen caches */
body {
  margin:0em 0em 0em 0em;
  color: #000000;
  background:#FFFFFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

body.fullbody {
  background:#FFFFFF;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0em;
  margin-right:0em;
}

body { font-size:83%; }
table { font-size:100%; }
th {color: #004F8D;}


a { text-decoration:underline; }
a:link { color: #004F8D;  }
a:visited { color: #004F8D; }
a:active { color: #004F8D; }
a:hover { color: #DD1C24; }

.cmsimg {
  margin:0em 0em 0em 0em;
  border:none;
}

h1, .h1, .absatz_title {
  font-size: 100%;
  color: #004F8D;
  margin-top:0.75em;
}
h2, .h2, .absatz_section {
  font-size: 95%;
  color: #004F8D;
  margin-top:0.75em;
}
h3, .h3, .absatz_subsection {
  font-size: 90%;
  color: #004F8D;
  margin-top:0.75em;
}
h4, .h4, .absatz_subsubsection {
  font-size: 85%;
  margin-top:0.75em;
}
h5, .h5 {
  font-size: 100%;
  font-style: italic;
}
h6, .h6 {
  font-size: 100%;
}
p, .absatz_standard {
}
small, .small, .klein, .absatz_klein {
  font-size: 75%;
}
.absatz_quotation {
  font-style: italic;
}
.absatz_monospace {
  font-size: 100%;
  font-family: monospace;
}


/* -------- Page Layout -------- */

/* BEGIN kopf */
#head-table {
  width:100%;
  height:105px;
}
#head-logo {
  background:#FFFFFF url('images/head2-bg.gif') repeat-y;
  width:188px;
  height:105px;
  vertical-align:top;
}
#head-line1 {
  background:#FFFFFF url('images/head-bg1.gif') repeat-x;
  height:24px;
}
#head-line1-2 {
  background:#FFFFFF url('images/head-bg1.gif') repeat-x;
  height:24px;
  width:140px;
}

/* BEGIN kopf, 1. navigations-zeile */
#head-line2 {
  background:#FFFFFF url('images/head-bg2.jpg') no-repeat top right;
  height:60px;
}
#head-line2-2 {
  background:#B9D1E6;
  text-align:center;
  vertical-align:middle;
  width:140px;
  height:60px;
  font-weight:bold;
  font-size:10px;
}
#head-line3 {
  color: #FFFFFF;
  font-size:80%;
  font-weight:bold;
}
#head-navigation-tab {
  width:100%;
  height:18px;
}
#head-navigation-tab td {
  vertical-align:bottom;
  text-align:center;
  border-right:1px solid #FFFFFF;
}



