/* ====== Grundsätzliches ====== */
body {
   height: 27cm;
   width: 18cm;
   font-family:  Tahoma, Arial, Helvetica, sans-serif;
   font-size:    10pt;
   line-height:  14pt;
   color:        #000000;
   margin-left:   0px;
   margin-right:  0px;
   margin-top:    0px;
   margin-bottom: 0px;
}

/* ====== Hintergründe weiss machen ====== */
body, table, td, tr {
   background-color: #ffffff;
   background:        transparent;
}

/* ====== Inhalt ausblenden ====== */
#head, #head-bawue, #head-bayern, #head-berlin, #head-brandenburg, #head-bremen, #head-hamburg, #head-hessen, #head-meckpomm, #head-niedersachsen, #head-nrw, #head-rheinland-pfalz, #head-saarland, #head-sachsen, #head-sachsen-anhalt, #head-schleswig-holstein, #head-thueringen,

#navi, #shadowleft, #shadowbottom, #shadowright, 

a.permanent, a.permanent:link, a.permanent:hover, a.permanent:active, a.permanent:visited,
a.laender, a.laender:link, a.laender:hover, a.laender:active, a.laender:visited {
   display: none;
}

/* ====== Aussehen des Inhalts festlegen ====== */
h1 {
   font-family: Georgia, Times, serif;
   font-size:   15pt;
   font-weight: normal;
   line-height: 15pt;
   color:      #2B3880;
   margin:      0px 0px 10px 0px;
}

p.fliesstext {
   margin:       6px 0px 6px 0px;
}

a:link, a:hover, a:visited, a:visited:hover {
  color:          #2B3880;
  background:      transparent;
  text-decoration: none;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size:  66%;
  color:     #999999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (interner Link auf <http://www.erfolg-im-mathe-abi.de/ " attr(href) ">) ";
}

