/* bitvtest.de stylesheet fuer Bildschirmausgabe */


/** Allgemeine Elementeigenschaften */

body {
  background: #d6d6d6 url(../img/hintergrund/body.gif) repeat-x;
  color: #000;
  font-size: 100.01%;
  font-family: verdana,arial,trebuchet,sans-serif;
  padding: 0 0 25px 0;
  margin: 0;
  text-align: center;
}

a:link,
a:visited {
  color: #003366;
  text-decoration: underline;
}

a:visited { color: #666; }

a:hover,
a:focus,
a:active {
  color: #ce4a00;
  background: #FEF1E7;
}

a img { border-width: 0; }

img { vertical-align: bottom; }

li li { font-size: 1em !important; }

p, blockquote,
ul, ol, dl, li,
h1, h2, h3, h4, h5, h6,
form {
  border: 0;
  padding: 0;
  margin: 0;
}

cite {
  font-style: normal;
}

input, textarea, select  { 
  font-size: 1em; 
  font-family: verdana,arial,trebuchet,sans-serif;
}

abbr, acronym { border-bottom: 0; }

hr { display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Allgemeine Klassen */

.unsichtbar {
  display: block;
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.stopFloat {
  float: none;
  clear: both;
  display: block;
  overflow: hidden;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/


/* LAYOUT */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/** Sprunglinks und Link zu BIK */

/* Link zu bik-online.info */

#kopf #links {
  float: right;
  width: 11em;
  padding-top: 10px;
  text-align: left;
}

#kopf #links p,
#kopf #links ul {
  color: #fff;
  font-size: .75em;
  line-height: 1.25em;
  padding: 0;
  margin: 0 0 4px 0;
}

#kopf #links ul li {
  list-style: none;
}

#kopf #links a:link,
#kopf #links  a:visited {
  background: url(../img/sonstige/icon_pfeilchen_weiss.gif) 0 .6em no-repeat;
  color: #FFF;
  text-decoration: none;
  padding: 1px 4px 2px 12px;
}

p.biklink a:hover { text-decoration: underline; }

p.biklink a:focus,
p.biklink a:active {
  background/**/: #FFF url(../img/sonstige/icon_pfeilchen_dunkelblau.gif) 0 .45em no-repeat;;
  color: #003366;
  text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Kopf */

#kopf {
  position: relative;
  width: 98%;
  min-width: 680px;
  max-width: 950px;
  background: #777777 url(../img/hintergrund/kopf.gif) left bottom no-repeat;
  margin: 0 auto;
}

#kopf .innen {
  position: relative;
  min-height: 112px;
}

* html #kopf .innen { height: 112px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Logo */

#logo {
  position: absolute;
  bottom: 19px;
  left: 17px;
}

#logo img {
  background: #fff;
  color: #E16A00;
  font-size: 1.5em;
  font-weight: bold;
}

#logo a:link img,
#logo a:visited img {
}
#logo a:hover img,
#logo a:focus img,
#logo a:active img {
}

#claim {
  float: left;
  width: 45%;
  color: #fff;
  font-size: 1.1em;
  line-height: 1;
  padding-top: 63px;
  margin-left: 180px;
}

#claim p {
  padding: 0;
  margin: 0;
  text-align: left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Kopf-Menue */ 

ul#kopfmenue {
  font-size: .8em;
  line-height: 1.4em;
  text-align: right;
  padding: 40px 21px 12px 0;
  margin: 0;
  list-style: none;
}

ul#kopfmenue li {
  margin-bottom: .2em;
}

#kopfmenue a:link,
#kopfmenue a:visited {
  color: #003366;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 4px 2px 4px;
}

#kopfmenue a:hover {
  color: #003366;
  text-decoration: underline;
}

#kopfmenue a:focus,
#kopfmenue a:active {
  background: #FFF;
  color: #003366;
  text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Kruemelnavi und Abmelden-Link */

#kruemelnavi {
  position: relative;
  background: #b5b5b4;
}

#kruemelnavi .aussen {
  position: relative;
  width: 98%;
  min-width: 680px;
  max-width: 950px;
  background: #fff;
  margin: 0 auto;
}

