/*----------------------------------------------------------------*/
/* alle abstaende und paddings entfernen
/*----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}


/*----------------------------------------------------------------*/
/* schrift */
/*----------------------------------------------------------------*/
html, body {
  height:100%;
}

body {
  min-height: 100%;
  font-size: 100.01%;
  position: relative;
  color: #000;
  background: #fff;
  text-align: left;
  font-family: arial, verdana, tahoma, trebuchet ms;
}

fieldset, img {
  border:0;
}

select, input, textarea {
  font-family: arial, verdana, tahoma, trebuchet ms;
  font-size: 99%
}

h1, h2, h3, h4 ,h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #00186B;
  color: #666;
}

a:hover {
  text-decoration: underline;
}


/*----------------------------------------------------------------*/
/* pseudo */
/*----------------------------------------------------------------*/
.versteckt {
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.bobo {
  border-bottom: 1px solid #7F96A8;
  border: 0;
}

.boto {
  border-top: 1px solid #7F96A8;
  border: 0;
}

#index #spalte-1 .boto {
  display: none;
}

.grau {
  color: #7B8493;
}

.note {
  color: #7F96A8;
  font-size: 0.9em;
}

.pflichtfeld {
  background-color: #FFFFD5;
}

.error {
  color: #BD294A;
}

.no_screen {
  display: none;
}


/*----------------------------------------------------------------*/
/* images */
/*----------------------------------------------------------------*/
img.right {
  margin-left: 10px;
}


/* listen */
ol {
  list-style-type: decimal;
  list-style-position: outside;
}

ol li {
  margin-left: 24px;
  margin-top: 10px;
}

h1#top {
  position: absolute;
  top: 33px;
  left: 225px;
  z-Index: 999;
  color: #84969C;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: none;
}

/*----------------------------------------------------------------*/
/* tooltip */
/*----------------------------------------------------------------*/
#cx_tooltip {
  position: absolute;
  width: 200px;
  border: 1px solid #000;
  padding: 6px;
  background-color: #ffffe1;
  visibility: hidden;
  z-index: 900;
  font-size: 0.8em;
}

#cx_tooltip p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#print_logo {
  display: none;
}


/* subnavi
------------------------------------------------------------------*/
#subnavi ul,
#subnavi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

#subnavi ul {
  border-top: 1px solid #BEBEBE;
  margin-top: 10px;
}

#subnavi ul li {
  border-bottom: 1px solid #BEBEBE;
}

#subnavi ul li a {
  display: block;
  font-weight: bold;
  padding: 2px 4px;
  text-decoration: none;
  width: auto;
}

#subnavi ul li.cx-selected a,
#subnavi ul li a.selected,
#subnavi ul li a:hover {
  color: #00B381;
}

#subnavi ul li ul {
  margin: 0 0 0 6px;
  border: 0;
}

#subnavi ul li ul li {
  border: 0;
}

#subnavi ul li ul li a {
  font-weight: bold;
  color: #00B381;
}

#subnavi ul li ul li ul li a {
  font-weight: normal;
}