/* Stylesheet für www.impfzentrum.ch
print.css
   Medium=Print
   Autor:Konrad Pozniak */

/* Allgemeine Styles */

* { padding: 0; margin: 0;}

body {
font-family: Constantia, Georgia, "Times New Roman", Times, serif;
font-size: 12pt;
}

/*Styles für den Kopf und Menübereich */


#head img{
float: left;
margin-right: 2cm;
}
#menu {
display: none;
}

/*Syles für den Textbereich */

#text {
clear: left;
line-height: 1.2;
}

#text h2 {
margin-left: 1cm;
margin-bottom: 0.5cm;
text-decoration: underline;
font-size: 18pt;
}

#text h3 {
margin-bottom: 0.5cm;
font-size: 16pt;
text-decoration: underline;
}

#text h4 {
font-size: 14pt;
}

#text p {
padding-left: 0.5cm;
margin-bottom: 0.5cm;
}

#text blockquote {
padding: 0.2cm 1cm;
margin-bottom: 0.4cm;
border-top: 2pt solid #6d88be;
border-bottom: 2pt solid #6d88be;
}

#text ul {
list-style-type: circle;
margin-left: 1cm;
}

#text ol {
margin-left: 1cm;
}

#text img {
float: right;
padding: 1pt;
margin: 0.4cm;
border: 2pt solid #6d88be;
}

#text p.center {
text-align: center;
}

#text p.center img {
float: none;
}
#text img#baden,
#text img#africa,
#text img#america,
#text img#malaria,
#text img#typhus {
 display: block;
 float: none;
 border: none;
 }

#text a {
color: black;
text-decoration: underline;
}

#text li span {
margin-left: 2em;
}

#text a[href]:after {
content: " [Adresse: "attr(href)"] ";
}

#text a:hover,
#text a:active,
#text a:focus {
color: #2b5cbe;
}

#toplink,
#backlink,
.hidden {
display: none;
}