#kruemelnavi p {
  position: relative;
  color: #003366;
  font-size: .8em;
  line-height: 1.4em;
  padding: 7px 20% 5px 1px;
  border-bottom: 1px solid #cccccc;
  margin: 0 14px;
  text-align: left;
}

p#logout {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 20%;
  padding: 0;
  border-bottom: 0;
  margin: 0;
  text-align: right;
}

p#logout a:link, p#logout a:visited { color: #003366; }
p#logout a:hover, p#logout a:focus, p#logout a:active { color: #ce4a00; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Inhalt */

#inhalt {
  position: relative;
  background: #d6d6d6;
  min-height: 350px;
}

#inhalt .aussen {
  width: 98%;
  min-width: 680px;
  max-width: 950px;
  min-height: 350px;
  background: #fff;
  margin: 0 auto;
}

#inhalt .innen {
  position: relative;
  min-height: 350px;
  text-align: left;
  padding: 14px 14px 5px 14px;
}

* html #inhalt,
* html #inhalt .aussen,
* html #inhalt .innen {
  height: 350px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Spalten */

.spalte1 {
  float: left;
  width: 49.5%;
}

.spalte2 {
  float: right;
  width: 49.5%;
}

* html .spalte1,
* html .spalte2 {
  width: 48.5%;  /* IE 5 und 5.5 */
  wid\th: 49.5%; /* IE 6 */
}

/* IE-Bugfixes */
* html .spalte1,
* html .spalte2 {
  position: relative;
}

div.abschnitt {
  padding-top: 1em;
  border-top: 1px solid #CECECE;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Multileiste */

#multileiste {
  min-height: 30px;
  background: #eeeeee url(../img/hintergrund/multileiste.gif) repeat-x;
  border: 1px solid #FFF;
  margin: 6px 15px 20px 15px;
}

* html #multileiste {
  position: relative;
  height: 30px;
}

#inhalt #multileiste p {
  float: left;
  color: #003366;
  font-size: .8em;
  line-height: 1.3;
  font-weight: normal;
  padding: 7px 6px 5px 10px;
  margin: 0;
}

#inhalt #multileiste ul {
  float: left;
  font-size: .8em;
  line-height: 1.3;
  margin: 0;
  list-style: none;
}

#inhalt #multileiste li {
  float: left;
  padding: 7px 6px 5px 10px;
  margin: 0;
}

#inhalt #multileiste li.on strong {
  background/**/: url(../img/sonstige/icon_multileiste_pfeilchen.gif) 0 .3em no-repeat;
  padding-left/**/: 8px;
}

#inhalt #multileiste a:link,
#inhalt #multileiste a:visited,
#inhalt #multileiste strong {
  color: #003366;
  padding: 0 1px 1px 1px;
}

#inhalt #multileiste a:hover,
#inhalt #multileiste a:focus,
#inhalt #multileiste a:active {
  background: #FFF;
  color: #003366;
  text-decoration: underline;
}

/* Doppelte und dreifache Leiste - 1. Teil */

#multileiste-stufe-1 {
  float: left;
  width: 100%;
  background: #CCDDEC url(../img/hintergrund/multileiste_oben.gif) left bottom repeat-x;
  padding-top: 1px;
  margin-bottom: 5px;
}

#multileiste.doppelt #multileiste-stufe-1,
#multileiste.dreifach #multileiste-stufe-1 {
  margin-bottom: 0;
}

#inhalt #multileiste #multileiste-stufe-1 p {
  float: left;
  color: #003366;
  font-size: .8em;
  line-height: 1.3;
  font-weight: normal;
  padding: 5px 6px 6px 10px;
  margin: 0;
}

#inhalt #multileiste-stufe-1 li { padding: 5px 10px 6px 10px; }

#inhalt #multileiste-stufe-1 li.on {
  background: #E7EEF6 url(../img/hintergrund/multileiste_reiter_unten_re.gif) bottom right no-repeat;
  padding: 0;
}

#inhalt #multileiste-stufe-1 li.on span {
  display: block;
  background: url(../img/hintergrund/multileiste_reiter_oben_re.gif) top right no-repeat;
}

#inhalt #multileiste-stufe-1 li.on span span {
  background: url(../img/hintergrund/multileiste_reiter_unten_li.gif) bottom left no-repeat;
}

