/*
 ef online theme
 developed by greybyte.com
 (c) 2008-2021 Lichtschlag Verlag KG
 */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  background: #FFFFFF;
  color: #000000;
  font-size: 14px;
  margin: 0px auto 0px;
  padding: 0px;
}
#wrap {
  background: #FFFFFF;
  width: 940px;
  margin: 0px auto 0px;
  padding: 0px;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
#wrap td {
  vertical-align: top;
}
#wrap td.bottom {
  vertical-align: bottom;
}
.main {
  padding: 0 10px 20px 10px;
}
/* column widths */
#wrap .col1 {
  width: 220px;
}
#wrap .col3 {
  width: 225px;
}
/************************************************
 *	Hyperlinks									*
 ************************************************/
a,
a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover {
  color: #FA9C3A;
}
a img {
  border: none;
}
/*- header -*/
#header {
  height: 122px;
  margin: 20px auto 0px;
  padding: 0px;
  border-bottom: 2px solid black;
}
#header a img {
  border: none;
  margin-top: 2px;
  display: block;
  margin: 0px;
  padding: 27px 0 0 0;
}
#header ul {
  float: right;
  text-align: right;
  color: #000;
  margin: 0 0 5px 0;
  padding: 0px;
}
#header li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#header ul li a {
  font-family: "Times New Roman", "Bitstream Vera Serif", Times, Serif;
  font-size: 14px;
  color: #000000;
  padding: 0px;
  margin: 0 0 0 16px;
  text-decoration: none;
  font-weight: bold;
}
#header ul li a:hover {
  color: #3399FF;
  text-decoration: none;
}
/************************************************
 *	Content 					     		    *
 ************************************************/
