/* Stylesheet for Articles */

* { font-family:arial, sans-serif; 
	text-align: justify;
	text-justify: inter-word;}

/* Font Type for the whole document */
body {
    font-size: 1em;
    line-height: 1em;
	color:#000000;
	background: #cccccc;
}

/* Links: 206565 (tuerkis) 3b566d (blau) */
a:link {color: #58ab42; font-weight:bold; text-decoration: underline;}
a:visited {color: #5d3680; font-weight:bold; text-decoration: underline;}
a:active {font-weight:bold; text-decoration: none;}
a:hover {color: #c3233f; font-weight:none; text-decoration: underline;}

a.visit:link {color: #D2691E; font-weight:bold; text-decoration: none;}
a.visit:visited {color: #ffffff; font-weight:bold; text-decoration: none;}
a.visit:active {font-weight:bold; text-decoration: none;}
a.visit:hover {color: #D2691E; font-weight:bold; text-decoration: none;}

/* Header with creation date and so on */
table.header {
  margin-left:5px;
  margin-right:5px;
  margin-bottom:0px;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

/* Reset first counter to number headers */
body { counter-reset: Ebene01; }

/* The div in which all content is enclosed */
/* we make the page look small and centered */
/* sourroundt by box - like you a reading a */
/* normal sheet of DIN A4 paper (printable) */
div.page {
  /* width:40em; */
  width:800px;
  position:relative;
  background:#ffffff;
}

/* thumbnail immages */
img.thumb {
  padding-left:10px;
}

@media screen {
   div.page {
     padding-left:auto;
     padding-right:auto;
     padding-bottom:auto;
     margin-left:auto;
     margin-right:auto;
     border-style:solid;
     border-color:#cccccc;
     border-width:2px;
   }
}

.headline {
      font-weight:bold;
	  color: #585858;
	  font-size: 2em;
	line-height: 1em;
}

.first {
      font-weight:bold;
	  color: #585858;
	  font-size: 1.5em;
	line-height: 1em;
}

.menu {
	  font-size: 1.5em;
	line-height: 1em;
}

.off {
      font-weight:bold;
	  color: #585858;
	  font-size: 1.5em;
	line-height: 1em;
}

.title {
      font-weight:bold;
	  color: #585858;
	  font-size: 1.5em;
	line-height: 1em;
}

.date {
	font-weight:none;
	color: #585858;
	font-size: 1em;
	line-height: 1em;
}

.quote {
    font-style:oblique;
	display: inline-block;
	width: 80%;
	margin-left:50px; 
    margin-right:auto;
	color: #585858;
	font-size: 1em;
}

.btitle{
	font-style: oblique;
}

.book {
	font-size: 1em;
	font-weight:bold;
    line-height: 1.5em;
	color:#6E6E6E;
}

.edition {
	font-size: 1em;
	font-weight:none;
    line-height: 1.5em;
	color:#6E6E6E;
}

.img {
	float: right;
  margin:10px;
  width:40%;
}

.img-left {
	float: left;
  margin:10px;
  width:40%;
}

table.leseliste {
	width: 100%;
}

table.leseliste th,td {
	vertical-align: top;
}