#inhalt #multileiste-stufe-1 li.on strong {
  display: block;
  background: url(../img/hintergrund/multileiste_reiter_oben_li.gif) top left no-repeat;
  padding: 5px 12px 6px 12px;
}

/* Doppelte und dreifache Leiste - 2. Teil */

#multileiste-stufe-2 {
  float: left;
  width: 100%;
  background: #E7EEF6;
  border-top: 1px solid #E7EEF6;
}

#inhalt #multileiste-stufe-2 p {
  padding: 5px 6px 5px 10px;
}

#inhalt #multileiste-stufe-2 li.on strong {
}

#inhalt #multileiste-stufe-2 li {
  padding: 5px 6px;
}

/* Dreifache Leiste - 3. Teil */

#multileiste-stufe-3 {
  float: left;
  width: 100%;
  background: #EEF2F9 url(../img/hintergrund/multileiste_stufe_3_linie.gif) repeat-x;
  border-top: 1px solid #CCDDEC;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Blaettern */

#inhalt div.blaettern.oben {
  float: right;
  width: 30%;
}

#inhalt div.blaettern.unten { margin-top: 20px; }

#inhalt div.blaettern p.springen {
  position: absolute;
  top: 35px;
  right: 30px;
  width: 370px;
  margin: 1em 0 20px 0;
  text-align: right;
}

#inhalt div.blaettern p.springen select {
  width: 340px;
  vertical-align: middle;
}

#inhalt div.blaettern p.springen input {
  vertical-align: middle;
}

#inhalt div.blaettern p.blaettern {
  float: right;
  clear: right;
  width: 141px;
  margin: 0 8px 0 0;
}

* html #inhalt div.blaettern p.blaettern {
  margin-right: 4px; /* wegen IE-Double-Margin-Bug */
}

#inhalt div.blaettern p.blaettern a,
#inhalt div.blaettern p.blaettern span {
  float: left;
  border: 1px solid #FFF;
  margin-right: 4px;
}

#inhalt div.blaettern p.blaettern .schmal { width: 23px; }
#inhalt div.blaettern p.blaettern .breit { width: 28px; }
#inhalt div.blaettern p.blaettern .abstand { margin-right: 16px; }

#inhalt div.blaettern p.blaettern a:link,
#inhalt div.blaettern p.blaettern a:visited {
  border: 1px solid #FFF;
}

#inhalt div.blaettern p.blaettern a:hover,
#inhalt div.blaettern p.blaettern a:focus,
#inhalt div.blaettern p.blaettern a:active {
  border: 1px solid #b7b7b7;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Fusszeile */

#fusszeile {
  position: relative;
  width: 98%;
  min-width: 680px;
  max-width: 950px;
  background: #fff;
  margin: 0 auto;
}

#fusszeile p {
  font-size: .7em;
  line-height: 1.5em;
}

#fusszeile p#fusstext {
  color: #666;
  text-align: left;
  margin: 0 !important;
  padding: 35px 9em 10px 20px;
}

#fusszeile p.nachoben {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

p.nachoben a:link,
p.nachoben a:visited {
  background/**/: url(../img/sonstige/icon_nach_oben_orange_auf_weiss.gif) 100% .2em no-repeat;
  padding/**/: 0 14px 0 2px;
}

p.nachoben a:hover,
p.nachoben a:focus,
p.nachoben a:active {
  background-color: #FEF1E7;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/


/* TEXTFORMATIERUNGEN */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/** Ueberschriften */

#inhalt h1 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 16px 16px 6px 16px;
  padding-right: 70px;
}

#inhalt h1 span.dachzeile {
  font-weight: normal;
  font-size: .78em;
}

#inhalt h2 {
  max-width: 58em;
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 2em 8% .5em 16px;
}

#inhalt h2.bullet {
  background: url(../img/sonstige/ueberschrift_kasten.gif) 0 .5em no-repeat;
  padding: 0 0 1px 18px;
  border-bottom: 1px solid #ccc;
  margin: 2em 16px .8em 16px;
}

#inhalt h2.klein {
  color: #444;
  font-size: .9em;
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 0;
}

