/*==================================================
Deutsche Müllerschule Braunschweig
(c) DMSB 2007

Datei: dmsb_print06.css
Media: print 
Autor: Michael Kammann

Hauptfarben 
 - #FAFDEC (Body)
 - #4A5560 (Hintergrund Navigation)
 - #0C1C61 (Schrift)
 - #EDE2B0 (Hintergrund Box-Überschriften, Footer; Rahmenfarbe)

Letzte Änderung: 18.11.07
==================================================*/


* {
background-color: #ffffff !important;
font-family: Cambria, Constantia, "Times New Roman", Times, serif;
text-align:justify;
}

body {
font-size: 12pt;
}

body, #conti, #content, #footer {
width: 100%  !important;
margin: 0 !important;
padding: 0 !important;
font-size: 1em;
}

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#right, #left, #footer, #navcontainer, .head, hr, img, .flag { 
display: none; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 0em;
}

/* AUSGABE DER LINKS IN KLAMMERN */
a:not([href^= '#']):after {
content: " ("attr(href)")";
color: #cccccc;
font-style: italic;
font-size: 0.85em;
text-decoration: none;
}

a:link {
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  color: black;
  background: transparent;
  text-decoration: none;
}

a:link:after, a:link:visited:after {
  font-size: 76%;
  color: #999;
  background: transparent;
}

/* ZUSÄTZLICHE INFORMATIONEN EINFÜGEN */
#conti:after {
content: "© 2007 Deutsche Müllerschule Braunschweig | www.dmsb-bs.de";
color:#666666;
font-size: 0.85em;
}


