/* -------------------------------------
   Erstellt: 11.05.2013, R. Fischer
   Mutiert:  23.07.2013, R. Fischer
   -------------------------------------
   14.07.2013, R. Fischer
               Aenderung auf RGB-Farben
   20.07.2013, R. Fischer
               Anpassung an HTML5/CSS3
   23.07.2013, R. Fischer
               Style-Set für Druckausgabe
   ------------------------------------- */

/* ------------------------------------- */
/*                                       */
/* Definitionen für Handy's (klein)      */
/*                                       */
/* ------------------------------------- */
/*@media handheld {   */

strong {
   font-weight: bold;
   color: black;
}
/* Absatz
   ------------------------------------- */
p {
  font-size: 8px;
  font-weight: normal
  color: darkblue;
}
/* Haupt-Titel 1
   ------------------------------------- */
h1 {
  font-size: 14px;
  font-weight: bold;
  color: red;
}
/* Unter-Titel 2
   ------------------------------------- */
h2 {
  font-size: 11px;
  font-weight: bold;
  color: red;
}
/* Unter-Titel 3
   ------------------------------------- */
h3 {
  font-size: 8px;
  font-weight: bold;
  color: red
}
/* Zitate 
  ------------------------------------- */
blockquote {
  border: 1pt solid darkblue;
  background: darkgrey;
  padding: 10pt;
}
blockquote p {
  color: darkgreen;
  font-size: 08px;
  font-weight: bold;
}
blockquote cite {
  color: darkgreen;
  font-size: 6px;
  font-weight: normal;
}

/* Kopfbereich (ID)
   ------------------------------------- */
#kopfbereich {
  margin-top: 5pt;
  margin-left: 5pt;
  padding-left: 0pt;
  font-size: 12pt;
  font-weight: bold;
  color: darkblue;
  border-bottom: 1px solid black;
  text-shadow: none;
}
/* Navigation (ID) 
   ------------------------------------- */
#navigation {
  margin: 0;
  width: 100%;              /* 14/100% bei vertikalen/horizontalen Menus */
  min-width: 150px;
/*  padding-top: 50px;       wegen Kopfbereich (fix) */
  font-size: 8px;
  font-weight: bold;
  color: darkblue;
  background-color: white; /* rgb(236,236,236); */ 
  border: 0;
}
/* Main (ID) 
   ------------------------------------- */
#main {
  font-size: 8px;
  font-weight: normal;
  color: black;
}
/* Fussbereich (ID)
   ------------------------------------- */
#fussbereich {
  position: relative;
  font-size: 6px;
}
/* Werbung (ID) 
   ------------------------------------- */
#werbung {
  display: none;
}
/* }     */
