@charset "utf-8";
/* CSS Document */

body {
background: #fff;
color: #000;
font: 12px Arial; /* Zeichensatz auf Serifen umstellen */
text-align: justify; /* Blocksatz */
quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite */
body, #container {
width: 100%;
margin: 0;
padding: 0;
}

#navigation, #navi, #seite_drucken, #agb_link, .seitenanfang_link, #copyright, #routenplaner_link, #flash_indexpage, #flash_philosophypage, #flash_portfoliopage, #flash_fat, #flash_information, #flash_wedding {
display: none;
}

H1,h2,h3,h4,h5,h6 {
/* Hier koennen Sie eintragen wie ihre Ueberschriften in der Druckversion aussehen sollen: Groesse, Farbe, etc. */
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6,td,{ 
page-break-after: avoid; 
}

p, address, li, dt, dd {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; 
}

li {
line-height: 1.6em;
}
table.basic_lines td {
padding: 2px;
border-right: 1px dotted #000;
border-bottom: 1px dotted #000;
}
a:link, a:visited {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
}

/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after { 
content:" <"attr(href)">"; 
background-color: #FFF;
color: #00C ; 
font-style: italic;
display:none;
}

/* Auszeichnung von Abkürzungen und Acronymen */
abbr[title]:after, acronym[title]:after { 
content: '(' attr(title) ')';
background-color: inherit;
color: #369; 
font-style: italic; 
}

*[cite]:after {
content:close-quote" (Quelle: "attr(cite)")";
}

q:before, blockquote:before {
content:open-quote;
}

q:after, blockquote:after {
content:close-quote;
}

#container:after {
content: "\ Copyright © 2020 peroptato photographie eK - Inh. Daniel Martin-Findeklee -  Alle Rechte vorbehalten.";
color: #999;
font-size: 0.85em;
border-top: 1px solid #999;

}
