/* Style.css - für "Das Buch von Mann und Frau" */

body { margin: 0px; padding: 0px; background-color: #f0d060; text-align: center; 
	 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif, 'Sans Serif'; font-size: 12pt;
     font-weight: 500; color: #002040; counter-reset: Seitenzahlen;
}

div#lizenz { position: absolute; 
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	margin: 0px;
	padding: 3em;
	background-color: #ffffe0;
	z-index: 99;
}

div#complete { margin: 0px;
	padding: 0px;
	top: 0px; left: 0px;
	display: none;
}
/*
	visibility: hide;
	visibility: hidden;
*/

div.Nav { 
	text-align: left;
	padding:0.5em;
	background-color: #f4e0a0;
	border: solid lightgrey 2px;
	-moz-box-shadow: 5px 5px 5px #c0a030;
	-webkit-box-shadow: 5px 5px 5px #c0a030;
	box-shadow: 5px 5px 5px #c0a030;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#Nav0 { position: fixed; left: 1em; top: 1em; 
}
div#Nav { position: fixed; left: 1em; top: 4.5em; 
	height: 320pt; 
	overflow: auto;
	visibility: hide;
	visibility: hidden;
}

/* What NOT should be printed when printed */
@media print {
  div#Nav0 { display:none; }
  div#Nav { display:none; }
}
@media screen {
  div.origin { display:none; }
}

h1, h2, h3 { width: 80%; margin-left: auto; margin-right: auto; }
h1 , h2 { margin-bottom: 2em; }

div.content { background-color: #f8f8e0; width: 45em; border: solid 2px #c0a080;
	margin-left: auto; margin-right: auto; margin-top: 2em; vertical-align: middle;
	padding-left: 7em; padding-right: 7em; padding-top: 2em; padding-bottom: 3em;
	text-align: center; page-break-after: always;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 15px 15px 10px #c0a030;
	-webkit-box-shadow: 15px 15px 10px #c0a030;
	box-shadow: 15px 15px 10px #c0a030;
} 

div.content:before {
content: counter(Seitenzahlen) " ";
counter-increment: Seitenzahlen;
}

div.image { background-color: #f8f8e0; width: 45em; border: solid 2px #c0a080;
	margin-left: auto; margin-right: auto; margin-top: 2em; vertical-align: middle;
	padding-left: 7em; padding-right: 7em; padding-top: 2em; padding-bottom: 3em;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #bb9;
	-webkit-box-shadow: 5px 5px 5px #bb9;
	box-shadow: 5px 5px 5px #bb9;
} 

p , dl, li { text-align: left; }
pre { text-align: left; margin-left: -18em; }
dt { text-decoration: underline; }
.center  { text-align: center; }

div.img { border: solid 2px #a06040; font-size: 10pt; width: 100%; padding: 1em; }
img { border: solid 2px #c0a080; text-align: left; }
img.cc { border-width: 0px; }

a {  font-family: Courier New, Courier, serif; font-size: 11pt;
     font-weight: 500; color: #0070a0; text-decoration: none;}
a:link { color: #0070a0; }
a:visited { color: #0070a0; }
a:active { color: #0070a0; }
a:hover { color: #0070a0; text-decoration: underline;}

table { empty-cells: show; border-collapse: collapse; }
td { font-family: Verdana, Arial, Helvetica, sans-serif, 'Sans Serif'; font-size: 10pt;
     font-weight: 500; color: #303030; text-align: left; vertical-align: top;
     border: solid #A0A0A0 1px; background-color: #fff0a0;
     padding-left: 10pt; padding-right: 10pt; padding-top: 3pt; padding-bottom: 5pt; 
}
