/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Alster Umzüge (print)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://www.duf-online.de/

Erstellt: 2007-02-20
Bearbeitet: 2007-02-20
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

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

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

/* - - - Nur im Druck sichtbare Elemente - - - */

/* - - - Farben - - - */

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

/* - - - Schriften - - - */

body {
    font: 11pt/120% Georgia, Palatino, serif !important;
    text-align: left;
    word-spacing: 1pt;
    letter-spacing: 1pt;
}

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

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

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

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

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

p {
    margin-bottom: 10pt;
}

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

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

dt {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    font-style: italic;
    margin: 0 0 0 5pt;
    padding: 0 0 0 10pt;
    border-left: 2px dotted #999;
}

cite {
    font-style: italic;
}
    
abbr {
    border-bottom: 1px dotted #999;
}

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

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

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

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

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

address {
    font-style: italic;
}

hr {
    border: 1px dotted #999;
    margin: 20pt 0;
}

/* - - - Bilder - - - */

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

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

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

/* - - - Links - - - */

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

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

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