/*Formate IBCL*/
p,h1,h2,h3,h4,h5,h6,a,li,ul,ol,td {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

p,td,ol {
  font-size: 12px;
  text-align: justify;
}

ul {
  font-size: 12px;
}

.klein {
  font-size: 10px;
}

.nue {
  font-weight: bold;
  text-align: left;
}

.nli {
  font-size: 10px;
  text-align: left;
}

.aue {
  font-size: 14px;
  font-weight: bold;
}

.norm {
  font-size: 12px;
  text-align: justify;
  font-weight: normal;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.weiss {
  color: #ffffff;
  font-weight: normal;
}

.schwarz {
  color: #000000;
  font-weight: normal;
}

h1 {
  font-size: 22px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  font-weight: bold;
}

h6 {
  font-size: 12px;
  font-weight: bold;
}

a:link {
  color: #0066B3;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #6E86C3;
}

a:visited {
  color: #014E88;
}

div#HeaderField {
  width: 100%;
  font-size: 1.5em;
  margin: 0;
  padding: 0.3em;
  text-align: left;
  /* 
    border: 1px #0071BC;
    */
  border: 1px #EEEEEE;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

div#LeftField {
  font-size: 0.83em;
  float: left;
  margin: 0;
  padding: 0; /* 0.5em; */
  width: 144px; /* 140px; */
  background-color: #DDDDDD;
  font-weight: bold;
}

div#NavMenu {
  font-size: 1.1em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  color: #0071BC;
  font-weight: bold;
  background-color: #EEEEEE;
  border: none;
}

div#NavGoogle {
  font-size: 0.9em;
  margin: 4px;
  padding: 0px 0px 0.1em 4px;
  color: #000000;
  font-weight: bold;
  background-color: #EEEEEE;
  border: none;
}

/*
    background-image: url("/images/menu_bg.gif");
*/
div#ContentField {
  margin: 0 1em 1em 152px; /* 0 148px 1em 148px; */
  padding: 1em;
}

* html div#ContentField {
  height: 1em;
  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}

div#RightField {
  float: right;
  font-size: 0.75em;
  margin: 0 0 1em;
  padding: 0.5em;
  background-color: #DDDDDD;
  width: 140px;
}

div#FooterField {
  clear: both;
  font-size: 0.75em;
  font-weight: bold;
  color: #222222;
  margin: 0;
  padding: 0.3em;
  text-align: center;
  border: 1px #EEEEEE;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

body {
  color: black;
  background-color: white;
  font-size: 100.01%;
  margin: 0;
  padding: 0;
  min-width: 41em;
  /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

.actionOK {
  color: #00CC00;
}

.actionError {
  color: #FF0000;
}

.actionInfo {
  color: #0000FF;
}

.noAction {
  color: #000000;
}

.actionOK,.actionError,.actionInfo,.noAction {
  text-align: center;
  background-color: #DDDDDD;
  padding: 10px;
  border: 1px solid #DDDDDD;
  /* -moz-border-radius: 5px; */
}

.rdfChannel {
  font-weight: bold;
  text-align: center;
}

.rdfItem {
  text-align: left;
}