/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: GS-Medienberatung (print)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://www.duf-online.de/

Erstellt: 2007-05-11
Bearbeitet: 2007-05-11
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
  border:               0;
  margin:               0;
  padding:              0;
  width:                auto;
}

/* - - - Verborgene Elemente - - - */
  
.noprint, #header, #navigation {
  display:              none;
}

/* - - - Farben - - - */

body {
  background:           #FFF;
  color:                #333;
}

/* - - - Schriften - - - */

body {
  font:                 10pt/120% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  text-align:           left;
  word-spacing:         1pt;
}

/* - - - Ueberschriften, Absaetze und logische Textauszeichnung - - - */

h1 {
  font-size:            18pt;
  margin-bottom:        10pt;
}

h2 {
  font-size:            15pt;
  margin-bottom:        7pt;
}

h3 {
  font-size:            12pt;
  margin-bottom:        3pt;
}

p {
  margin-bottom:        10pt;
}

ul, ol {
  margin-bottom:        10pt;
}

dl {
  margin-left:          0;
  margin-bottom:        10pt;
}

dt {
  font-weight:          bold;
}

strong {
  font-weight:          bold;
}

em {
  font-style:           italic;
}

abbr {
  border-bottom:        1px dotted #999;
}

abbr:after {
  content:              " (" attr(title) ") ";
  font-size:            70%;
}

dfn {
  border-bottom:        1px dotted #999;
}
  
dfn:after {
  content:              " (" attr(title) ") ";
  font-size:            70%;
} 

del {
  text-decoration:      line-through;
}

ins {
  text-decoration:      underline;
}

/* - - - Bilder - - - */

img {
  border:               solid 1pt #999;
  display:              block;
  float:                none;
  padding:              4pt;
}

img.links {
  float:                left;
  margin-bottom:        15px;
  margin-right:         15px;
}

img.rechts {
  float:                right;
  margin-bottom:        15px;
  margin-left:          15px;
}

/* - - - Links - - - */

a, a:link, a:visited {
  background:           transparent;
  color:                #999;
  font-weight:          bold;
  text-decoration:      underline;
}

a:link:after, a:visited:after  {
  content:              " (" attr(href) ") ";
  font-size:            70%;
}

a[href="/"]:after {
   content:             " (http://www.gs-medienberatung.de" attr(href) ") ";
}

/* - - - Tabellen - - - */

table {
  border-collapse:      collapse;
  border-left:          1px solid #BDD5EB; 
  border-top:           1px solid #BDD5EB;
  font-size:            0.85em;
  margin-left:          25px;
  margin:               1.5em 0;
  padding:              0;
  width:                100%;
}

th {
  background: #6D93CB;
  color:                #FFF;
}

td, th {
  border-bottom:        1px solid #BDD5EB;
  border-right:         1px solid #BDD5EB;
  padding:              0.5em 0.85em;
}

th.preis, td.preis {
  text-align:           right;
  width:                10%;
}

th.bild, td.bild {
  text-align:           center;
  width:                30%;
}

#content td.bild img {
  margin:               0;
}

tr {
  line-height:          1.5em;
}

tr.odd td {
  background:           #E8F4FF;
}