/* print.css - Seiten für Druch optimiert */

/* CONTAINER */
div#container {
   background-color: #fff;
   padding: 40px;
}

div#kopf {
   font-family: Times;
   padding: 10px;
   margin: 10px;
   background-color: white;
}
span#titel {
   text-align: center;
	font-size: 2em;
}
span#untertitel {
	text-align: right;
	font-size: 0.8em;
}

/* NAVIGATION */

div#navi {display: none;}

/* INHALT */

div#inhalt {
   font-size: 1em;
   background-color: white;
}
/* TAG macht URL hinter Link sichtbar
div#inhalt a[href]:after {
   content:" ("attr(href) ")";
   color: #888;
   background-color: inherit;
   font-style: italic;
   size: 80%;
}*/


/* BILD */
div#bild {font-size: 0.8em; text-align: center;}

/* FUSSZEILE */
div#fuss {
   text-align: center;
   font-size: 0.8em;
   padding: 5px;
   margin: 5px;
   background-color: white;
   border-top: 1px dotted;
}

p,blockqoute {
   orphans: 3;
   widows: 3;
}