/* Stand: Juli/August 2018 - September 2020: font-size von small auf 0.95em erhoeht; Jan. 2024: font-size auf 1.1em erhoeht, width erweitert
LTN CSS-Definitionsdatei, die Site-weite Stylesheets enthält; hier für die Bildschirmausgabe */
/* Farben: rot: #990033 fuer 'a:hover, a.current, h1-4:#990033'; grau: #a9a9a9; hintergrund in body=dunkelgrau: #d9d8d1; crimson darf nach W3C nicht angegeben werden; dunkles rot = #990000; */

html {
	background: #a9a9a9 url(ltn-bg-html_grey.jpg);
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	min-width: 1500px;	/* unbedingt in px angeben! */
	max-width: 2000px;
	margin: 0 auto;
	background: #d9d8d1 url(ltn-bg-body_grey.jpg) repeat left top;
}

/* Ueberschriften - uebergreifend - Abweichungen ueber DIV generieren */
h1, h2, h3, h4 {
	text-align: center;
	color: #990033;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h3 + ul {
	margin-bottom: 2em;
}
h4 {
	font-size: 120%;
	font-style: italic;
}
/* Sonderbehandlung fuer research facilities, journals */
.h4-journals {
	text-align: center;
	line-height: 10pt;
	font-size: 100%;
	font-style: normal;
	color: #990033;
}
/* Links in den Ueberschriften 1 bis 4 sollen auch rot erscheinen */
.h1-4 a:link {
	color: #990033;
	text-decoration: none;
}
h5, h6 {
	font-size: 110%;
	font-weight: bold;
}

/* Survey */
.survey {
	line-height: 2em;
}

/* das Logo am linken Rand mit link zu HOME */
.ltn-top {
	background: transparent url(ltn.gif) no-repeat left top;       /* ltn-gif=80x53px */
	position: fixed;
	max-width: 80px;
	text-decoration: none;
	font-size:60%;
	margin: 0 0 0 4px;
	padding:0;
}

/* 20 years trotskyananet links/rechts am Rand */
#ltn-20years {
	background: url(LTN-20years.png) no-repeat left top;	/* LTN-20years.png=100x~ */
	position: fixed;
	margin: 15px 0 0 -130px;
	padding:0;
}
#ltn_20years {
	background: url(LTN-20years.png) no-repeat right top;	/* LTN-20years.png=100x~px */
	position: fixed;
	margin: 15px 0 0 2030px;
	padding:0;
}

/* der feste TOP am Ende der Seite - im container-bereich */
.top {
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	margin-right: -3%;
	color: #660000;   /*schololade*/
}
.top a {
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
/* der TOP am rechten Rand, fortlaufend - nach container im body-bereich */
#TOP-fixed {
	position: fixed;
	top: 70%;
	left: 88%;
	max-width: 10px;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
}
#TOP-fixed a{
	text-decoration: none;
	color: #790000;
}

/* gesamter Navigationsbereich einschl. hr - vor dem ltn-logo */
#header {
	font-size: 90%;
}
#header h1, #header h1 a, #header h2 {
	color: #a9a9a9;
	text-decoration: none;
	letter-spacing: 0.3em;
}

/* dekorationsteil am beginn der seite */
/* (ltn-deko.gif) gif=2000x50px - Farbe: rostbraun */
.deko, .deko h2, .deko h2 a {
background: #64312a url(ltn-deko.gif) repeat left top;
	width: 100%;
	padding: 6px 0px 6px 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #a9a9a9;
	text-decoration: none;
}

 /* navigation 1 im deko-teil, vor der kopfzeile, feststehend fuer die hauptkapitel */
#navi1 {
	float: left;
	margin: 0;
	/* width: 80%; */
}
#navi1 ul {
	float: left;
	margin-left: 35em;
}
#navi1 li {
	float: left;
}
#navi1, #navi1 ul, #navi1 li, #navi1 a, #navi1 a:link, #navi1 a:visited {
	font-weight: normal;
	background: transparent;
	color: #a9a9a9;
	text-align: center;
	text-decoration: none;
	list-style: none;
	margin-right: 0px;
}
#navi1 a {
	float: left;
	border: 1px dotted;
	border-radius: 3px;
	padding: 2px;
}
#navi1 a:hover {
	color: #990033;
	background: #a9a9a9;
}
#navi1:after {
	clear: both;
	content: ".";
	visibility: hidden;
}

