/* Grundeinstellungen vornehmen */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 90%;
  background: #B4BFC1;
  background-image: url("/images/bg_main.gif");
  color: #000000;
  padding: 25px;
  margin: 2px;
  min-width: 790px;
  text-align: center;
}

div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #CE0000;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px none;
  display: inline;
  margin: 0px;
}

kbd {
  font-variant: small-caps;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  display: block;
  text-align: left;
}

p.abstand {
  line-height: 180%;
}

hr {
  height: 1px;
  background: url("/images/pix_white.gif") repeat scroll center;
  border: 0;
}

abbr[title], acronym[title] {
  border-bottom: 1px dashed #000000;
  font-variant: normal;
  text-transform: none;
}

fieldset {
  border: 0px solid #000000;
  margin: 0;
  padding: 0;
}

legend {
  font-size: 0;
  display: none;
}

.txtB {
  font-weight: bold;
}

.right {
  text-align: right;
}

.red {
  font-weight: bold;
  color: #CE0000;
}  

/* QuickJump UNCHANGED */
#QJ {
  background: #BFBBA7;
  color: #BFBBA7;
  font-size: 0em;
  display: none;
}

#QJ a {
  background: #BFBBA7;
  color: #BFBBA7;
  text-decoration: none;
}

/* Header mit Logo */
#header {
  background-image: url("/images/logo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width:757px;
  height:140px;
  color: #3E5567;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-top-color: #FFFFFF;
}

#printlogo {
  text-align: left;
  display: none;
}

#ballonfahrt {
  float: right;
  text-align: right;
  text-align: right;
  z-index: 99;
}

/* Metanavigation */
#metanavigation {
  text-align: left;
}  

#navMeta {
  text-align: left;
  font-size: 70%;
  padding: 2px 0 0 15px;
  z-index: 1;
}

#navMeta ul {
  margin-left: 0;
  padding-left: 0;
  text-transform: lowercase;
  display: inline;
  text-align: left;
}

#navMeta li {
  margin-left: 0;
  list-style: none;
  display: inline;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #494B4A;
  padding: .1em .8em;
}

#navMeta li.active {
  margin-left: 0;
  list-style: none;
  display: inline;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #494B4A;
  color: #CE0000;
  padding: .1em .8em;
}

#navMeta li.last {
  margin-left: 0;
  list-style: none;
  display: inline;
  border-right-width: 0;
  padding: .1em .8em;
}

#navMeta li.lastactive {
  margin-left: 0;
  list-style: none;
  display: inline;
  color: #CE0000;
  border-right-width: 0;
  padding: .1em .8em;
}

#navMeta a {
  color: #4B4D4A;
  text-decoration: none;
}

#navMeta a:hover {
  text-decoration: underline;
}



/* Hauptmenü */
#navH {
  background: #747474;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  color: #E5E5E5;
  font-size: 75%;
  text-align: left;
  padding: .6em 0em .6em 0em;
  width: 757px;
}

#navH li {
  display: inline;
  padding: .1em 23px .1em 23px;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #E5E5E5;
}

#navH li.active {
  display: inline;
  padding: .1em 23px .1em 23px;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #E5E5E5;
  color: #E6C273;
}

#navH li.last {
  display: inline;
  padding: .1em 23px .1em 23px;
  border-right-width: 0;
}

#navH li.lastactive {
  display: inline;
  color: #E6C273;
  padding: .1em 23px .1em 23px;
  border-right-width: 0;
}

#navH a {
  color: #E5E5E5;
  text-decoration: none;
}

#navH a:hover {
  text-decoration: underline;
}

/* Abstand Navi-Hauptbereich */
#abstand {
  width: 759px;
  height: 3px;
  font-size: 3px;
  background: #B4BFC1;
}



/* Hauptbereich */
#hauptbereich {
  position: relative;
  width: 759px;
  font-size: 75%;
}

/* rechte Spalte */
#rCol {
  width: 551px;
  float: left;
  background: #E6E7E8;
  border: 1px solid #FFFFFF;
  margin: 0px 0px 30px 9px;
  text-align: left;
}

