/* =================================================
Stylesheet für Mercedes-Seite
Datei: bildschirm.css
Datum: 2015-010-25
Autor: Nina van Dahlen
Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
================================================== */

/* ======================================
1. Kalibrierung und Restauration
====================================== */
/* Reset - alle Abstände auf NULL */
* { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
html { height: 101%; }
h2, p, ul, ol { margin-bottom: 2em; }
ul ul { margin-bottom: 0; }
li { margin-left: 2em;
     margin-top: 2em; }
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ======================================
2. Allgemeine Styles
====================================== */
body {
  background-color: #8c8c8c;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}
h1 { font-size: 170%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }
address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}
a {
 text-decoration: none;
  /* outline: none; */ /* nur wenn es Sie wirklich stört */
}
a:link { color: black; }
a:visited { color: black; }
a:hover,
a:focus {
  border-bottom: 1px solid black;
}
a:active {
  color: white;
  background-color: black;
}
/* Allgemeine Klassen und IDs */
img#logo {
  background-color: white;
  color: black;
  padding: 10px;
  border: 10px solid #d9d9d9;
}
/* ======================================
3. Styles für die Layoutbereiche
====================================== */
#wrapper {
  background-color: white;
  color: black;
  width: 80%;
  margin: 10px auto;
}
#kopfbereich {
  color: black;
  padding: 20px 20px 0 20px;
  height: 100px;
  background-color: #6495ED;
}
#navibereich {
  padding: 2px 10px 2spx 10px;
  border-bottom: 1px solid #8c8c8c;
  border-top: 1px solid #8c8c8c;
li { margin-left: 2em;
     margin-bottom: 0; 
     margin-top: 0;}
}
#textbereich {
  padding: 20px 10px 20px 20px;
}
#textbereich a {
  border-bottom: 1px dotted #cc0000;
}
#textbereich a:hover,
#textbereich a:focus {
  border-bottom: 1px solid #d90000;
}
#fussbereich {
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #8c8c8c;
  margin-top: 0;
}
/* ======================================
4. Sonstige Styles
====================================== */



/* =======================================
E N D E   D E S   S T Y L E S H E E T S
======================================= */