#inhalt h2.bullet.klein {
  background: url(../img/sonstige/ueberschrift_kasten.gif) 0 .35em no-repeat;
  padding: 0 0 1px 16px;  
  border-bottom: 0;
  margin-top: 1.2em;
  margin-bottom: 0;
}

#inhalt h3 {
  max-width: 58em;
  font-size: .9em;
  line-height: 1.4em;
  margin: 1.6em 8% -.2em 16px;
}

#inhalt h3.klein {
  font-size: .8em;
}

#inhalt h3.frage {
  font-size: .85em;
  margin-top: 1.8em;
}

#inhalt h3 strong { color: #E16A00;}

#inhalt h4 {
  max-width: 58em;
  font-size: .8em;
  line-height: 1.4em;
  margin: 1.6em 8% 0 16px;
}

#inhalt h5 {
  max-width: 58em;
  font-size: .7em;
  line-height: 1.4em;
  margin: 1em 8% 0 16px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Absaetze */

#inhalt p {
  max-width: 58em;
  font-size: .8em;
  line-height: 1.5em;
  margin: .6em 8% .6em 16px;
}

#inhalt p.abstandOben0 { margin-top: 0 !important; }
#inhalt p.abstandObenS { margin-top: 1em !important; }
#inhalt p.abstandObenM { margin-top: 1.5em !important; }
#inhalt p.abstandObenL { margin-top: 2em !important; }

#inhalt p.abstandUnten0 { margin-bottom: 0 !important; }
#inhalt p.abstandUntenS { margin-bottom: 1em !important; }
#inhalt p.abstandUntenM { margin-bottom: 1.5em !important; }
#inhalt p.abstandUntenL { margin-bottom: 2em !important; }
#inhalt p.abstandUntenXL { margin-bottom: 2.5em !important; }

#inhalt .seite p {
  margin-top: .25em;
  margin-bottom: .25em
}

#inhalt blockquote,
#inhalt p.quelle {
  margin-left: 36px;
}

#inhalt blockquote p { margin-left: 0; }

#inhalt p#logo90plus {
  position: absolute;
  top: 1.2em;
  right: 25px;
  margin: 0;
}

#inhalt p.link {
  position: relative; /* fuer IE */
  background: url(/img/sonstige/icon_link_orange.gif) 0 .45em no-repeat;
  padding-left: 14px;
  margin: .3em 0 .3em 16px;
}

ins {
  background: #ffe0af;
  text-decoration: none;
}

del,
del p {
  text-decoration: line-through;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Listen */

#inhalt ul,
#inhalt ol {
  max-width: 58em;
  font-size: .8em;
  line-height: 1.5em;
  padding: 0;
  margin: .6em 8% .6em 30px;
}

#inhalt ul { list-style: square; }

* html #inhalt ul { margin-left: 32px; }

#inhalt ol {
  margin-left: 36px;
}

#inhalt li { margin: .6em 0; }

#inhalt ul.mitteleng li { margin: .2em 0; }
#inhalt ul.eng li { margin: 0; }

#inhalt ul ul,
#inhalt ul ol,
#inhalt ol ul,
#inhalt ol ol {
  font-size: 1em;
}

#inhalt li p,
#inhalt li h3,
#inhalt li h4,
#inhalt li h5 {
  font-size: 1em;
  margin-left: 0;
  margin-right: 0;
}

#inhalt ul.ohneBullet {
  list-style: none;
  margin: .6em 8% .6em 16px;
}

#inhalt ul.ohneBullet li { margin: .2em 0; }

#inhalt ul.ohneBullet.eingerueckt { margin-left: 50px; }

#inhalt ul.bewertungen li {
  margin: 1em 0;
  list-style-type: square;
}

#inhalt ul.bewertungen h3,
#inhalt ul.bewertungen h4 {
  font-size: 1.05em;
  margin: 0;
}

#inhalt ul.bewertungen h4 {
  margin-bottom: .35em;
}

#inhalt ul.bewertungen h5 {
  font-weight: normal;
  line-height: 1.25em;
  margin: 0.4em 0 0 0;
}

#inhalt ul.bewertungen p {
  line-height: 1.25em;
  margin: 0 0 .4em 0;
}

#inhalt ul.bewertungen p.punktabzug {
  margin-top: .4em;
}