/* linke Spalte */
#lCol {
  width:195px;
  padding:0px;
  float:left;
  background:#E6E7E8;
  border: 1px solid #FFFFFF;
}

/* Unternavigation >*/

#navSub {
  padding-bottom: 13px;
  padding-top: 8px;
  text-align: left;
}

#navSub li {
  display: inline;
  padding: .1em 15px .1em 15px;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #404040;
}

#navSub li.active {
  display: inline;
  padding: .1em 15px .1em 15px;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #404040;
  color: #CE0000;
}

#navSub li.last {
  display: inline;
  padding: .1em 15px .1em 15px;
  border-right-width: 0;
}

#navSub li.lastactive {
  display: inline;
  color: #CE0000;
  padding: .1em 15px .1em 15px;
  border-right-width: 0;
}

#navSub a {
  color: #404040;
  text-decoration: none;
}

#navSub a:hover {
  text-decoration: underline;
}

#noNav {
  padding: .1em 15px .1em 15px;
  color: #CE0000;
  text-align: left;
}

/*Hauptbereich Mitte */
#TopBlock1, #TopBlock2, .TopBlock {
  background-image: url("/images/bg_round_big.gif");
  background-repeat: no-repeat;
  background-position: top;
  background: #E6E7E9;
  margin: 0px 10px 1px 10px;
  padding: 2px 2px 2px 33px;
  height: 1.3em;
  color: #FFFFFF;
  background: #CE0000;
  font-weight: bold;
  text-align: left;
}

div.clearMe br { display: block; height: 0; border: 0; margin: 0; padding: 0; clear: both !important; }

/* Optik Haupt-Textfelder grau */
#Content, .Content {
  background: #FFFFFF;
  margin: 0px 10px 14px 10px;
  padding: 10px 37px 10px 33px;
  color: #000000;
  text-align: left;
}

#Content h1 {
  font-size: 100%;
  font-weight: bold;
}

#Content div {
  text-align: left;
}  

#Content div.hr {
  height: 10px;
  background: url("/images/trenner.gif") no-repeat scroll center;
  padding: 1em 0 1em 0;
}

#Content div.paragraph {
  margin: .8em 0 .8em 0;
}

#Content div.strechme {
  height: 11em !important;
}

#Content div.hr hr {
  display: none;
}

#Content img.left, .Content img.left {
  float: left;
  padding: 0 1em .5em 0;
}

#Content img.gallery {
  padding: .5em 1em .5em 2em;
  border: 0;
}

#Content ul {
  padding: 0 0 0 1.5em;
  list-style: disc;
  display: block;
  text-align: left;
}

#ContentTXT {
  margin-right: 145px;
  padding: .5em .5em .5em .5em;
}

#ContentIMG {
  position: absolute;
  right: 10px;
  width: 120px;
  padding: .5em .5em .5em .5em;
}

#ImgTXT {
  padding-left: 2px;
}

#txtrechts {
  text-align: right;
}

#imgmitte {
  text-align: center;
}


/* Formatierungen für Formulare */
#formular {
  text-align: left;
}  

#formular a {
  color: #000000;
  text-decoration: underline;
}

#formular a:hover {
  color: #000000;
  text-decoration: none;
}

div.formLayout {
  background: #E6E7E8;
  padding: 5px 5px 5px 10px;
  border: 1px solid #747474;
  text-align: left;
}

div.formHeader {
  background-image: url("/images/bg_round_white.gif");
  background-repeat: no-repeat;
  background-position: top;
  background: #E6E7E9;
  margin: 0 0 -.1em 0;
  padding: .3em .8em .3em 1.8em;
  color: #FFFFFF;
  background: #CE0000;
  font-weight: bold;
  text-align: left;
}
* html div.formHeader { height: 1.3em; }

#formular input {
  margin: 3px 0 0 10px;
  width: 95%;
}

#formular input.noform {
  width: 120px;
  margin-right: 11px;
}

#formular select {
  margin: 3px 0 0 10px;
  width: 95%;
  height: 1.4em;
}