p {
  padding: 0px 0px 15px 0px;
  margin: 0px;
  text-align: left;
  font-size: 15px;
  line-height: 140%;
}
p img {
  float: left;
  border: none;
  margin-right: 15px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4 {
  font-family: "Times New Roman", "Bitstream Vera Serif", Times, Serif;
}
h1 {
  color: #333333;
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0px 5px 0px;
}
h1 a,
.main h1 a {
  color: #000000;
  text-decoration: none;
}
h1 a:hover,
.main h1 a:hover,
.issues h1 a:hover {
  color: #3399FF;
  text-decoration: none;
}
h1 a img.h1thumb {
  float: right;
  border: none;
  margin-left: 10px;
  margin-top: 5px;
}
h2 {
  color: #333333;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
  margin: 0px;
  border-bottom: 1px dotted #C0C0C0;
}
h2 a,
h2 a:visited {
  color: #333;
}
h2 a:hover {
  color: #FA9C3A;
}
h3,
h4 {
  font-size: 1.3em;
  margin: 8px 0;
}
blockquote {
  margin: 0px 25px 10px 25px;
  padding: 5px 25px 5px 80px;
  background: #E8E8E8 url(../img/quote-2.png) top left no-repeat;
  /*border-top: 1px solid #000000;
	 border-bottom: 1px solid #000000;*/
}
blockquote p {
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  line-height: 18px;
}
.main ol {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 10px 0px;
}
.main ol li {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}
.main ul {
  list-style-type: square;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 10px 0px;
}
.main ul li {
  list-style-type: square;
  line-height: 18px;
  font-size: 15px;
  margin: 0px 0px 10px 20px;
  padding: 0px 0px 0px 0px;
}
.main em.author,
p.subtitle {
  font-size: 16px;
}
.main em.author {
  font-size: 13px;
}
.author-img {
  margin-top: 8px;
}
/*- issues (left sidebar and archive) -*/
.issues {
  font-size: 12px;
}
.issues h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  color: #000;
}
.issues h2 a,
.issues h3 a,
.issues ul li a {
  color: #000000 !important;
}
.issues .grey-box {
  background-color: #efefef;
  border: 1px dotted #C0C0C0;
  padding: 11px 2px;
  text-align: center;
}
.issues .grey-box p {
  text-align: center;
  line-height: normal;
  margin: 0 5px;
}
.issues .grey-box img {
  float: none;
  border: none;
}
.issues h3 {
  margin: 0px;
}
.issues ul,
.main .issues ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.issues ul li,
.main .issues ul li {
  list-style-type: none;
}
.issues ol,
.main .issues ol {
  padding-left: 20px;
  border-bottom: 1px dotted #C0C0C0;
}
.issues ul li,
.issues ol li {
  padding: 0px;
  margin: 0px;
}
.issues ul li a,
.issues ol li a {
  display: block;
  color: #000000;
  text-decoration: none;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #C0C0C0;
}
.issues ol li a:last-child {
  border-bottom: none;
}
.issues ul li a:hover,
.issues ol li a:hover {
  background-color: #EFEFEF;
  color: #0066CC !important;
}
.issues h2 a:hover,
.issues h3 a:hover {
  color: #0066CC !important;
}
.issues p {
  padding: 3px 0px 0px 0px;
  margin: 0px;
  line-height: 20px;
  font-size: 12px;
}
.issues .issue img {
  display: block;
  margin: 5px auto;
  padding: 0;
}
.issues li.download a {
  display: block;
  padding-left: 20px;
  background-image: url(../img/icon-pdf.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
.issues li.pdf a {
  background-image: url(../img/icon-pdf.gif);
}
.issues li.mobi a {
  background-image: url(../img/icon-mobi.png);
}
.issues li.epub a {
  background-image: url(../img/icon-epub.png);
}
.issues li.shoplink a,
.issues li.shoplink a:hover {
  display: block;
  padding-left: 20px;
  background-image: url(../img/icon-cart.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.issues li.orderlink a,
.issues li.orderlink a:hover {
  display: block;
  padding-left: 20px;
  background-image: url(../img/icon-ef.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#navigation li#rss a,
#navigation li#rss a:hover {
  display: block;
  padding-left: 20px;
  background-image: url(../img/icon-feed.png);
  background-repeat: no-repeat;
  background-position: left center;
}
td.issues {
  margin: 0;
  padding: 0 10px 10px 0;
}
td.main {
  margin: 0;
  padding: 0 10px 10px 10px;
}
/*- navigation (right sidebar) -*/
/* notice: setting width to td#navigation does not work in IE,
 so force it in td#navigation ul but remove it in td#navigation ul ul */
#navigation {
  padding-left: 8px;
}
td#navigation ul li {
  margin-bottom: 20px;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul ul {
  border-top: none;
  margin: 0;
  width: auto;
}
#navigation ul li {
  display: block;
  padding: 0px;
  margin: 0;
}
#navigation ul ul li {
  margin: 0;
}
#navigation ul li a {
  display: block;
  color: #000000;
  text-decoration: none;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #C0C0C0;
  font-size: 13px;
}
#navigation ul li a:hover {
  background: #EFEFEF;
  color: #0066CC;
}
#navigation h2 {
  font-weight: normal;
}
#navigation ul li h2 a {
  border: none;
  padding: 0;
}
/*- quote of the day -*/
li#dailyquote {
  border-bottom: 1px dotted #C0C0C0;
}
#quoteauthor {
  text-align: right;
  font-style: italic;
  margin-top: 8px;
}
#navigation #quoteauthor a,
#navigation #quoteauthor a:visited {
  border: none;
  display: inline;
  padding: 0;
  color: #0066CC;
}
#navigation #quoteauthor a:hover {
  color: #FA9C3A;
  background-color: transparent;
}
/*- advertisements -*/
.ad {
  width: 225px;
  margin: 0 0 8px 0;
  list-style: none;
  background-color: #EFEFEF;
  line-height: normal;
}
.ad .trk {
  height: 1px;
  width: 1px;
  display: inline-block;
  float: left;
}
.ad a {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
.ad h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 8px;
  border: none;
  font-size: 15px;
}
.ad h3 a {
  text-decoration: underline;
  font-weight: normal;
  color: #0000cc;
}
.ad .adbody a {
  padding: 0;
  margin: 0;
  color: #000;
  height: 80px;
  vertical-align: middle;
}
.adbody p {
  font-size: 13px;
  padding: 0 8px;
}
.ad .adbody a img,
.ad .adbody a {
  display: block;
  margin: 0 auto;
}
.ad .adbody.large a {
  height: 400px;
}
.ad a.addomain {
  font-size: 13px;
  text-align: right;
  color: #008000;
  padding: 8px;
}
.ad a:hover {
  color: #FA9C3A;
}
.smartbox {
  border-bottom: 2px solid black;
}
.gad {
  margin: 20px auto;
}
.gad > span {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-bottom: 4px;
}
#dblad table {
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}
#dblad td.leftad {
  width: 120px;
}
#dblad td.spc {
  width: 5px;
}
#dblad td.rightad {
  width: 300px;
}
#artftadblock {
  width: 462px;
  text-align: center;
}
#navigation li#rscraper iframe {
  margin: auto;
}
#marktplatz h2 {
  margin-bottom: 8px;
}
#bookmarkblock img {
  vertical-align: middle;
}
/*- footer -*/
#footer {
  color: #808080;
  font-size: 13px;
  margin: 0px auto 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}