#inhalt ul.link {
  margin-left: 0;
  list-style: none;
}

#inhalt ul.link li {
  position: relative; /* fuer IE */
  background: url(/img/sonstige/icon_link_orange.gif) 0 .45em no-repeat;
  padding-left: 14px;
  margin: .3em 0 .3em 16px;
}

#inhalt ul.kleiner {
  color: #666;
  font-size: .9em;
  padding: .15em 0 .45em 25px;
  margin: 0;
  list-style: none;
}

#inhalt ul.kleiner li {
  line-height: 1.3em;
  padding: 0;
  margin: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Links */

#inhalt a.kleiner:link,
#inhalt a.kleiner:visited {
  font-size: 1em;
  color: #666;
}

#inhalt a.kleiner:hover,
#inhalt a.kleiner:focus,
#inhalt a.kleiner:active {
  color: #ce4a00;
  text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** kleine URL */

#inhalt a.URLklein:link,
#inhalt a.URLklein:visited {
  font-size: 0.8em;
  color: #666;
}

#inhalt a.URLklein:hover,
#inhalt a.URLklein:focus,
#inhalt a.URLklein:active {
  color: #ce4a00;
  text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Sonstige Elemente (Code, Zitate etc.) */

code {
  color: #444;
  font-family: courier;
  font-size: 1.1em;
}

#inhalt a:link code {
  color: #003366;
}

#inhalt a:visited code {
  color: #666;
}

#inhalt a:hover code,
#inhalt a:focus code,
#inhalt a:active code {
  color: #ce4a00;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Tabellen */

div.table {
  margin-left: 16px;
  margin-right: 16px;
}

div.table.abstandObenS { margin-top: 1em; }

table {
  width: 100%;
  border: 0;
}

* html table {
  width: auto;
  wid\th: 100%;
}

th {
  font-size: .8em;
  line-height: 1.5em;
  border: 0;
  vertical-align: top;
  text-align: left;
}

td {
  font-size: .8em;
  line-height: 1.5em;
  border: 0;
  vertical-align: top;
}

#inhalt td p {
  font-size: 1em;
  margin: 0 0 .6em 0;
}

#inhalt td ul {
  font-size: 1em;
  margin: 0 0 0 14px;
}

* html #inhalt td ul { margin-left: 16px; }

#inhalt td li {
  margin: 0;
}

/* Linien */

table.linien th {
  padding: 1px 10px 1px 0;
  border-top: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: top;
}

table.linien td {
  font-size: .8em;
  line-height: 1.5em;
  padding: 1px 10px;
  border-top: 1px solid #e8e8e8;
  vertical-align: top;
}

table.linien tr.erste th,
table.linien tr.erste td {
  border-top: 0;
}

/*  Streifen */

table.streifen {
  width: 100%;
  margin: 0;  
}

table.streifen th,
table.streifen td {
  background: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}

tr.kopf th {
  background: #fef1e7;
  border-bottom: 1px solid #F5BE8E;
}

tr.streifen th {
  background: #FEF9EF;
  border-top: 1px solid #ffe6cf;
  border-bottom: 1px solid #ffe6cf;
}

tr.streifen td,
div.streifen {
  background: #FEF9EF;
  border-top: 1px solid #ffe6cf;
  border-bottom: 1px solid  #ffe6cf;
}

tr.abgestimmt td em {
  color: #ce4a00;
  font-style: normal;
  font-weight: bold;
}

/* Pulldowns in Tabellen */

td.select {
  padding-top: 1px;
  padding-bottom: 1px;
  vertical-align: middle;
}

table input,
table select {
  vertical-align: middle;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Abstaende */

#inhalt .abstandOben0  { margin-top: 0 !important; }
#inhalt .abstandObenS  { margin-top: 1em !important; }
#inhalt .abstandObenM  { margin-top: 1.5em !important; }
#inhalt .abstandObenL  { margin-top: 2em !important; }
#inhalt .abstandObenXL { margin-top: 2.5em !important; }

#inhalt .abstandUnten0 { margin-bottom: 0 !important; }
#inhalt .abstandUntenS { margin-bottom: 1em !important; }
#inhalt .abstandUntenM { margin-bottom: 1.5em !important; }
#inhalt .abstandUntenL { margin-bottom: 2em !important; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/** Startseite */

#inhalt .startseite.spalte1 {
  width: 58%;
  padding-top: 20px;
}

