/***************************************************
 * Links
 ***************************************************/
a:link, a:visited, a:hover
{
  text-decoration: none;
  color: black;
} 

/***************************************************
 * oberste Ebene, default-Definition
 ***************************************************/
body
{
  margin: 0px auto;
  padding: 10px;
  font-size: 10pt;
}

h1, h2, h3, h4
{
  margin-top: 12px; 
  margin-bottom: 0ex; 
}

.icon
{
  margin: 0 .25em -.4em;
}


/***************************************************
 * Aussehen der statischen Webseiten
 ***************************************************/
.webcontent
{
  padding: 3px 12px 3px 12px;
  margin: 6px 0pt;
}


/***************************************************
 * Die Seite ist grob in drei Teile unterteilt:
 * 1. partHead: alles, bis das erste Kategorien-Menü vorbei ist
 * 2. partMain: der Rest
 * 3. partFoot: alles, was nach der Input-Form kommt
 * Dadurch können beispielsweise das obere und das untere Kategorien-Menü
 * unterschiedlich dargestellt werden (ersteres ist im partHead, letzteres im
 * PartMain)
 * Das wird allerdings hier in diesem CSS-File nicht benutzt
 *
 * Kopf- und Fußteil sind starr, nur partMain ist dynamisch
 ***************************************************/
.partHead
{
}

.partMain, .partFoot
{
}

/***************************************************
 * Seitenkopf
 * wird noch vor dem Kategorien-Menü angegeben
 ***************************************************/
.pagehead
{
  text-align: center;
}

/***************************************************
 * Kategorien-Menü
 * standardmäßig ober- und unterhalb eines Threads
 * bzw. oberhalb der anderen Anzeigen
 ***************************************************/
.menu
{
  display: none;
}

/***************************************************
 * Liste der Topics
 ***************************************************/

.topiclist
{
  list-style-type: none;
  vertical-align: middle;
  margin: 0pt;
  padding: 0pt;
}

.topiclist .normaltopic
{
  margin: 6px 0ex;
  padding: 3px;
  border: solid 1px;
}

.topiclist .stickytopic
{
  margin: 6px 0ex;
  padding: 3px;
  border: solid 3px;
}

.topiclist .lastposting
{
  padding: 3px 12px 3px 12px;
  margin: 3px;
  float: right;
}

.topiclist .RSS
{
  display: none;
}

.topiclist .firstposting
{
}

.topiclist .catname
{
  font-weight: bold;
  font-style: italic;
}

.topiclist .topic
{
  font-weight: bold;
}

.topiclist .pages
{
}

/***************************************************
 * Liste der Postings
 ***************************************************/
.postinglist
{
  list-style-type: none;
  margin: 0pt;
  padding: 0pt;
}

.postinglist .normalposting
{
  padding: 3px 12px 3px 12px;
  margin: 6px 0pt;
  border-bottom: solid 3px;
}

.postinglist .pi
{
  float: right;
  width: 9em;
  padding: 6px;
  line-height: 1.2em;
  border: solid 1px;
  background: #fff;
}

.postinglist .pi .pip
{
}

.postinglist .pi .pipz
{
  display: none;
}

.postinglist .poster
{
  margin: 6px;
  min-height: 2ex;
  border-bottom: solid 1px;
  font-weight: bold;
}

.postinglist .content
{
  margin: 6px;
  min-height: 10ex;
}

/* Formatierungen innerhalb des Postings */
/* Listen fehlen noch */
.postinglist .content h1
{
  font-size: 130%;
  text-align: left;
  font-weight: bold;
}

.postinglist .content h2
{
  font-size: 120%;
  text-align: left;
  font-weight: bold;
}

.postinglist .content h3
{
  font-size: 110%;
  text-align: left;
  font-weight: bold;
}

.postinglist .content h4
{
  font-size: 100%;
  text-align: left;
  font-weight: bold;
  font-style: normal;
}

.postinglist .content .quote
{
  width: 70%;
  padding: 6px;
  margin: 0ex 0ex 6px 0ex;
  font-size: 90%;
  font-style: italic;
}

.postinglist .content .spoiler
{
  width: 70%;
  padding: 6px;
  font-size: 90%;
  font-style: italic;
}

.postinglist .content .block
{
  width: 70%;
  padding: 6px;
  margin: 0ex 0ex 6px 0ex;
  font-size: 90%;
  font-style: italic;
}

.postinglist .content .rot13
{
  cursor: pointer;
}

.postinglist .content ul
{
  line-height: 1ex;
}

.postinglist .content ul li
{
  margin: 0pt;
  line-height: 2.3ex;
}

.postinglist .content ol
{
  line-height: 1ex;
}

.postinglist .content ol li
{
  margin: 0pt;
  line-height: 2.3ex;
}

/* Anmerkungen zum Posting, momentan nicht benutzt */
.postinglist .note
{
  margin: 6px;
}

.postinglist .lastedited
{
  margin: 6px;
}

/***************************************************
 * Eingabe-Formular und zugehörige Hilfe
 ***************************************************/
.inputandhelp
{
  display: none;
}
