html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #1C1C1C;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial;
	margin-left: 60px;
	background-color: #F5F5F5;
}

/* wie body */
p {
	line-height: 19px;
	margin-bottom: -9px;
	padding-bottom: 0px; 
}


p.head {
	line-height: 19px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-bottom: 0px; 
	padding-top: 0px;
}

p.groß {
	line-height: 19px;
	margin-bottom: 10px;
	padding-bottom: 10px; 
}

p.text {
	line-height: 19px;
	margin-bottom: -10px;
	padding-bottom: 0px; 
}

p.liste {
	line-height: 19px;
	margin-bottom: 4px;
	padding-bottom: 0px; 
}

/* fuer Startseite */
p.bild {
	margin-top:0px; 
	padding-top:0px;
	margin-bottom:3px;
}

/* fuer Startseite */
p.bildunterschrift {
	padding-top:0px; 
	margin-top:0px;
}

/* fuer die Buecher */
p.ISBN {
  margin-top: 6px;
  padding-top: 0px;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* fuer die Buecher */
p.band {
	padding-top:0px; 
	margin-top:0px; 
	margin-bottom:10px; 
	padding-bottom: 0px;
}

/* fuer die Buecher */
p.Absatz_innen {
	padding-top:0px; 
	margin-top:0px; 
	margin-bottom:10px; 
	padding-bottom: 0px;
}

span.mwst {
	font-size: 12px;
}

span.titel {
	font-size: 16px;
}
table {
	font-size: 14px;
	line-height: 18px;
}
th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
td {
	vertical-align: top;
	text-align: left;
}

table.index {
	margin-bottom:10px; 
	background-color: #B0C4DE;
	empty-cells: show;
	border: 6px;
}

table.index tr {
	background-color: #B0C4DE;
}

table.index td {
	background-color:white; 
	text-align:center; 
	width:61px;
	padding:4px; 
}



h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #1C1C1C;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 25px;
}

h2 {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	color: #1C1C1C;
	margin-top: 5px;
	margin-bottom: 25px;
	/*font-style: italic;
*/
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #1C1C1C;
	margin-top: 20px;
	margin-bottom: -10px;
}

h3.table {
  margin-bottom: 5px;
} 

h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #1C1C1C;
	margin: 0px;

}
/* fuer die Buecher */
h5 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #1C1C1C;
	margin-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 25px;
}

/* fuer die Buecher-Autor */
h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #1C1C1C;
	margin-bottom: 5px;
	margin-top: 14px;
	margin-bottom: 3px;
}

sup {
	font-size: 12px;
	font-weight: lighter;
	line-height: 0px;
}

li {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 19px;
}
.schmal {
	margin-top: 3px;
	margin-bottom: 3px;
}
.sehrschmal {
	margin-top: 1px;
	margin-bottom: 1px;
}
div {
}

.legend
{
	background-color: silver; 
	width: 100%; 
	padding: 5px; 
	margin-bottom: 10px;
    font-weight: bold;
}

.buchcover {
	float: left;
	width: 100px;
	height: 140px;
	text-align: center;
	clear: left;
	margin-top: 0px;
	padding-top: 0px;
}
.buchdescr {
	margin-left: 120px;
	height: 140px;
	margin-top: 0px;
	padding-top: 0px;
}

.fussnoten {
	margin-top: 25px;
	border-top: 2px groove gray;
	font-size: 13px;
}

.fussnoten p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 16px;
}

.fussnoten sup {
	color: #191970;
}

div#Inhalt {
	float: left;
	width: 160px;
	background-color: #B0C4DE;
	min-height: 100%;
	padding: 0px;
	position: fixed;
}

div#content {
	width: 780px;
	position: absolute;
	left: 220px;
	background-color: #FFFFFF;
	min-height: 100%;
	
}

div#Nav {
	padding-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
	min-height: 10px;
	text-align: left;
	border-bottom: 2px groove gray;
	margin-bottom:10px;
}

div#Text {
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	min-height: 82%;
}

div#Footer {
	padding: 20px;
	padding-top: 40px;
	vertical-align: middle;
	text-align: center;
}

div#starthead {
	background-color: rgb(194,209,231);
	color:white;
	font-weight:bold; 
	font-size:85%; 
	padding:10px; 
	margin:0px; 
	top:0px; 
	padding-left:15px;
}

a {
	text-decoration: none;
}

a:link {
	color: #191970;
	text-decoration: none;
}
a:visited {
	color: #191970;
	text-decoration: none;
}
a:focus {
	color: #4A708B;
	text-decoration: none;
}
a:hover {
	color: #4A708B;
	text-decoration: underline;
}
a:active {
	color: #1C1C1C;
	text-decoration: none;
}

// Fuer IPayment
table.formular
{
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	width: 80%;
}

table.formular td
{
	padding: 3px;
	text-align: left;
}

table.formular .tip
{
	font-size: 11px; 
	text-align: left; 
	padding-top: 20px;
}

table.formular .besch
{
	text-align: left;
	width: 180px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
}

table.formular .feld
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
}

.textfeldDatum
{
	width: 55px;
}

.textfeldEur
{
	width: 45px;
	text-align: right;
}

.textfeldCent
{
	width: 20px;
}


.textfeld
{
	width: 180px;
}

.textfeldPLZ
{
	width: 45px;
}

.textfeldOrt
{
	width: 123px;
}

.textarea
{
	width: 170px;
	height: 80px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
}