#inhalt .startseite.spalte2 {
  float: right;
  width: 40.5%;
  padding-top: 20px;
}

* html #inhalt .startseite.spalte2 {
  height: 1em;
  position: relative;
}

#inhalt #box {
  background: #bb592c url(../img/hintergrund/box_bg.gif) no-repeat top right;
  padding: 12px 0 15px 0;
  margin-left: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}

#inhalt #box .innen {
  min-height: 1px;
  padding: 0;
  background: none;
}

#inhalt #box p.slogan {
  color: #fff;
  font-size: 1em;
  line-height: 1.65em;
  margin-top: 0;
  margin-bottom: .8em;
}

* html #inhalt #box ul.link {
  float: left;
  height: 1em;
  margin: 0;
}

#inhalt #box a:link,
#inhalt #box a:visited {
  color: #FFF;
}

#inhalt #box a:hover,
#inhalt #box a:focus,
#inhalt #box a:active {
  background-color: #fef1e7;
  color: #ce4a00;
}

#inhalt #box ul.link li {
  background-image: url(/img/sonstige/pfeil_weiss.gif);
}

#inhalt .startseite.spalte2 h1 {
  font-size: .85em;
  padding-top: 12px;
  margin: 0;
}

#inhalt .startseite.spalte2 p {
  margin-top: .3em;
}

#inhalt .teaser {
  float: left;
  width: 100%;  
  padding-top: 40px;
}

#inhalt .teaser1 {
  float: left;
  width: 32%;
  min-height: 6.2em;
  background: #e6e6e6;
  padding: 8px 0 0 0;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}

#inhalt .teaser2 {
  float: left;
  width: 32%;
  min-height: 6.2em;
  background: #e6e6e6;
  padding: 8px 0 0 0;
  border: 1px solid #e6e6e6;
  margin: 0 1.5%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}

#inhalt .teaser3 {
  float: left;
  width: 32%;
  min-height: 6.2em;
  background: #e6e6e6;
  padding: 8px 0 0 0;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}

#inhalt .teaser h2 {
  font-size: .8em;
  margin-top: 0;
  margin-bottom: 0;
}

#inhalt .teaser p {
  margin-top: 0;
  font-size: .7em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* FORMULARE */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/** Formulare: Allgemein */

fieldset {
  padding: 0 10px 0 10px;
  border: 1px solid #cecece;
  margin: 0 16px;
}

* html fieldset { position: relative; height: 1px; }

fieldset.ohneRahmen {
  padding: 0;
  border: 0;
  margin: 0;
}

legend {
  color: #004f91;
  font-size: .9em;
  font-weight: bold;
  padding: 0 5px;
}

#inhalt fieldset .innen {
  min-height: 0;
  background: none;
  padding: 16px 10px 18px 12px;
}

* html #inhalt fieldset .innen { height: 1%; }

fieldset fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

fieldset fieldset legend {
  color: #444;
  font-size: .8em;
  padding: 0;
  margin: 0;
}

* html fieldset fieldset legend { margin-left: -8px; }

#inhalt fieldset fieldset .innen { padding: .1em 10px 18px 0; }
* html #inhalt fieldset fieldset .innen { padding-left: 6px; }

#inhalt fieldset .innen.abstandUnten0,
#inhalt fieldset .innen.zweispaltig {
  padding-bottom: 0;
}

/* Pruefschritte bewerten */

fieldset fieldset.bewerten legend { font-size: .9em; }
#inhalt fieldset fieldset.bewerten .innen { padding: 0 10px 10px 0; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Ueberschriften und Absaetze in Fieldsets */

#inhalt fieldset .innen p {
  font-size: .85em;
  line-height: 1.4em;
  margin: .4em 10px 0 0;
}

fieldset p.neben br { display: none; }

fieldset.bewerten p.spalte1 {
  float: left;
  width: 12em;
}
fieldset.bewerten p.spalte2 {
  float: left;
  width: 10em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Fehlermeldungen, Warnungen, Hinweise */

.fehler { color: #CC0000; }

.warnung, .hinweis { color: #ce4a00; }

div.fehler,
div.warnung,
div.hinweis {
  padding: 5px 10px;
  border: 1px solid #CC0000;
  margin: 10px 16px 20px 16px;
}

div.warnung, div.hinweis { border-color: #ce4a00; }

#inhalt .fehler p,
#inhalt .warnung p,
#inhalt .hinweis p {
  margin: .2em 0;
}

input.textfeld.fehler,
textarea.textfeld.fehler {
  background: #FFF6F1 !important;
  border: 1px solid #CC0000 !important;
}

#inhalt p.fehler {
  margin: 0 0 5px 0 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Korrekturbewertungen */

#inhalt fieldset.korrekturbewertungen .innen { padding-bottom: 30px; }

#inhalt fieldset.korrekturbewertungen .streifen {
  color: #000;
  background: #FEF9EF;
  padding: .4em 0;
  border-top: 1px solid #FFE6CF;
  border-bottom: 1px solid #FFE6CF;
  margin: .4em 0;
}

#inhalt fieldset.korrekturbewertungen .streifen.aktuell {
  background: #FEF1E7;
  border-top: 1px solid #F5BE8E;
  border-bottom: 1px solid #F5BE8E;
  margin-top: .4em;
}

#inhalt fieldset.korrekturbewertungen .spalte2 h2 {
  color: #555;
  font-size: .7em;
  margin: 0 10px;
}

#inhalt fieldset.korrekturbewertungen .spalte2 p {
  color: #666;
  font-size: .7em;
  margin: .2em 10px .2em 10px;
}

#inhalt fieldset.korrekturbewertungen .spalte2 .aktuell h2,
#inhalt fieldset.korrekturbewertungen .spalte2 .aktuell p {
  color: #000;
}

#inhalt fieldset.korrekturbewertungen .spalte2 strong.bewertung {
  color: #666;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Listen in Fieldsets */

fieldset .innen dl {
  margin: 1.5em 10px 1.5em 0;
}

fieldset .innen dt {
  color: #444;
  font-size: .75em;
  line-height: 1.5em;
  font-weight: bold;
}

fieldset .innen dd {
  font-size: .85em;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 1em 25px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Check- und Radio-Buttons */

fieldset .innen p.check input,
fieldset .innen p.radio input {
  clear: left;
  float: left;
  margin-right: 8px;
}

fieldset .innen p.check label,
fieldset .innen p.radio label {
  float: left;
  padding-right: .5em;
}

html>body fieldset .innen p.radio input {
  margin-top: .3em;
}

p.checkbox.neben {
  padding-left: 183px !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Text-Eingabe-Felder */

input.textfeld,
textarea.textfeld {
  background: #f7f7f7;
  color: #000;
  padding: 3px;
  border: 1px solid #999;
}

input.textfeld:hover,
input.textfeld:focus,
textarea.textfeld:hover,
textarea.textfeld:focus {
  background: #FFF;
  border: 1px solid #000;
}

input.lang,
textarea.lang {
  width: 95%;
}

select.lang { width: 15em; }

input.mittel,
textarea.mittel {
  width: 65%;
}

/* Spezielle Massangaben */

textarea#auftraggeber { height: 8.5em; }


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Label und Pseudo-Label */

label.lang,
p.radiogruppe span.lang {
  clear: left;
  float: left;
  width: 10.25em;
  padding: 3px 0;
}

label.mittel {
  clear: left;
  float: left;
  width: 6em;
  padding: 3px 0;
}

label.lang.px,
p.radiogruppe span.lang.px {
  width: 180px;
}

label.rechts,
p.radiogruppe span.rechts {
  padding-right: 8px;
  text-align: right;
}

p.radiogruppe span.spalte2 {
  float: left;
  width: 400px;
  padding: 3px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare: Schaltflaechen oben und unten */

fieldset.schaltflaechen {
  float: left;
  width: 69.5%;
  padding: 0;
  border: 0;
  margin: 0;
}

fieldset.schaltflaechen.unten { margin-top: 20px; }

#inhalt fieldset.schaltflaechen p {
  font-size: .75em;
  margin: 0 0 0 16px;
}

.schaltflaechen input:hover { cursor: pointer; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

