/* Print Style Sheet */
@media print {




body { background:white; color:black; margin:0; font:10pt Verdana,Arial,Helvetica,Sans-serif; }

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

#navigation { 
display: none;
}

#title img {
border: none;
width:100%;
padding: 0;
margin: 0 0 10mm 0;
}

h1 {
font-size: 120%;
}

img {
border: none;
}

#content {
border-top: 1pt solid #C0C0C0;
padding: 10mm;
}

#comments { display: none;
}
#sidebar { 
display: none;
}
#footer { 
display: none;
}

.post-edit-link { 
display: none;
}

.meta{ 
display: none;
}

a:link, a:visited  {
text-decoration: none;
color: #000;
font-weight: bold;
}


#logocontrol { 
display: none;
}

#wp_page_numbers { 
display: none;
}

#terminliste li {
list-style: disc outside none;
}

#terminliste a {
font-weight: bold;
}

#printfooter {
font: 8pt Georgia, Serif;
font-style: italic;
text-align: center;
border-top: 1pt solid #C0C0C0;
padding: 10mm 10mm 0 10mm;
}


#eme-location-map { 
width: 140mm;
height: 100mm;
}

#eme-location-map span { 
display:none;
}

.entry {
margin-bottom: 15mm;
}


}

