body {
  background-color: white;
  font-family: arial, helvetica, sans-serif, sans;
  font-size: 95%;
  display: block;
}
h1, h2, h3, h4, h5 {
  font-family: arial, helvetica, sans-serif, sans;
}
h4 { font-size: 1.1em; }
h5 { font-size: 1em; margin-top: 1.1em; margin-bottom: .8em; }
form {
  padding: 0px;
  margin: 0px;
}
a:link {
  color: #e60011;
}
a:visited {
  color: #b60000;
}
a:active {
  color: #e60011;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.t {
  display: none;
}

#mainheader {
  background-color: #e60011;
/*  background-color: blue;*/
/*  height: 40px; */
/*  background: url(images/vzhb.png) no-repeat center left;*/
  margin: 0;
  padding: 0;
/*  border-bottom: 40px solid #e60011; */
  text-align: right;
}

.search {
  text-align: right;
  float: right;
  padding: .15em;
}

#sline {
  /* border: 1px solid #e60011; */
  font-family: arial, helvetica, sans-serif, sans;
  font-size: 85%;
}

#sbut {
  font-family: arial, helvetica, sans-serif, sans;
  font-size: 85%;
  font-weight: bold;
  border: 1px solid #e60011;
  margin: 0 2px 0 5px;
  color: #000000;
  background: white;
}

#projectlogo {
  border: 0px;
  margin: 0px;
  background-color: green;
  /* margin-bottom: 0.5em; */
}

#projectlogolink {
/*  display: none;*/
  background-color: green;
}

#tabs {
  margin-top: 0.3em;
  background-color: white;
}

#tab-heading {
  border-bottom: 10px solid #e60011;
  font-size: 110%;
  font-family: arial, helvetica, sans-serif, sans;
  height: 2.1em;
  margin: 0px;
  padding: 0px;
  /* position: relative; */
  /* z-index: 1; */
}

.selected-tab {
  /* display: block; */
  float: left;
  margin-right: 0.2em;
  min-width: 50px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  /* padding-left: 0.5em; */
  text-align: center;
  /* width: 5.25em; */
  background-color: #cccccc;
  border: 1px solid #000000;
}

.unselected-tab {
  float: left;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  /* margin-right: 0.2em; */
  /* min-width: 50px; */
  /* padding: 0.2em; */
  /* text-align: center; */
  border: 2px solid white;
}

a:link.tab-link, a:visited.tab-link {
  padding: 0.3em;
  color: black;
  text-decoration: none;
}

a:hover.tab-link, a:focus.tab-link {
  text-decoration: underline;
}

.unselected-tab a:hover.tab-link, .unselected-tab a:focus.tab-link {
  background-color: #cccccc;
}

a:active.tab-link {
  color: #e60011;
}

#navbar {
  float: left;
  width: 9em;
}

#menu {
  /* top:60px; */
  /* left:0; */
  /* margin-top: 15px; */
  padding: 0.4em;
  width: 11em;
  border: 2px solid #e60011;
  border-top: 0px solid #e60011;
  background-color: #eeeeee;
  /* background-color: #ee0011; */
}

#menu ul.top {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
}

#menu ul.top a {
  padding-left: 10px;
}

#menu ul.top li {
  margin: 0px;
}

#menu ul.sub {
  list-style: square;
  color: red;
  padding-left: 1.2em;
  margin-left: 1.2em;
  /* background-color: #51819c; */
}

#menu ul.sub li {
  padding-top: 0;
}

#menu ul.sub li a {
  padding-left: 4px;
  /* background-color: #51819c; */
}

#menu a {
  color: black;
  display: block;
  padding: 3px 5px 3px 3px;
  text-decoration: none;
}

#menu a:hover, #menu a:focus {
  background-color: #cccccc;
  text-decoration: underline;
  color: black;
}

#menu a:active {
  text-decoration: underline;
  color: #e60011;
}

#menu a.sel
{
  background-color: #cccccc;
  font-weight: bold;
  padding: 2px 5px 2px 8px;
  border: 1px solid #000000;
}

.path {
  margin-left: 12em;
  padding: 0.35em;
  padding-left: 1.6em;
  border-bottom: 1px solid black;
  background: #eeeeee;
  text-align: left;
}
.path span {
  font-size: 85%;
}
.path span.arrow {
  color: red;
  font-size: 100%;
}
.path a, .path a:visited {
  text-decoration: none;
  color: #555555;
}
.path a:hover, .path a.focus {
  text-decoration: underline;
}
#bottom-path {
  margin: 0;
  margin-top: .8em;
  padding: 0;
  border-bottom: 1px solid black;
  padding: 0.35em;
}