#footer a,
#footer a:visited {
  color: #808080;
}
#footer a:hover {
  color: #000;
}
/************************************************
 *      Search Form, Login Form                 *
 ************************************************/
form {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #C0C0C0;
}
form table {
  width: 100%;
}
form td,
#wrap form td {
  margin: 0;
  padding: 0;
}
input,
button,
.button {
  font-family: Arial, Helvetica, sans-serif;
  background: #EFEFEF;
  padding: 4px;
  margin: 0;
}
input[type="checkbox"] {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
input[type="text"],
input[type="password"] {
  font-size: 12px;
  /*width: 140px;*/
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
input.submit,
button.submit,
a.button {
  font-size: 11px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
input[type="submit"]:active {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
.button:hover {
  cursor: pointer;
}
.pull-right {
  float: right;
}
form td {
  vertical-align: middle;
}
#Search input[type="text"] {
  width: 115px;
}
#Search input[type="submit"] {
  width: 50px;
}
/************************************************
 *	Comments									*
 ************************************************/
#commentblock {
  /*width: 430px;*/
  background-color: #E8E8E8;
  color: #000000;
  /*float: left;*/
  padding: 20px 20px 10px 20px;
  margin: 10px 0px 0px 0px;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
}
#commentblock,
#commentblock p {
  font-size: 13px;
  overflow: hidden;
}
#commentblock,
#commentblock li {
  font-size: 13px;
  margin-bottom: 0;
}
#commentblock ul {
  list-style-type: square;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}
