@media all {

body,p,h1,h2,h3,form,ul,li {
  margin: 0;
  padding: 0;
}

html {overflow-y: scroll;}
  
body {
  font: 16px Verdana,Arial,Helvetica,Sans-Serif;
  color: #000000;
}

img {
  border-width: 0;
}
 
input, select {
  font: 14px Verdana,Arial,Helvetica,Sans-Serif;
}

/* FETT ALLGEMEINES */
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1,h2,h3,h1 a,h2 a,h3 a {
  color: #000000;
}
h1 {font-size: 1.2rem; font-weight: bold; margin: 30px 0 15px;}
h2 {font-size: 1.0rem; font-weight: bold; margin: 15px 0;}
h3 {font-size: 1.0rem; font-weight: normal; margin: 15px 0;}
ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 35px;
}
ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  padding: 0 0 0 35px;
  background: url(/pub/pic/triangle.gif) 20px 6px no-repeat;  
}
li {
  margin: 0 0 3px 0;
}

.text {
  line-height: 1.3em;
}
.text a {
  text-decoration: underline;
}
p {
  padding: 2px 0;
}
p:empty {
  height: 15px;
}  

p.smaller1 {
  font-size: 0.875rem;
}
  
.tc {
  text-align: center;
}

#page #pgCenter {
  overflow: hidden;
  width: 780px;
  box-shadow: 0 0 15px #aaa;
  margin: 15px auto 0 auto;
  padding: 0 10px 30px 10px;
}
	
  
/* HEADER */
	
header {
  position: relative;
  border-bottom: 1px solid #808080;
  padding-bottom:5px;
}
header .line1 {
  xborder-bottom: 1px solid #808080;
  margin-bottom: 5px;
}
header .line1 a {
  margin-left: -10px;
}
	
header .line2 {
	overflow: hidden;
}

header .line2 a {
	display: block;
	float: left;
	width: 83px;
	font-size: 0.875rem;
	text-align: center;
}

header .navr {
  float: right;
}

/* LOGIN (new JSON based solution; same appearance but built quite different implementation) */

 .cmty .cmtyBox {
  display: none; 
}
.cmty .lnkBtn {
  display: none; 
}
.cmty .cmtyToggler .lnkBtn {
  padding: 4px; 
  cursor: pointer;
}

 
/* LOGIN (old HTML based communication solution) */
#headLogin {
  position: absolute;
	right: 0;
	top: 0;
}

#subscribebox {
  display: none;
	padding:5px;
	background-color: #c0c0c0;
	border: 1px solid black;
	overflow: hidden;
}
#loginbox {
	display:none;
	padding:5px;
	background-color: #c0c0c0;
	border: 1px solid black;
	overflow: hidden;
}

#headLogin .toggleLoginLink {
  text-align: right;
  padding: 2px;
}

#headLogin .toggleLoginLink a {
  color: #ffffff;
  margin-left: 10px;
}

#headLoginMsg, #headSubscribeMsg {
	color: red;
	font-size: 80%;
}
#headLogin .but {
	float: right;
	width: 60px;
	font-size: 80%;
	border: 1px solid #808080;
}

#headLogin .inpLine {
	margin-bottom: 2px;
}

#headLogin .inpLine input {
	border: 1px solid #808080;
	font-size: 80%;
}

#headLogin .inpLine span {
  display:block;
  float:left;
	width: 70px;
	padding-top:1px;
}

#headLogin #subscribebox .inpLine span {
  display:block;
  float:left;
	width: 140px;
	padding-top:1px;
}

	

/* CONTENT */

/* indexauthors */
.auttable .tabhead {
  padding: 6px;
	background-color: #e0e0e0;
	text-align: center;
	font-weight: bold;
}

.auttable .tab {
  position: relative;
}

.auttable .back {
  position: absolute;
  left: 50%;
  height: 100%;
  border-right: 1px solid #e0e0e0;
}

.auttable .tab .row {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-top-width: 0;
}

.auttable .cell1, .auttable .cell2 {
  float: left;
  padding: 6px;
  font-size: 0.875rem;  
  width: calc(50% - 13px);
}
.auttable .cell1 {
  margin-right: 1px;
  overflow:hidden;
}

