/* -------------------------------------
   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 Druckausgabe         */
/*                                       */
/* ------------------------------------- */
/*@media print {   */

strong {
   font-weight: bold;
   color: black;
}
/* Absatz
   ------------------------------------- */
p {
  font-size: 10pt;
  font-weight: normal
  color: black;
}
/* Haupt-Titel 1
   ------------------------------------- */
h1 {
  font-size: 18pt;
  font-weight: bold;
  color: darkblue;
}
/* Unter-Titel 2
   ------------------------------------- */
h2 {
  font-size: 14pt;
  font-weight: bold;
  color: darkblue;
}
/* Unter-Titel 3
   ------------------------------------- */
h3 {
  font-size: 10pt;
  font-weight: bold;
  color: darkblue;
}
/* Zitate 
  ------------------------------------- */
blockquote {
  border: 1pt solid darkblue;
  background: darkgrey;
  padding: 20pt;
}
blockquote p {
  color: darkblue;
  font-size: 12pt;
  font-weight: bold;
}
blockquote cite {
  color: darkblue;
  font-size: 10pt;
  font-weight: normal;
}

/* Seitenbereiche (ID's)                      
   ------------------------------------- */
#outerWrap {
        border: 0;
}
#innerWrap {
	border: 0;
}


/* Kopfbereich (ID)
   ------------------------------------- */
#header {
  margin-top: 5pt;
  margin-left: 5pt;
  padding-left: 0pt;
  font-size: 14pt;
  font-weight: bold;
  color: darkblue;
  border-bottom: 1px solid black;
  text-shadow: none;
}
/* Navigation (ID) 
   ------------------------------------- */
#navigation {
  display: none;
}
/* Main (ID) 
   ------------------------------------- */
#main {
  min-width: 1000px;
  font-size: 10pt;
  font-weight: normal;
  color: black;
}
/* Fussbereich (ID)
   ------------------------------------- */
#footer {
  position: relative;
  font-size: 8pt;
}
/* Werbung (ID) 
   ------------------------------------- */
#werbung {
  display: none;
}
/* Sprachwahl (ID) 
   ------------------------------------- */
#lang {
  display: none;
}
/* Soziale Medien (ID) 
   ------------------------------------- */
#socialmedia {
  display: none;
}
/* }     */