.commentdate {
  font-size: 12px;
  padding-left: 0px;
}
#commentlist li p {
  margin-bottom: 8px;
  line-height: 20px;
  padding: 0px;
}
.commentname {
  color: #333333;
  margin: 0px;
  padding: 5px 5px 5px 0px;
}
.commentinfo {
  clear: both;
}
.commenttext {
  clear: both;
  margin: 3px 0px 10px 0px;
  padding: 20px 10px 5px 10px;
  background: #FFFFFF url(../img/comment.gif) no-repeat top left;
}
.commenttext,
.commenttext p {
  overflow: visible;
}
.commenttext img {
  max-width: 350px;
}
.commenttext-admin {
  clear: both;
  margin: 3px 0px 10px 0px;
  padding: 20px 10px 5px 10px;
  width: 380px;
  background: #FFFFFF url(../img/comment.gif) no-repeat top left;
}
#commentform textarea {
  width: 392px;
  max-width: 392px;
  min-width: 392px;
}
.btn-comment-reply,
.btn-comment-reply:visited {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 12px;
  padding: 4px 8px;
  text-decoration: none;
  float: right;
}
p.comments_link img {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
form.inline {
  float: right;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 2000;
}
form.inline input:hover {
  cursor: pointer;
  z-index: 2000;
}
#commentblock form.inline {
  margin-top: 10px;
}
input.deletebutton,
input.changebutton,
input.acceptbutton,
#commentblock .deletebutton,
#commentblock .changebutton,
#commentblock .acceptbutton,
input.print {
  padding: 0 0 0 14px;
  margin: 15px 5px 0 0;
  font-size: 11pt;
  border: none;
  display: inline;
}
.deletebutton {
  background: transparent url(../admin/img/icon_deletelink.gif) no-repeat scroll 0pt 50%;
  color: #CC3434;
}
.changebutton {
  background: transparent url(../admin/img/icon_changelink.gif) no-repeat scroll 0pt 50%;
  color: #0C1F3D;
}
.acceptbutton {
  background: transparent url(../img/icon-accept.png) no-repeat scroll 0pt 50%;
  color: #34CC34;
}
input.print {
  background: transparent url(../img/icon-print.gif) no-repeat scroll 0pt 50%;
}
.deletebutton:hover,
#commentblock .deletebutton:hover {
  color: #993333;
  background-color: #FF9090;
}
.changebutton:hover,
#commentblock .changebutton:hover,
input.print:hover {
  background-color: #6C87A1;
}
.acceptbutton:hover,
#commentblock .acceptbutton:hover {
  color: #339933;
  background-color: #90FF90;
}
p.commenthead {
  padding-top: 8px;
  padding-bottom: 5px;
}
p.commenthead img {
  float: none;
  display: inline;
  margin: 0;
}
/** message area **/
#messages {
  list-style: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFEA1;
  width: 100%;
  margin: 0;
  padding: 2px 10px;
  font-size: 10pt;
  z-index: 99;
}
.formerror {
  color: red;
  font-weight: bold;
}
/* fx */
input.fx-hilite {
  background-color: #FFFFCC;
}
table.list {
  width: 100%;
}
table.list tr {
  background-color: #f5f5f5;
}
table.list td {
  padding: 2px;
}
table.list tr:hover {
  background-color: #FFFFCC;
}
table.list td:hover {
  background: transparent;
}
/* pagination */
.main ul.pagination {
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 5px 0;
  height: 30px;
}
.main .pagination li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .pagination span,
.main .pagination a {
  display: block;
  float: left;
  list-style: none;
  margin: 0 2px 0 0;
  border: 1px solid #A0A0A0;
  text-align: center;
  padding: 5px 10px;
}
.main .pagination a:hover {
  background-color: #efefef;
}
.main .pagination li.ellipsis span {
  border: none;
}
.main .pagination li.active span {
  background-color: #efefef;
}
/* comments tool */
.main .comments_toolbar {
  position: relative;
  list-style: none;
  border: 1px solid #d7d7d7;
  background-color: #F6F6F6;
  margin: 0;
  padding: 0;
  height: 18px;
  margin-bottom: 2px;
}
.main .comments_toolbar li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.main .comments_toolbar li a {
  width: 24px;
  height: 16px;
  float: left;
  display: block;
  background-image: url("../img/commentstool/markdown_icons.gif");
  border: 1px solid #fff;
  border-right-color: #d7d7d7;
}
.main .comments_toolbar li a:hover {
  border-color: #900;
}
.main .comments_toolbar li span {
  display: none;
}
.main .comments_toolbar li a#html_help_button {
  position: absolute;
  top: 0;
  rightright: 0;
  border-left-color: #d7d7d7;
  border-right-color: #fff;
}
.main .comments_toolbar li a#html_help_button:hover {
  border-left-color: #900;
  border-right-color: #900;
}
#html_italics_button {
  background-position: 0 -119px;
}
#html_bold_button {
  background-position: 0 -102px;
}
#html_link_button {
  background-position: 0 0;
}
#html_image_button {
  background-position: 0 -170px;
}
#html_unordered_list_button {
  background-position: 0 -34px;
}
#html_ordered_list_button {
  background-position: 0 -51px;
}
#html_quote_button {
  background-position: 0 -68px;
}
#html_code_button {
  background-position: 0 -136px;
}
#html_help_button {
  background-position: 0 -153px;
}
#html_heading_button {
  background-position: 0 -85px;
}
.resizeHandle {
  overflow: hidden;
  width: 22px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/commentstool/handle.png);
  cursor: n-resize;
}
/* flattr */
a.FlattrButton {
  display: none;
}
/* table (Bezugsquelle) */
.table {
  font-size: 15px;
  line-height: 21px;
}
.table tr,
.table td {
  text-align: center;
  padding: 4px;
}
.dossiers .dossier {
  display: block;
}
.dossiers .dossier div {
  height: 108px;
  margin: 4px 0;
  position: relative;
}
.dossiers .dossier div span,
h1.dossier span {
  color: #FFF;
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  right: 10px;
  bottom: 8px;
  text-align: right;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-family: "Times New Roman", "Bitstream Vera Serif", Times, Serif;
}
h1.dossier {
  width: 446px;
  height: 200px;
  padding: 0;
  position: relative;
  margin: 12px 0;
  bottom: 10px;
  border-bottom: 2px solid #000000;
}
h1.dossier span {
  font-size: 30px;
}
.fa-smgr {
  font-size: 90%;
  color: #888;
}
.main .grey-box {
  border: 1px dotted #C0C0C0;
  padding: 11px;
  background-color: #efefef;
  margin: 0 0 8px 0;
}
.article {
  border-bottom: 2px solid black;
}
.article .afoot {
  font-size: 13px;
  margin-bottom: 10px;
}