.auttable a span {
	font-weight: bold;
}

/* indexpoems */
.bidxpoem .plinks {
  margin-left: 15px;
  margin-bottom: 15px;
}

.bidxpoem .pfoo {
  font-size: 0.875rem;
  padding-bottom: 60px;
}

/* poem */
  
.bpoem .txrel {
  text-align: center;
}
.bpoem .text {
  display: inline-block;
  text-align: left;
  margin-bottom: 40px;
}

.bpoem .inf {
  margin: 5px 0;
}
.bpoem .inf.indent {
  margin-left: 15px;
}

.bpoem .inf:first-child {
  font-weight: bold;
}

.bpoem .pinfos {
  margin-bottom:30px;
}

.bpoem .pnavi {
  display: flex;
  justify-content: space-between;
	width: 100%;
	padding: 10px 0;
  border-bottom: 1px solid #808080;
}
.bpoem .pnavi .prev a {
  white-space: nowrap;
}
.bpoem .pnavi .prev {
  padding-right: 10px;
}
.bpoem .pnavi .next {
  text-align: right;
}
  
/* comment */

.conComment {
	background-color: #ababfb;
}

.conComment .conHd {
	position: relative;
}

.conComment .opnFrm {
	position: absolute;
	width: 140px;
	height: 25px;
	left: 187px;
	top: 10px;
	background: url(/pub/pic/comment-buttons.png) no-repeat;
	cursor: pointer;
}

.conComment .cmmCnt {
	padding: 13px;
}

.conComment form {
	overflow: hidden;
	padding: 23px 9px 16px 9px;
	border-bottom: 1px solid #b4b4b3;
}

.conComment label {
	clear: both;
	float: left;
	width: 125px;
	padding-top: 6px;
}

.conComment textarea {
	clear: both;
	float: left;
	width: 334px;
	height: 94px;
	padding: 6px 2px 0 5px;
	margin: 0 0 8px 125px;
	border: 1px solid black;
}

.conComment .but {
	float: left;
	width: 134px;
	height: 24px;
	border-width: 0;
	background: url(/pub/pic/comment-buttons.png) 0 -25px no-repeat;
	cursor: pointer;
}
.conComment .message {
	width: 330px;
	color: green;
}	

.conComment .cmmItm {
	padding: 8px 10px;
  border-bottom: 1px solid black;
}

.naviPage {
	overflow: hidden;
	text-align: center;
	display: table;
	margin: 7px auto;
}

.naviPage .fckIE {
	zoom: 1;
	display: inline;
}

.naviPage .prev, .naviPage .next, .naviPage .frst, .naviPage .last {
	overflow: hidden;
	display:inline;
	float: left;
	width: 14px;
	height: 12px;
	margin-top: 2px;
	background: url(/pub/pic/navi-page.gif) no-repeat;
}

.naviPage .page {
	overflow: hidden;
	display:inline;
	float: left;
	width: 14px;
}

.naviPage .frst {background-position:   0   0;}
.naviPage .prev {background-position: -14px 0;}
.naviPage .next {background-position: -28px 0;}
.naviPage .last {background-position: -42px 0;}


/* static */
.static .title {
  margin-top: 32px;
  margin-bottom: 42px;
  font-weight: bold;
}
 
.static table.zit {
  margin: 0 87px;
  padding: 0;
}
  
.static table.zit td {
  background-color: #F0F0F0;
  padding: 3px 5px;
}
  
.static #content h1 {
  margin: 40px 20px 10px 20px;
  font-size: 24px; 
}
  
.static #content p {
  margin: 20px 20px 10px 20px;
   
}
  

/* footer */
footer {
  border-top: 1px solid #808080;
  margin-top:20px;
  padding-top: 5px;
}
  
table.impr {
  margin-left:30px;
  font-size: 0.875rem;
}
  
/* mobile-render-fix*/
h1, h2, .bpoem .inf.indent, #footer {
  display: inline-block; width: 100%;  
}
}