/* Druck-Stylesheet */
body {
    background-color: transparent;
    color: #000;
    margin: 0.5cm 1cm 1cm 1cm; 
    font: 12pt Century Gothic, Garamond, Palatino, "Times New Roman", Times, serif;
}
* { 
    color: #000; 
    background-color: transparent; 
}
h1, h2, h4, h5, h6 {
    font-family: Century Gothic, "Lucida Sans", "Times New Roman", Verdana, sans-serif;
    font-weight: bold;
    margin: 0;
    color: #000;
    font-size: 10pt;
}
h3 {
    font-family: Century Gothic, "Lucida Sans", "Times New Roman", Verdana, sans-serif;
    font-weight: bold;
    margin-top: 0;
	margin-bottom:10px;
    color: #000;
    font-size: 12pt;
}
h2 { 
    font-size: 12pt;
    border-bottom: .1cm #000 solid; 
    margin: .75em 0 .5em 0;
}

/* -------------------------------- Sonstige Auszeichnungen ------------------------------------- */
a {
    color: #000;
    text-decoration: none;
    border: 0 none; 
}
img { border: 0; }
p, ul { margin: 0 0 0.5cm 0; }
strong { font-weight: normal; }

/* ----------------- Sonstige IDs und Klassen ----------------- */
#content { float: none !important; }
.fotos { margin: 0 0 1cm 0; float: right; }
.klar { clear: both; }

/* ----------------- Ausblendungen ----------------- */
h1, #sprunglink, #begruessung, #header, #topnav { display: none; }