.anavbox
{
  margin-top: 11px;
  border: 2px solid #e60011;
  border-top: 12px solid #e60011;
  background-color: #eeeeee;
  font-size: 100%;
  width: 11em;
  padding: 0.4em;
  position: relative;
  text-align: center;
}
.anavbox .anavimg {
  width: 10em;
  border: 1px solid #aaaaaa;
  max-width: 150px;
}
.anavbox a:hover img {
  border: 1px solid black;
}
.anavbox a {
  text-decoration: none;
}
.anavbox a:hover {
  text-decoration: underline;
}

#sbox .q {
  font-size: 1em;
}

#tvbox .q {
  font-size: 82%;
}
#tvbox img {
  padding: 5px 0 5px 0;
  border: 0;
  width: 11em;
  max-width: 160px;
}
.neuimg {
  width: 27px;
  border: 0;
  margin-right: 4px;
}


#printable {
  display: block;
  font-size: 90%;
  float: right;
  text-align: center;
}
#printable img {
  border: 0px;
  display: block;
}
#printable>img/* Hide from Mac IE 5.x */ {
  display: inline;
}


div.cf {
  margin-left: 13.5em;
}
div.content {
  padding-right: 0.8em;
}
div.content p
{
  text-align: justify;
}

h2 { text-align: left; }

h2 + p:first-letter { color: red; font-weight: bold; font-size: 150%; }

.fork {
  padding-right: 17px;
  min-height: 12px;
  background: url(images/link-ow.gif) no-repeat center right;
}

.key {
  border: 1px solid #555555;
  padding: 0 .3em 0 .3em;
}

#validation {
  display: block;
  margin-top: 5px;
  margin-left: 14em;
}
#validation img {
  border: 0px;
}

#footer {
  margin-top: 15px;
  margin-bottom: 10px;
  color: white;
  background-color: #e60011;
  border-top: 1px solid #294462;
  font-size: 100%;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  float: left;
}

#footer a {
  color: white;
  font-weight: bold;
  padding-right: 24px;
  min-height: 15px;
  background: url(images/plano-mini.gif) no-repeat center right;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

a.pdflink {
  white-space: nowrap;
  padding-left: 16px;
  background: url(images/pdfdoc.gif) no-repeat center left;
}

a.printlink {
  white-space: nowrap;
  padding-left: 18px;
  background: url(images/printer.gif) no-repeat center left;
}

a.map {
  text-decoration: none;
}
a:hover.map {
  text-decoration: underline;
}

h2 {
  font-size: 1.2em;
}

.top-digest {
  margin-top: .2em;
  border-bottom: 1px dashed #555555;
}
.top-digest p {
  padding-top: 0;
}
.top-digest .left {
  float: left;
  margin-right: .8em;
  text-align: center;
}
.top-digest .right {
  float: right;
  margin-left: .8em;
  text-align: center;
}
.top-digest .left p
{
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 75%;
  text-align: center;
}
.top-digest .right p
{
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 75%;
  text-align: center;
}
.top-digest h3 {
  font-size: 110%;
  margin-top: .3em;
  margin-bottom: -.2em;
}
.top-digest a {
  text-decoration: none;
}
.top-digest a:hover {
  text-decoration: underline;
}
.top-digest a.black {
  color: black;
}
.top-digest a:visited.black {
  color: #444444;
}
.top-digest .date
{
  margin-top: -.3em;
}
#last-digest {
  border-bottom: 0;
}
.top-digest p img {
  float: left;
  margin-right: 1em;
}

.pdb {
  width: 100%;
  display: block;
  float: left;
}
.pdbsep {
  background: blue;
  visibility: hidden;
}
.pubd {
  float: left;
  position: relative;
  padding: .3em 2em 1em 2em;
  text-align: center;
}
.pubd h4 {
  margin-top: .2em;
  margin-bottom: .8em;
  font-size: 100%;
}
.pubd h4 a:hover{
  text-decoration: underline;
}
#pubt {
  padding: .1em 0em .1em .2em;
}
.pubdt {
  text-align: center;
  font-size: 100%;
  margin-top: .2em;
}
.pub img {
  border: 1px solid white;
  margin-left: 10px;
}
.pubd img {
  border: 1px solid white;
}
.pub .bl, .pubd .bl {
  display: block;
}
div.pub img {
  margin-left: 0;
}
.pub a:hover img, .pubd a:hover img {
  border: 1px solid black;
  text-decoration: underline;
}
.pub a, .pubd a {
  text-decoration: none;
}
.pub a:hover, .pubd a:hover {
  text-decoration: underline;
}
.pub div {
  margin-left: 1em;
}
.pub .zoom {
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(images/zoom.png) right no-repeat;
  padding-right: 20px;
}

.im {
  float: right;
  position: relative;
  text-align: left;
  margin-left: 1em;
}
.im img {
  border: none;
}
.im2 {
  float: right;
  margin-left: 1em;
  position: relative;
  text-align: left;
}

.hel {
  position: absolute;
  width: 20em;
  margin-left: -22em;
}

.ahel {
  position: absolute;
  width: 10em;
  margin-left: -44em;
  height: 10em;
  overflow: auto;
}

