/* PANTOIA: Buchscans - main.css - 18.1.2011 */

body, div, p, h1, h2, h3, form, input, option, ul, li, table, tr, td, pre {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	font-size: 16px;
	text-align: center;
}

p, a, option, input, dd, li, table, pre, h1, h2, h3  {
	font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, strong {
	color: #343434;
}

div#titelbox {
	background-color: #fff;
	width: 100%;
	text-align: left;
}

div#titelboxtext {
	margin-left: 154px;
	padding: 15px 0 0 0;
	background-color: #fff;
	text-align: left;
}

div#titelboxmenu {
	margin: 0 0 0 124px;
	padding: 3px 0 3px 15px;
	background: #8B7D6B;
	border-top: 0.8em solid #ffffff;
	border-left: 15px solid #ffffff;
	text-align: left;
}

h1#titel {
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 0 0.1em 0;
	text-align: left;
}

h1.text {
	padding: 0em 0 0.7em 0;
	font-size: 0.9em;
	font-weight: bold;text-align: left;
}

h2.text {
	padding: 1.4em 0 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;text-align: left;
}

a {
	text-decoration: none;
	color: #550000;
}

a.menulink {
	padding: 0 0.1em 0 0.1em;
	color: white;
}

a.menulinkaktuell {
	padding: 0 0.1em 0 0.1em;
	color: #fff;
	letter-spacing: 1px;
        font-weight: bold;
}

a.anker {
	color: black;
}

div#hauptbereich_1 {
	padding: 70px 0 70px 0;
	text-align: center;
	background: white;
}

h1.text {
	padding: 1.5em 0 0.7em 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

h2.text {
	padding: 1.4em 0 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

div#hauptbereich_2 {
	width: 596px;
	margin: 0 auto;
	text-align: left;
	background: white;
	border: 1px solid lightgrey;
	padding: 3.3em 5.5em 5.5em 5.5em;
	margin-top: 4em;
	margin-bottom: 6em;
		-moz-box-shadow: 0px 0px 14px lightgrey; /* FF3.5+ */
/* 		-moz-border-radius: 4px; */
		-webkit-box-shadow: 0px 0px 14px lightgrey; /* Saf3.0+, Chrome */
/* 		-webkit-border-radius: 4px; */
		box-shadow: 0px 0px 14px lightgrey; /* Opera 10.5, IE 9.0 */
}

p {
	line-height: 130%;
}

p.copyright {
	font-size: 0.7em;
	font-style: normal;
	margin: 1em 0 0 0;
	line-height: 120%;
}

span.hvhbg {
	letter-spacing: 0.05em;
}

table {
	font-size: 0.8em;
}

td {
	vertical-align: top;
}

p, pre {
	font-size: 0.8em;
}

p.text {
	padding: 0 0 0.5em 0;
}

p.menuzeile {
	color: #343434;
	font-size: 0.7em;
}

p#siegel {
	padding: 2em 0 2em 0;
}

p#untertitel {
	font-size: 0.8em;
}

p.einr {
	text-indent: -0.5cm;
	margin: 0 0 0 0.5cm;
	padding: 0 0 0.5em 0;
}

p.zitat{
	padding: 0.5em 10% 0 15px;
}

p.anm {
	font-size: 0.7em;
	font-style: italic;
	font-style: normal;
	padding: 0em 0 0 0;
}

p.klein {
	font-size: 0.7em;
}

p.bemerkung {
	font-size: 0.7em;
	color: gray;
}

span.gr {
	font-family: 'palatino linotype' georgia, 'times new roman', times, serif;
}

p.fnsep {
	padding: 0;
	height: 1px;
	border-bottom: 1px solid black;
	width: 300px;
	margin: 1.5em 0 1em 0;
	text-align: left;
}

p.noscript {
	padding: 2em 0 0 0;
	font-weight: bold;
}

noscript {
	color: red;
}

dl.illu {
	float: right;
	margin: 0.5em 1.2em 0.4em 1em;
}

dl.illu dt {
	margin-bottom: 0;
}

dl.illu dd {
	text-align: center;
	font-size: 0.7em;
	font-style: italic;
	margin: 0;
}

img.seite {
	border: solid 1px lightgrey;
		box-shadow: 0px 0px 14px #888; /* Opera 10.5, IE 9.0 */
		-moz-box-shadow: 0px 0px 14px lightgrey; /* FF3.5+ */
/* 		-moz-border-radius: 4px; */
		-webkit-box-shadow: 0px 0px 14px lightgrey; /* Saf3.0+, Chrome */
/* 		-webkit-border-radius: 4px; */

}

ul {
	list-style: none;
	font-size: 0.8em;
}

/* ---------------------------------- */

div#navigation {
	position: absolute;
	text-align: center;
  	bottom: 0;
  	padding: 15px 0 5px 0;
	width: 100%;
	background-color: white;
}

@media screen {
	body > div#navigation { position: fixed; }
	div#druckkopf { display: none; }
	}

input {
	background-color: white;
	border: 1px solid gray;
	font-size: 0.8em;
}

input.seitenzahleingabe {
	border-width: 2px;
}

input.verseingabe {
	border-width: 2px;
	background-color: #f2f2f2;
 }

input.submit {
	background-color: #f2f2f2;
}

input.buNavigation {
	background-color: #f2f2f2;
	margin: 0 -0.3em 0 0;
	width: 3.8em;
}

input.buSprungmarke {
	border: 0px;
	height: 1px;
	width: 1px;
}

select {
	background-color: white;
	font-size: 0.8em;
	margin: 0 0 0 0.5em;
	border: 1px solid gray;
}