/* der kopfbereich mit impressum, sitemap und update-datum, nach dem deko-teil */
#kopf {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
}
#kopf .current {
	color: #ad0000 ;
	cursor: default ;
	font-style: normal;
	font-weight: bold;
	background: transparent;
}
#kopf :active{
	background: transparent;
	color: #ad0000;
	text-decoration: none;
}
#kopf a:link, a:visited {
	text-decoration: none;
	background: transparent;
	border: 0;
}
#kopf:after {
	clear: both;
	content: ".";
	visibility: hidden;
}
#update {
	float: left;
	font-size: 80%;
	margin: 0;
	padding-left: 0.5em;
}
#sitemap-kopf, #impressum-kopf, #transl-kopf, #abbrev-kopf {
	float: right;
	display: block;
	margin: 1em 0.9em 0.3em 0.3em;
	padding: 0.4em 0.3em 0.3em 0.3em;
	font-size: 60%;
	text-transform: uppercase;
	border: 1px solid black;
	border-bottom-color: #660000;
	border-right-color: #660000;
	background: transparent;
}

/* die navigation 2 nach dem deko- und kopfteil, variabel je nach kapitel */
#navi2 {
	margin: 0 ;
	width: 100%;
	list-style: none;
	float: left;
	background: transparent;
	padding: 2em 0em 0.5em 0.3em;
}
#navi2 li {
	float: left;
	margin: 0 0.3em 0.2em 0 ;
	font-family: Tahoma, sans-serif;
	font-size: 0.85em;
	padding: 0;
}
#navi2 a {
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	background: transparent;
	border-bottom-color: #660000;
	border-right-color: #660000;
	border-radius: 5px;
	float: left;
	display: block;
	margin: 0;
	padding: 0.3em 0.6em;
}
#navi2 a:visited {
	color: #990033;
	background: transparent;
	font-style: normal;
}
#navi2 a:hover {
	color: #990033;
}
#navi2 a:active {	/* entbehrlich */
	color: #cc0000;
	font-style: italic;
	background: transparent;
}
#navi2 a.current {
	color: #990033;
	cursor: default;
	font-style: normal;
	font-weight: bold;
	background: #a9a9a9;
}
#navi2 a[href$=".pdf"] {
	background: url(acrobat.gif) no-repeat right top;
	padding-right: 15px;
}
/* Menue fuer die dritte Hierarchieebene, bei Trotskyists, Picture Galleries, Tr. Museum, Guest Contrib - 8.2018, aktualis. 10.2020 */
/* bei ltn_print.css wird diese Ebene ausgeblendet */
.navi3 {
	text-decoration: none;
	font-weight: normal;
	background: transparent;
	font-size: 0.85em;
}
.navi3 a {
	background: transparent;
	vertical-align: super;
}

/* der Hauptinhalt */
#container {
	text-align: justify;
	width: 78%;
	background: transparent;
	padding: 0 3% 0 3%;
	margin: 0 auto;
	border: 1px solid #64312a;
	border-radius: 10px;
}

/* die horizontalen Linien */
hr {
	clear: both;
	margin-bottom:30px;
	margin-top: 20px;
	border: 1px solid;
	display: block;
}
.hr20 {
	width: 20%;
	margin-bottom: 10px ;
	margin-right: 80%;
	border: 1px inset;
	display: block;
	clear: both;
}
.hr20 + p  {
	margin: 0;
}
.hr60 {
	width: 60%;
	margin: 2% 20% 0 20%;
	border: 1px inset;
	display: block;
}

/* Listen */
li {
	padding-bottom: 0.5em;
	text-indent: 0;
}
ol {
	list-style-type: decimal-leading-zero;
	margin-left: 5em;
}
ol li {
	padding-bottom: 0.3em;
	font-weight: normal;
}
li ol li {
	padding-top: 0.3em;
/*padding-bottom: 0.3em;*/
}
ul {
	list-style-type: disc;
	margin-left: 5em;
	/* text-indent: 2em; */
}
ul li ul {
	padding-top: 0.3em;
}
ul ul {
	list-style-type: circle;
	margin-left: 0;
}
ul ul ul {
	list-style-type: square;
	margin-left: 0;
}
.ul-2em {
	list-style-type: circle;
	margin-left: 2em;
}
.ul-2em li {
	padding-bottom: 1em;
	line-height: 1.3em;
}
.ul-none {
	list-style-type: none;
	margin-left: 4em;
}

/* Tabellen */
caption {
	font-weight: bold;
	font-size: 95%;
	padding: 0.5em 0 1em 0;
	text-align: center;
	color: #990033;
	background: transparent;
}
td {
	font-weight: normal;
	text-align: left;
	color: #4F4F4F;
	background: transparent;
	padding-right: 10px;
}

/* Bilder einfuegen */
.img-left {
	float: left;
	margin-right: 1em;
	margin-left: -0.95em;
	padding: 5px 15px 6px 0px;
}
.image-left:after {
	clear: left;
	content: ".";
	visibility: hidden;
}
.img-right {
	float: right;
	margin-left: 1em;
	padding: 5px 0px 6px 0px;
}
.image-right:after {
	clear: left;
	content: ".";
	visibility: hidden;
}
.img-center {
	float: left;
	margin-left: 0em;
	margin-right: 1em;
	display: block;
}
.image-center:after {
	clear: left;
	content: ".";
	visibility: hidden;
}

/* besondere Textgenerierungen */
.left {
	float: left;
	width: auto;
	display: block;
}
.notes {
	font-size: 0.85em;
	padding-right: 5px;
	margin-left: 1em;
	margin-right: 1em;
}
.notes a {
	font-weight: normal;
	font-size: inherit;
}
/* einrueckungen fuer laengere texte */
.text {
	text-indent: 2em;
	margin-left: 8em;
	margin-right: 8em;
}
.text ul {
	margin-left: -2em;
}
/* eingerückte absaetze */
.em5 {
	margin-left: 5em;
	margin-right: 5em;
}
/* Fussnoten oder andere Elemente im Text hochgestellt */
.sup {
	text-decoration: none;
	font-size: 0.8em;
	vertical-align: super;
	padding-left: 3px;
}
/* Zwischenueberschriften Mandel-Bibliographie, primaer: Ernest Mandel Bibliography  - Writings by Ernst Mandel */
.mandel-prim {
	text-align: center;
	color: #990033;
	font-weight: bold;
	font-size: 1em;
	line-height: 0em;
	padding-top: 1em;
}
/* Jahresnavigation Mandel-Bibliographie, primaer: - 1944 - */
.navi1944 {
	text-align: center;
	font-size: 0.85em;
	padding-top: 1em;
}

.fontklein {
	font-size: 0.85em;
}
/* z.B. bei Texten ohne Link, fett formatieren */
.strong {
	font-weight: bold;
}
/* class nur fuer den Druck - dort die Navi-Leisten ausblenden
.navi-none {
display: none
} */

/* Sonderbehandlung für den Eingangstext auf der Startseite, index.html */
#indexhtml {
	font-family: Georgia, Serif;
	font-size: 120%;
	text-align: justify;
	margin-left: 2em;
	margin-right: 3em;
}
#navi-home {
	float: left;
	margin: 0;
	width: 100%;
}
#navi-home ul {
	float: left;
	margin-left: 500px;		/* unbedingt in px angeben! 1.24 */
}
#navi-home li {
	float: left;
}
#navi-home, #navi-home ul, #navi-home li, #navi-home a { 
	font-weight: normal;
	background: transparent;
	text-align: center;
	text-decoration: none;
	list-style: none;
	/* margin-right: 0px; */
}
#navi-home a {
	float: left;
	border: 1px dotted;
	padding: 2px;
}
#navi-home a:hover {
	color: #990033;
	background: #a9a9a9;
}
#navi-home .current, #navi-home a:hover.current {
	color: #990033;
	cursor: default;
	background: #a9a9a9;
}
#new {
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	color: #990033;
	width: 70%;
	margin: 0 3em 1em 10.7em;
	padding: 0 3% 0 3%;
	background: #a9a9a9 url(ltn-bg-html_grey.jpg);
	border: 1px solid #660000;
	border-radius: 10px;
}
#new a {
	color: #990033;
}
#new a.current {
	color: inherit;
	cursor: none;
	text-decoration: none;
	font-style: normal;
	font-weight: inherit;
	background: inherit;
}


/* authorstatement, copyright-angabe, W3C-angabe im fussteil */
#author {
	text-align: right;
	font-size: 80%;
	padding: 1em 0 1em 0;
}
#fuss {
	text-align: center;
	font-size: 80%;
	padding: 0.5em 0 0.5em 0;
	color: #a9a9a9;
	font-weight: bold;
	line-height: 250%;
}
#fuss a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-right: 4em;
}
#fuss p::after { content: ' 2004-2025' }
#fuss .img-w3c {
	background: transparent /* url(./aIMG/valid-html401.gif)  */no-repeat left top;
	width: 80px;
	height: 31px;
	float: left;
	margin-left: 10px;
}
#fuss .img-w3css {
	background: transparent /* url(./aIMG/valid-css21.png)  */no-repeat right top;
	width: 80px;
	height: 31px;
	float: right;
	margin-right: 10px;
}

/* sitemap-generierung */
#sitemap {
	margin: 1em 1em 1em 1em;
	font-size: 80%;
	background: transparent;
}
#sitemap .divider {
	clear: both;
}
#sitemap a {
	text-decoration: none;
	color: #4f3128;
}
#sitemap h5 {
	color: #990033;
	font-size: 130%;
	background: transparent;
	line-height: 1.5em;
	padding: 1px;
}
#sitemap li {
	list-style-type: none;
	padding-left: 3px;
}
#sitemap li.disc {
	list-style-type: disc;
	font-size: 1em;
	margin-left: 2.5em;
}
#sitemap li.square {
	list-style-type: square;
	font-size: 1.2em;
	margin-left: 1em;
}
#sitemap ul {
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#sitemap ul.columns {
	padding: 0em 2em 1em 0;
	border: none;
	width: 22%;
	float: left;
}

/* tranliterations-tabelle */
#transliteration th {
	text-align: center;
	font-size: 1.2em;
}
#transliteration td {
	text-align: center;
	font-size: 1.2em;
	color: black;
	font-weight: bold;
}

/* Floats - Bezug: research facilities: journals, archives America; 3-spaltig; mehrfach anwendbar, wenn als class definiert - 10.2020; neu ohne columns - 9.2021; aufgrund der erweiterung von width und schriftgroesse nunmehr 4-spaltig, 2.2024 */
.floats-3 {
	margin-left: -5em;
	font-size: 85%;
	background: transparent;
	width: 100%;
}
.floats-3 li {
	float: left;
	list-style-type: none;
	width: 350px;
	padding: 5px;
	text-align: left;
}
/*#floats :after { nicht zusammen mit .divider verwenden!
clear: left;
content: ".";
visibility: hidden;
}*/


/* floats - Bezug: conferences, univ., list of participants - 2-spaltig; neu generiert, ohne columns, 6.2021; jetzt drei-spaltig, siehe unter floats-3 */
.floats-2 {
	margin: 0;
	background: transparent;
	font-size: 85%;
}
.floats-2 ul {
	margin: 0;
}
.floats-2 li {
	float: left;
	list-style-type: none;
	width: 430px;
	padding: 6px;
	text-align: left;
	/* display: inline-box; */
}
.floats-2 a {
	text-decoration: none;
}

/* floats - Bezug: Kap. Leon Trotsky, various forms of Trotsky's names - 4-spaltig - 8.2018 */
#T-names {
	margin: 0;
	font-size: 80%;
	background: transparent;
}
#T-names .column{
	margin-left: -1em;
	margin-right: 1em;
	padding: 0;
	border: none;
	width: 25%;
	float: left;
}
#T-names .column ul{
	padding: 0;
	border: none;
	float: left;
}
#T-names .column li {
	list-style-type: none;
	padding: 5px;
	text-align: left;
}
#T-names .divider {
	clear: left;
	margin-bottom: 1em;
}

/* floats Bezug abbreviations.html, drei-spaltig */
#abbrev {
	width: 100%;
	border-top: 2px solid #a9a9a9;
	border-bottom: 2px solid #a9a9a9;
	margin: 0;
}
#abbrev dl {
	margin: 10px 20px;
	padding: 0;
}
#abbrev dt {
	margin:0;
	padding: 0;
	font-weight: bold;
}
#abbrev dd {
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}
#abbrev .row{
	float: left;
	width: 350px;
}

/* clearen der floats */
.divider {
	clear: both;
	margin-bottom: 1em;
}
.float-clear {
	clear: both;
	content: ".";
	visibility: hidden;
}

/* Navigationsleisten innerhalb von Listen, z.B. bei research facilities */
.navi-az{
	text-align: center;
	font-weight: bold;
	word-spacing: 0.3em;
	padding-bottom: 0.5em;
}

/* pseudoklassen-generierung */
a [ name ]:hover {
	color: inherit;
}
a [ name ]:visited {
	color: inherit;
}
a:link {
	background: transparent;
	color: black;
	font-weight: bold;
}
a:visited {
	background: transparent;
	text-decoration: none;
	color: grey;
}
a:hover {
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	color: #990033;
}
a:active {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #990033;
}
a:link.no-dec {
	background: inherit;
	font-weight: inherit;
	color: black;
	text-decoration: none;
}
/* Links sollen nicht fett erscheinen */
a:link.no-strong {
	color: inherit;
	font-weight: normal;
}
a[href^="http:"] {
	background: url(extern.gif) no-repeat right top;
	padding-right: 15px;
}
a[href^="https:"] {
	background: url(extern.gif) no-repeat right top;
	padding-right: 15px;
}
a[href^="http://www.trotskyana.net/"] {
	background-image: none;
	padding-left: 0;
}
a[href^="https://www.trotskyana.net/"] {
	background-image: none;
	padding-left: 0;
}
a[href$=".pdf"] {
	background: url(acrobat.gif) no-repeat right top;
	padding-right: 15px;
}