.note, .warning, .fixme {
  width: 80%;
  /* cursor: default; */
  text-align: justify;
  border-top: 1px solid #900;
  border-bottom: 1px solid #900;
  border-left: 1px solid #900;
  border-right: 1px solid #900;
  border-style: solid;
  background-image: url(images/icon_error_lrg.gif);
  background-repeat: no-repeat;
  background-position: 0.1em 0.1em;
  margin-left: auto;
  margin-right: auto;
  /* margin: 1.33em 0;*/
  padding: .33em 35px .6em 35px;
  min-height: 32px;
  background-color: #eeeeee;
}

.note .label, .warning .label {
  margin-bottom: .4em;
}

.note span.note-title {
  color: #000;
  font-weight: bold;
}

.warning span.warning-title {
  color: #000;
  font-weight: bold;
}

.fixme {
  background-image: url(images/warning.png);
  border-color: #c60;
}

.warning {
  background-image: url(images/warning.png);
  border-color: #000;
}

.note {
  background-image: url(images/note.png);
  border-color: #000;
  /* background-color: #eeeeee; */
}

.codefrag {
  font-family: courier, sans-serif;
}

.code {
  background: #eeeeee;
  padding: 1em;
  border: 1px dashed black;
}

fieldset {
  border: 1px solid #e60011;
  margin: 15px 0 15px 10px;
  padding: 1em;
}

fieldset legend {
  font-weight: bold;
  font-size: 14pt;
  color: #0046d5;
}

fieldset label.left {
  float: left;
  text-align: right;
  margin-top: 5px;
  width: 8em;
  margin-right: .5em;
  font-weight:bold;
}

fieldset br {
  clear: both;
}

/*fieldset input {
  border: 0 solid;
  border: 1px solid #e60011;
  color: #000000;
  background: #ffffff;
}*/

/* fieldset .eingabe2 input { */
/*   border-bottom: 0; */
/* } */

acronym {
  border-bottom-style: none;
  cursor: help;
}

.tarif {
  margin: 0 0 .6em 0;
  padding: .5em;
  border: 1px solid black;
  background-color: #eeeeee;
}
.tarif .bez {
  margin-right: .5em;
}

.tarif input {
  background-color: #eeeeee;
  border: 0 solid;
  border-bottom: 1px dashed #e60011;
}

.sitemap
{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.sitemap table
{
  border: 1px solid black;
  border-spacing: 0em;
  border-right: 0;
  text-align: top;
}
.sitemap table th
{
  border-bottom: 1px solid black;
  padding: 0.5em 0.5em 0.5em 1em;
  border-right: 1px solid black;
  text-align: left;
  background-color: #eeeeee;
}
.sitemap table td
{
  vertical-align: top;
  padding: 0 1em 0 1em;
  border-right: 1px solid black;
}
.sitemap ul
{
  list-style-type: none;
  padding-left:0;
  margin-bottom: 1em;
}
.sitemap ul ul
{
  padding-left: 2em;
}
.sitemap ul li { margin-top: 1em; }
.sitemap ul ul li { margin-top: 0em; }


table.energie
{
  border: 1px solid black;
  border-spacing: 0em;
  font-size: 9pt;
}

table.energie a:link,
table.energie a:visited    { text-decoration: none; }
table.energie a:hover      { text-decoration: underline; color: black; }
table.energie th a:link,
table.energie th a:visited { color: #b60000; }
table.energie th a:hover   { color: black; }

table.energie th
{
  border-bottom: 1px solid black;
  background-color: #d6eadd;
  white-space: nowrap;
}

table.energie th.s
{
  background-color: #b6cabd;
}

table.energie tr.ue
{
  background-color: white;
}

table.energie td { margin: 0; padding: .3em .5em .3em .5em }
table.energie th { margin: 0; padding: .3em .5em .3em .5em }

table.energie tr.ue td.s
{
  background-color: #eeeeee;
}

table.energie tr.e
{
  background-color: #dddddd;
}

table.energie tr.e td.s
{
  background-color: #cccccc;
}

.pager
{
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 9pt;
}
.pager a:link, .pager a:visited    { text-decoration: none; }
.pager a:hover                     { text-decoration: underline; color: black; }

table.anb
{
  border-spacing: 0em;
  border-collapse: collapse;
}
table.anb td {
  margin: 0;
  padding: .3em .5em .3em .5em;
  border: 1px solid #808080;
  font-size: 10pt;
}
table.anb td.he {
  background-color: #d6eadd;
  margin: 0;
  padding: .3em .5em .3em .5em;
}
table.anb a:link, table.anb a:visited    { text-decoration: none; }
table.anb a:hover                        { text-decoration: underline; color: black; }
/* FIXME!!! */
/* @media tty { */
/*   div.anavbox { */
/*     display: none; */
/*   } */
/* } */

