/* FILE: text.css */
/* This css formats simple html attributes, understood even by old browsers */
/* Therefore, it should be imported with "link rel="stylesheet" type="text/css" href="text.css" */

/*            ALL PAGES            */

body { margin-top:10px; margin-bottom:10px; }
/* margin-top = Distance between window margin and top of content */
/* margin-bottom = Distance between window margin and bottom of content */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,tr,address,blockquote,nobr,b,i,em,select { font-family:Arial,Helvetia,sans-serif; }
/* Arial for all */

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-size:94%; line-height:150%; margin-top:0px; }
/* war bis Mai 2005: p,ul,ol,li,div,td,th,address,nobr,b,i,em { font-size:10pt; line-height:14pt; margin-top:0px; } */
/* Schriftgröße und Zeilenabstand für normalen Text */
/* margin-top: Abstand zur Überschrift bzw. zum Fließtext darüber */

em { color:red; font-style:normal; }
/* Hervorhebung im Lauftext durch rote Schrift (sieht besser aus als bold); <em> ist normalerweise kursiv */

ul#menue li {list-style: none;  margin: 0; padding: 0.5em; line-height:6pt; }
/* Remove disks from the ul used for the menue on the left side (see layout.css)

/* index.htm in directory interpretationen and Eigene geschichten: */
/* use: <ul id="nosign"><LI>... */
ul#nosign li {list-style: none;  margin: 0; line-height:14pt; text-indent:0px; }

li.biblio {list-style-type:none; text-indent:-1em;}
/* Traditionelle Aufzählunsgliste mit Anstrichen:*/
/* <li class="biblio">- Erstes Element</li> */
/* <li class="biblio">- Zweites Element</li> */

li.compr { font-size:94%; margin-top:0px; margin-bottom:0px; }

.breadcrumb { font-size:8pt; line-height:12pt }
/* Text format for breadcrumbs */
/* Class can be "a" or "span" */

.redbox { text-align:left; padding:5px; border:thin solid red; margin:5px; }
/* Red borderline for three main subjects in index.htm margin was 0 px until 16th april 2006*/

.redunderline { border-bottom : 1px dotted red; }
/* not used so far */

.tooltip { color:red; }
/* Tooltips in roter Schrift; die tooltips werden mit <span class="tooltip" title="Erklärung">Begriff</span> markiert*/

.compressed { font-size:94%; margin-top:0px; margin-bottom:0px; }
/* Paragraphs or li lines with small line height */

blockquote { text-align:left; margin-left:1.5cm; background-color:#DDDDDD; padding:5px; }
/* Indented grey background box for blockquotes, e.g. text quotations in "Interpretationen" */

blockquote.noindent { text-align:left; margin-left:0cm; margin-right:0.2cm; background-color:#DDDDDD; padding:5px; }
/* Grey background box for non-indented blockquotes, used for the teaser texts at the beginning of interpretations (e.g. "Die Autorin malt sich aus, ..." for Ilse Aichinger: Die geöffnete Order /Inhaltsangabe und Interpretation) */

h1 { font-size:14pt; font-weight:normal; line-height:1.5; margin-bottom:0px; }
/* Seitenüberschriften, z.B. Ilse Aichinger: Die geöffnete Order */

h2 { font-size:12pt; font-weight:bold; line-height:1.5; margin-top:0px; margin-bottom:0px; }
/* Überschriften im TOC, z.B. "Interpretation: "Bäuchlings" von Julia Franck auf index.htm */

h2.compressed { font-size:11pt; font-weight:600; line-height:1.5; margin-top:0px; margin-bottom:0px; }
/* Headlines in toc, e.g. "Interpretation: "Bäuchlings" von Julia Franck on index.htm for longer titles */

h3 { font-size:10pt; font-weight:bold; line-height:2.0; margin-top:0px }
/* Seiten-Unterüberschriften, z.B. - Inhaltsangabe und Interpretation - */

h4 { background-color:#DDDDFF; padding:2px; font-size:10pt; font-weight: bold; line-height: 12pt; margin-left:0px; margin-right:0px; margin-top:25px; margin-bottom:0px; }
/* Blau unterlegte Überschriften wie Inhaltsangabe oder Interpretation */

h4.nomargins { background-color:#DDDDFF; padding:2px; margin:0px; font-size:10pt; font-weight: bold; line-height: 12pt; margin-top:0px; margin-bottom:7px; }
/* Blau unterlegte Schrift "Ausgabe vom August 2004" auf index.htm */
/* Muss margin-top:0px haben, damit roter Rand nicht zu weit weg */
/* NS: am besten margin-bottom:0px, damit TOC darunter nicht zu weit weg */
/* Problem: Beim IE ist mit margin-bottom:0px TOC zu nah dran, daher 7px */
/* Auch für Zwischenüberschriften verwendet, z.B. in stoff.htm */

h5 { font-size:10pt; line-height:0pt; font-weight:bold; margin-top:25px; margin-bottom:10px; }
/* index.htm: Überschriften mit Titelthemen   */
/* Absatzüberschriften in Artikeln (bisher <b>gshdf</b><br> */
/* margin-top = Abstand zwischen Überschrift und dem Fließtext darüber */
/* margin-bottom: Abstand zwischen Überschrift und Fließtext darunter */

h5.nomargins { font-size:10pt; line-height:0pt; font-weight:bold; margin-top:0px; margin-bottom:0px; }
/* all pages: Kurzgeschichten und Interpretationen under the leixoletti image in the head block */ 

h6 { font-size:10pt; }
/* Zwischenueberschriften an manchen Stellen */

.title { font-size:16pt; line-height:12pt; margin-top:10px }
/* all pages: For the word "Webstories" in headblock */
/* too much distance between top and "Webstories" in Netscape 4.7, */
/* if line-height isn't set to 0  */
/* too much distance between top and "Webstories" in IE 6, */
/* if line-height is set to 0 and margin-top isn't set */



/*           INDEX.HTM       */

.indexsubject { font-size:12pt; line-height:14pt; }
/* index.htm: For the 3 main subjects, presented on cover page */

.indexsubjectbelow { font-size:10pt; line-height:14pt; margin-top:0px }
/* index.htm: For the explaining text below the indexsubjects */

.indexother { font-size:10pt; line-height:14pt; }
/* index.htm: For the headline "Sonstiges" */


/*		XSEITEY.htm      */
.pagessubject { font-size:14pt; line-height:16pt; }
/* For contenttitle in seiten */

.pagessubjectbelow { font-size:10pt; line-height:16pt; }
/* Bold line below contenttitle in seiten */

/*		INTERPRETATIONEN, XSEITEY      */
.intermediateheadline { background-color:#FFFF66; padding:6px; margin:0px; font-size:10pt; line-height:12pt; }
/* Bold headline in the middle of texts, e.g. Inhalt */



/*		OLDER		*/
.titlepages { font-size:12pt; line-height:10pt; }
/* Für die Hauptüberschrift auf Inhaltsseiten verwendet */

.belowbelowtitle { font-size:10pt; line-height:0pt; }
/* Für das Wort "Autorenmagazin" im Titel */
/* font-size = Schriftgroesse */

.contentitle { font-size:18pt; line-height:20pt; }
/* Für die Titel einzelner Geschichten oder Interpretationen */
/* font-size = Schriftgroesse */



a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }
