/* Standard-CSS-Datei zu www.it-infothek.de */

/* schwarz    :   #000000 */
/* grau       :   #808080 */
/* hellgrau   :   #CCCCCC */
/* weiss      :   #FFFFFF */

/* hellgelb   :   #FFFFE9 */
/* gelb       :   #FFFF99 */
/* orange     :   #FFDF00 */

/* hellblau   :   #E3E7F6 */
/* blau       :   #0732BD */
/* lila       :   #5200A5 */

/* rot        :   #A52A2A */


/* for older browsers */
header, nav, section, article, aside, footer {
  display: block;
}

/*Seite allgemein*/
body {
  background: #FFFFFF url("../images/background.png") top left repeat-x;
  margin: 10px 1% 10px 1%;
  padding: 0;
  color: #000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  width: 95%;
}

/*Seitenbereich*/
#top {
  background: #FFFFFF;
  border-radius: 1em;
  color: #000000;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #top {
    width: 718px;
  }
}

@media (min-width: 992px) {
  #top {
    width: 942px;
  }
}

@media (min-width: 1200px) {
  #top {
    width: 1150px;
  }
}

article {
  background: #FFFFFF;
  clear: both;
  color: #000000;
  float: none;
  margin: 1% 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  article {
    float: left;
    width: 70%;
  }
}

article ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 2px 10px 30px;
  background: #FFFFFF;
  color: #000000;
}

/*Verweis-Container im Inhalt*/
#verweismenue {
  border-radius: .5em;
  border-top: 2px solid #FFDF00;
  border-bottom: 2px solid #FFDF00;
  clear: both;
  width: 96%;
  color: #000000;
  font-size: .95em;
  background: #FFFFE9;
  padding: 1%;
  margin: 2em 1% 0 1%;
}

/*Ueberschrift Verweis-Container im Inhalt*/
article #verweismenue h2 {
  color: #808080;
  background: #FFFFE9;
  font-size: 1em;
  border: 0;
  padding: 0;
  margin: 0 0 .5em 0;
  width: 100%;
}

#verweismenue .aktiv {
  font-weight: normal;
}

/* Aufzaehlung mit eigenem Bullet */
ul#verweismenueliste {
  list-style-image: url(../images/dokument.gif);
  margin: 0;
  padding: 0 2px 10px 20px;
}

/*Service-Navigation*/
aside {
  width: 100%;
  float: none;
  padding: 0;
  margin: 1% 0;
  background: #FFFFE9;
  color: #000000;
}

@media (min-width: 768px) {
  aside {
    background: #FFFFFF url("../images/it_infothek.gif") top left no-repeat;
    background-size: contain;
    width: 25%;
    float: right;
    padding: 60px 0 0 0;
  }
}

/*Erster Container in Service-Navigation*/
#servicemenue {
  background: #FFFFFF;
  color: #000000;
}

aside a:link {
  display: block;
}

/* Impressum-Container in Service-Navigation*/
#anbieter {
  background: #FFFFE9;
  color: #000000;
}

/*BIENE-Container in Service-Navigation*/
#biene {
  background: #FFFFE9;
  color: #000000;
}

/* News-Container in Service-Navigation*/
#news {
  background: #FFFFE9;
  color: #000000;
}

aside h2 {
  background: #FFDF00;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  border-bottom: 1px dotted #808080;
  color: #000000;
  margin: 1em 0 0 0;
  padding: 2px 3%;
  width: 94%;
  font-size: 93%;
}

.serviceliste {
  background: #FFFFE9;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  color: #000000;
  padding: 1em 0;
}

/* Service-Menue-Punkte */
ul#servicemenueliste {
  margin: 0;
  padding: .5em 0 .5em 1.2em;
  list-style: disc url("../images/point.gif") outside;
}

ul#servicemenueliste li {
  padding: 0 0 .5em 0;
}

aside p {
  margin: 0 .2em .5em .5em;
  font-size: .9em;
}

aside li, aside img {
  margin: .2em 0 .2em .5em;
  padding: 0;
}

/*Abkuerzungen und Akronyme*/
abbr {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

/*Fusszeilen-Container*/
footer {
  background: #FFDF00;
  clear: both;
  color: #000000;
  width: 100%;
  min-height: 2em;
  margin: 0;
  padding: 0;
}

footer a:link {
  display: block;
}

#footernavi li {
  margin: .5em 0;
  padding: 0;
}

/*Fusszeile Verweis nach Seitenanfang*/
ul#footernavi li#seitenanfang {
  list-style-image: url(../images/anfang.gif);
  margin-left: 0;
  padding-left: 0;
}

ul#footernavi li#startseite {
  list-style-image: url(../images/home.gif);
}

ul#footernavi li#inhalt {
  list-style-image: url(../images/inhalt.gif);
}

ul#footernavi li#kontakt {
  list-style-image: url(../images/mail.gif);
}

li.copyright,
ul#footernavi li.copyright {
  list-style-image: url(../images/f_logo.jpg);
}

@media (min-width: 768px) {
  footer {
    font-size: .85em;
  }

  footer a:link {
    display: inline;
  }

  /*Verweise im Fusszeilen-Container*/
  #footernavi ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
  }

  #footernavi li {
    float: left;
    width: auto;
    margin: .2em 2px 0 20px;
    padding: 0 .2em;
  }

  #footernavi li:after {
    content: " |";
  }

  #footernavi li:last-child:after {
    content: "";
  }
}

/*Suchen-Formular einbinden*/
form, fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, textarea, select, address {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: .9em;
}

input, textarea, select {
  background: #FFFF99;
  color: #000000;
}

input, legend, option, select, textarea {
  font-weight: bold;
  line-height: normal;
}

input:focus, textarea:focus {
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
  line-height: normal;
}

a:link, a:visited, a:hover, a:active, a:focus {
  cursor: pointer;
  display: inline-block;
}

/* Tabellenueberschrift */
caption {
  caption-side: top;
  padding: 0;
  margin: 0;
  color: #808080;
  background: #FFFFFF;
  font-style: italic;
}

/* Bilder generell */
img {
  border: 0;
}

/* Versteckt, nicht sichtbar (fuer Link-Trennung) */
.unsichtbar {
  display: none;
  margin: 0;
  padding: 0;
}

abbr, dfn {
  font-variant: normal;
  font-style: normal;
  text-transform: none;
}

a, address, blockquote, caption, cite, div, dfn, dl, dt, fieldset, h1, h2, h3, img, input, label, legend, li, ol, option, p, q, select, textarea, td, th, ul {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

cite, q, em {
  font-style: italic;
  font-size: 1em;
}

code {
  font-size: .95em;
  font-family: Monaco, Courier, monospace;
}

dd {
  margin: 0;
  padding: 0 0 1em 0;
}

dt, legend, strong, th {
  font-weight: bolder;
}

/* Seitenueberschriften */
article h1 {
  background: #FFDF00;
  color: #000000;
  margin: 0;
  width: 98%;
  padding: 1%;
  font-size: 1.4em;
  font-weight: bold;
}

/* Kapitelueberschriften */
article h2 {
  color: #000000;
  background: #FFDF00;
  font-size: 1.2em;
  padding: 1%;
  width: 98%;
}

/* Unterkapitelueberschriften */
article h3 {
  color: #000000;
  background: #FFFF99;
  border-bottom: 1px solid #FFDF00;
  font-size: 1em;
  padding: 1%;
  width: 98%;
}

article h3 a:link,
article h3 a:visited,
article h3 a:hover,
article h3 a:active,
article h3 a:focus {
  background: #FFFF99;
  color: #000000;
  cursor: auto;
  text-decoration: none;
}

/* Tabelle */
table {
  width: 98%;
  border-collapse: collapse;
  border: 0;
  margin: 1em auto 2em auto;
}

/* Normale Tabellenzelle */
td {
  background: #FFFFFF;
  border: 1px solid #efefef;
  color: #000000;
  vertical-align: top;
}

/* Zelle, rechts ausgerichtet */
td.rechts {
  text-align: right;
}

/* Zelle mit einer Grafik als Inhalt */
td.grafik {
  text-align: center;
}

/* Kopfzelle */
th {
  background: #E3E7F6;
  border: 1px dotted #5200A5;
  color: #000000;
  vertical-align: top;
  text-align: left;
}

th, td {
  font-size: .8em;
}

td ul {
  margin: 0;
  padding: 0 0 10px 15px;
}

a:link, a:visited {
  color: #0732BD;
  text-decoration: none;
  background: transparent;
}

a:hover, a:active, a:focus {
  color: #000000;
  background: #E3E7F6;
}

article p, article form, article dl, article pre, article ul, article ol, article table, article address {
  line-height: 150%;
}

/* Meist fuer Quellcode genutzt */
pre {
  background: #E3E7F6;
  color: #000000;
  margin: 0 0 .95em 0;
}

article p {
  margin: 1%;
  width: 98%;
}

article p + p {
  margin-bottom: 1.5em;
}

/* Was auf der Seite zu finden ist (Zusammenfassung) */
#teaser {
  background: linear-gradient(left, #E3E7F6 0%, #FFFFFF 50%, #E3E7F6 100%);
  background: -moz-linear-gradient(left, #E3E7F6 0%, #FFFFFF 50%, #E3E7F6 100%);
  background: -webkit-linear-gradient(left, #E3E7F6 0%, #FFFFFF 50%, #E3E7F6 100%);
  background: -ms-linear-gradient(left, #E3E7F6 0%, #FFFFFF 50%, #E3E7F6 100%);
  background: -o-linear-gradient(left, #E3E7F6 0%, #FFFFFF 50%, #E3E7F6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E3E7F6, endColorstr=#E3E7F6,GradientType=1);
  border-radius: .5em;
  width: 98%;
  color: #000000;
  font-size: .95em;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  padding: 1%;
}

article p.col2 {
  margin: 1em 0;  
}

@media (min-width: 768px) {
  article p.col2 {
    float: left;
    width: 45%;
  }

  article p.col2:nth-child(even) {
    margin-left: 10%;
  }

  article p.col2:nth-child(odd) {
    clear: both;
  }
}

/* Umschliesst ein Bild */
p.grafik {
  background: #FFFFFF;
  color: #000000;
  border: 1px dotted #A52A2A;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
  overflow: auto;
}

/* weinrot und fett (fuer Resultat) */
.ergebnis {
  color: #A52A2A;
  background: #FFFFFF;
  font-weight: bold;
}

/* Fuer Beispiele-Absatz */
.beispiel {
  width: 96%;
  color: #000000;
  background: #E3E7F6;
  border: 1px dotted #5200A5;
  font-weight: normal;
  padding: 5px;
}

/* Bildbeschreibungen */
.klein {
  background: #FFFFFF;
  color: #A52A2A;
  margin-top: 0;
  font-size: 0.8em;
}

/* Wandel in Grossbuchstaben */
.grossbuchstaben {
  text-transform: uppercase;
}

/* unterstrichen und fett (bisher in p) */
.hervor {
  color: #808080;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  width: 98%;
  margin-top: 2em;
}

/* Referenzen Bildvorschau */
.vorschau {
  float: left;
  margin: 0 20px 10px 0;
}

/* zentriert ausgerichtet */
.zentriert {
  text-align: center;
}

/* Liste allgemein */
ul {
  list-style: disc none;
}

/* Aufzaehlung mit eigenem Bullet */
ul.verweis {
  list-style-image: url(../images/point.gif);
  margin: 0;
  padding: 0 2px 10px 20px;
  background: #FFFFFF;
  color: #000000;
}

/* Aufzaehlung mit eigenem Bullet */
ul.unterverweis {
  list-style-image: url(../images/point.gif);
  margin: 0;
  padding: 0 0 0 20px;
  background: #FFFFFF;
  color: #000000;
}

/* Aufzaehlung mit eigenem Bullet extern */
ul.extern {
  list-style-image: url(../images/extern_sw.gif);
  margin: 0;
  padding: 10px 2px 10px 20px;
  background: #FFFFFF;
  color: #000000;
}

/* Pfeil-Verweise auf den Untermenueseiten */
p.pfeilnavigator {
  background: #FFFFFF;
  color: #000000;
  border-top: 1px dotted #CCCCCC;
  text-align: right;
  padding: 0 1%;
  margin: 1em 0;
  width: 98%;
}

/* Brotkrumenpfad */
#pfad {
  font-size: .85em;
}

/* Blaue Schrift */
.schriftblau {
  background: #E3E7F6;
  color: #5200A5;
  font-weight: bolder;
}

/* Rote Schrift */
.schriftrot {
  background: #E3E7F6;
  color: #A52A2A;
  font-weight: bolder;
}

/* Eingabefeldbeschriftung */
label {
  font-size: .9em;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: top;
}

/* Eingabefeldbeschriftung */
.suchfeld {
  margin-right: 0;
}

/* Formularueberschrift */
legend {
  background: #FFFFFF;
  color: #A52A2A;
  font-size: 1em;
  margin: 0 0 1em 0;
}

#suchbox {
  margin: 0;
  width: 100%;
}

#quelle {
  text-align: right;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  width: 98%;
}

address {
  padding: .5em;
  margin: 0;
}