#formular input.box {
  width: 1em;
  height: 1em;
}

#formular label {
  font-weight: bold;
  line-height: 2em;
}

#formular label.nobold {
  font-weight: normal;
  line-height: 1em;
}

#formular textarea {
  margin: 3px 0 0 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 120%;
  width: 95%;
}

#formular input.checkme {
  text-align: left;
  width: 1em;
  margin-right: 3px;
}



/* Datentabelle Technische Daten */
#tecData caption {
  text-align: left;
  padding: .5em 0;
  font-weight: bold;
}

#tecData table {
  font-size: 90%;
  vertical-align: top;
  text-align: left;
  border-spacing: 0px;
}

#tecData td {
  text-align: left;
  vertical-align: top;
  padding: 1em .5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E6E7E8;
}

#tecData td.headlineTab {
  text-align: left;
  padding: .5em;
  border-bottom: 0;
  font-weight: bold;
}

#tecData th {
  vertical-align: top;
  text-align: left;
  padding: .5em;
  background: #E6E7E8;
  color: #000000;
}


/* Fussleisten-Navigation */
#footerNav {
  text-align: right;
  font-size: 95%;
  padding: 2px 0 0 0;
  z-index: 2;
}

#footerNav ul {
  margin-left: 0;
  padding-left: 0;
  text-transform: lowercase;
  display: inline;
}

#footerNav li {
  margin-left: 0;
  list-style: none;
  display: inline;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #494B4A;
  padding: .1em .8em;
}

#footerNav li.active {
  margin-left: 0;
  list-style: none;
  display: inline;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #494B4A;
  color: #CE0000;
  padding: .1em .8em;
}

#footerNav li.last {
  margin-left: 0;
  list-style: none;
  display: inline;
  border-right-width: 0;
  padding: .1em .8em;
}

#footerNav li.lastactive {
  margin-left: 0;
  list-style: none;
  display: inline;
  color: #CE0000;
  border-right-width: 0;
  padding: .1em .8em;
}

#footerNav a {
  color: #4B4D4A;
  text-decoration: none;
}

#footerNav a:hover {
  text-decoration: underline;
}


/*Kasten links */
#roteleiste {
  background-image: url("/images/bg_round.gif");
  background-position: top;
  background-repeat: no-repeat;
  background: #CE0000;
  margin: 8px 11px 0px 11px;
  height: 1.3em;
  border-right-width: 11px;
  border-left-width: 11px;
  border-top-width: 10px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-top-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
}

#hauptkasten {
  background: #E6E7E9;
  border-right-width: 11px;
  border-left-width: 11px;
  border-bottom-width: 9px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  margin: 0em 11px 6px 11px;
  font-size: 11px;
  color: #404040;
}

.bildkasten1 {
  padding-top: 1.5em;
  height: 65px;
}

.bildkasten2 {
  height: 64px;
}

.switch {
  display: none;
}

.kastenanatom {
  height: 20px;
  padding-top: 20px;
}

.textkasten {
  background: #FFFFFF;
  font-size: 10px;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 6px;
  margin-right: 23px;
  border-top: 1px dashed #747474;
  padding: 1px;
  width: 108px;
}

#descrip {
  text-align: left;
  display: none;
}

#textkastenSUB {
  background: #E6E7E9;
  text-align: left;
  font-size: 11px;
  color: #000000;
  margin-bottom: 8px;
  padding-left:6px;
  width: 120px;
}

#anatom5 {
  display: none;
}

#help table {
  border: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E6E7E8;
}

#help td, th {
  border-left: 1px solid #E6E7E8;
  border-bottom: 1px solid #E6E7E8;
  border-collapse: separate;
  vertical-align: top;
  empty-cells: show;
}

#help th {
  background: #E6E7E8;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

#help caption {
  margin-top: 1em;
  margin-bottom: 0;
  border: 1px solid #E6E7E8;
  padding: .3em 0 .3em .5em;
  background: #E6E7E8;
  color: #000000;
  caption-side: top;
  font-weight: bold;
  text-align: left;
}


