/* - CSS Styles fuer die HTML-Elemente */


html {
  height: 100%;
}

body {
  height: 100%;
  padding: 0;
  text-align: center;
  line-height: 150%;

  /* setzt die Hintergrund-Farbe und gegebenfalls ein Bild */

  background: #ff884f; /*url('') repeat-x top right;*/

  /* Font gesamt */
  color: #a55505;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 80%;
  font-family: verdana, arial, sans-serif;
}

/* Layout der Tabellen */

.contenttable {
  font: 400 1em;
  margin: 0 15px;
}

.contenttable p {
  padding: 0 3px 0;
}

/* Innenabstand */

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

hr {
  clear: both;
  height:1px;
  margin:10px 30px;
  color: #999;
  background-color: #999;
  border: none;
    }

/* Hiermit richtet sich die Spalte ganz links sauber am Header aus.
   Wenn der Spalte die Klasse ContentBox oder bgSolid (layout.css) zugewiesen wird, braucht man diese Klasse nicht. */
.leftColumn h1,
.leftColumn h2,
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

/* Wie oben, fuer Spalte ganz rechts */
.rightColumn h1,
.rightColumn h2,
.rightColumn h3,
.rightColumn h4,
.rightColumn h5,
.rightColumn h6,
.rightColumn p,
.rightColumn dl {
  padding-right: 0;
}

/* Generelles Styling von Links ausschalten zugunsten von div-class basiertem Styling */

.ContentBox a {
  color: #ff884f;
  font-weight: bold;
  text-decoration: none;
}

/*fuer visited links */

.ContentBox .bgSolid a:visited {
  color: #6699ff;
  text-decoration: none;
}

.bgSolid .ContentBox a:hover {
  color: #6699ff;
}

/* Styling Links, kann innerhalb von span oder div mit anderen Klassen kombiniert werden */

.txLink a {
  color: #3366ff;
  font-weight: bold;
  text-decoration: underline;
}

/* Links innerhalb der Klasse .txLink sollen keine Rahmen um Images machen */

.txLink a img {
 border: 0;
 }

.txLink a:visited {
  color: #6699ff;
  text-decoration: none;
}

.txLink a:hover {
  color: #6699ff;
}


b {
  color: #555;
}

ol {
  color: #3366ff;
}

ol span {
  color: #000;
}


/* Fuer die Anzeige einer Farbe oder eines Farbverlaufs im Background eines Div-Containers */

.ContentBox {
  margin: 0;
  /*background: #feefa3;*/
  /*background: #feefa3 url('') repeat-x top left;*/
  border-left: 1px solid #ff9933;
}

/* flash-Animation ausrichten */

object.im_Text_links {
  float: left;
  margin: 5px 10px 5px 15px;
  border: 0px;
}

object.im_Text_rechts {
  float: right;
  margin: 5px 15px 5px 10px;
  border: 0px;
}

/*.ContentBox img {
   text-align: center;
   border: 1px solid #555;*/
}

/* einfarbiger Background */

.bgSolid {
  background: #ddd;
}

/* Bei Verwendung der Backgrounds fuer den Fliesstext werden
Listen-Elemente der ersten Ebene mit dem Bild gestylt */

.ContentBox li {
  list-style-image: url('');
}

.ContentBox li li{
  list-style-image: none;
  list-style-type: circle;
}

.bgSolid ul {
  list-style: url('');
}

.bgSolid ul li ul li {
  list-style-type: circle;
}

.ContentBox ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

.bgSolid ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

del {
  color: #aaa;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  font: 600 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  color: #fff;
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #555;
}

dt {
  font-weight: bold;
  color: #ffb323;
}

dd {
  margin-left: 0;
  padding-left: 45px;
}

/* Form Elements */

/*kann leer bleiben, wird hier nur benoetigt, um Form der Suche im print.css auszublenden*/
.search form {
}

fieldset {
  margin: 0.5em auto 0.5em auto;
  display: block;
  border: 0px solid #c2c2c2;
  clear: both;
}

label {
  display: block;
}

input,
textarea,
select {
  font: 400 1em verdana, arial, sans-serif;
  color: #000;
  border: 1px solid #777;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  /*background: #ccc;*/
  border: 1px solid #c2c2c2;
}

input.button {
  font: 400 1em verdana, arial, sans-serif;
  color: #000;
  background: #ccc;
}

/* Blockquote und die verwendeten icons */

blockquote {
  margin: 0 15px;
  padding-left: 20px;
  /*background-color: #f7f7f7;*/
  /*background-image: url('');*/
  /*background-repeat: no-repeat;*/
  /*background-position: 5px 50%;*/
}

blockquote.exclamation {
  background-image: url('');
}

blockquote.stop {
  background-image: url('');
}

blockquote.go {
  background-image: url('');
}


/* Images */

img.floatRight {
  margin: 5px 0px 10px 15px;
  border: 0px;
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
  border: 0px;
}

.search img {
   border: 0;
}

/* unsichtbares fuer die Barrierefreiheit */

dfn, .usb {
    position: absolute;
    left: -1000em;
    width: 20em;
}


/* alle Links mit hover */
a:hover {
  text-decoration: underline;
}


a img {
border: none;
}

/* allgemeine Styles */

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #a1ff45;
}

.red {
  color: #c00000;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #6699ff;
}
