
/* *************************************************************************************************** */
/* ___100_0.css */
/* */
/* Enthält Layout/Style - Angaben */
/* Version vom 13.09.2000; Felix Schmitz*/
/* Zwei wichtige Aenderungen: 1. a:hover; 2. p: margin-left: 12px; */
/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* Allgemeine Formatierungen fuer das Dokument */
/* *************************************************************************************************** */

body {
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #000000;
	border : 0px;
	background-color : #FFFFCC;
}
/* margin = Abstand zwischen Fensterrand und Inhalt; "0px = 0 Pixel" */
/* Backround-color = Hintergrundfarbe; "#FFFFFF = weiß" */
/* font-family = Schriftart fuer Textelemente; "Arial,sans-serif = Arial und serifenlose Schrift" */
/* color = Schriftfarbe; "#000000 = schwarz" */
/* border = Rand; " 0px = ohne Rand" */

p {	font-size: 11pt; font-family: Arial, sans-serif; font : normal; margin-left: 12px;}
/* Normaltext */
/* font-size = Schriftgroesse; "11pt = 11 Punkt" */

p.block  {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font : normal;
	margin-left: 1%;
	margin-right: 1%;
	margin-top : 10px;
	text-align: justify;
}
p.just  {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font : normal;
	margin-left: 0%;
	margin-right: 0%;
	margin-top : 0px;
	text-align: justify;
}

/* Normaltext */
/* font-size = Schriftgroesse; "11pt = 11 Punkt" */  

img.rand  {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 8px;
	text-align: left;
	float: left;
}

ul,li { font-size: 8pt; font-family: Arial, sans-serif;
font-weight: normal; }
/* Listen */
/* font-size = Schriftgroesse; "11pt = 11 Punkt" */
ol{
	font-size: 8pt;
	font-family: Arial, sans-serif;
	list-style-position: outside;
	list-style-type : upper-alpha;
	font-weight: normal;
	padding : 0% 0% 0% 1%;
	margin-left : 1%;
}
/* Listen */

td,th { font-size: 10pt; font-family: Arial, sans-serif; }
/* Tabellen */
/* font-size = Schriftgroesse; "11pt = 11 Punkt" */

i { font-size: 11pt; font-family: Arial, sans-serif;}
/* Hervorhebungen */
/* font-size = Schriftgroesse; "11pt = 11 Punkt" */

nobr,address { font-size: 11pt; font-family: Arial, sans-serif;}
/* 'Sonstige' */
/* font-size = Schriftgroesse; "11pt = 11 Punkt" */

h1 { font-size:16pt; line-height:18pt; font-family: Arial, sans-serif; }
/* Skiaskopie */
/* font-size = Schriftgroesse; 18pt = 18 Punkt */

h2 { font-size:15pt; font-family: Arial, sans-serif;}
/*  Ebene  _10000 und Anhang ax*/
/* font-size = Schriftgroesse; 16pt = 16 Punkt */

h3 { font-size:14pt; font-family: Arial, sans-serif;}
/* Kapitelüberschriften 1. */
/* font-size = Schriftgroesse; 14pt = 14 Punkt */

h4 { font-size:13pt; font-family: Arial, sans-serif;}
/*  Kap. 1.1*/
/* font-size = Schriftgroesse; 12pt = 12 Punkt */

h5 { font-size:12pt; font-family: Arial, sans-serif;}
/* Kap. 1.1.1 */
/* font-size = Schriftgroesse; 10pt = 10 Punkt */

h6 { font-size:11pt; font-family: Arial, sans-serif; font-weight: normal;}
/*  Kap. 1.1.1.1 */
/* font-size = Schriftgroesse; 8pt = 8 Punkt */

a:link {
	color: #000033;
	text-decoration:underline;
	font-family: Arial, sans-serif;
}
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* color = Textfarbe; "#FF0000 = rot" */
/* text-decoration = Textstil; "underline = unterstrichen" */

a:visited {
	color: Maroon;
	text-decoration:underline;
	font-family: Arial, sans-serif;
}
/* a:visited = Verweise zu bereits besuchten Seiten */
/* color = Textfarbe; "#0000FF = blau" */
/* text-decoration = Textstil; "underline = unterstrichen" */

a:hover {
	color: #FFFF99;
	background-color: Black;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Textfarbe; "#000000 = schwarz"; */
/* text-decoration = Textstil; "none = nicht unterstrichen" */
table.back {
	background-color: #E2DDA7;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	border : 1px solid Gray;
	background-image : url(back.jpg);
	background-repeat : repeat;
	background-position : center;
}

.rand  {
	background-color: Black;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	padding : 0% 0% 0% 0%;
}
table.ober  {
	background-color: Silver;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	border : 1px outset;
	padding : 0px 0px 0px 0px;
}
table.unter  {
	background-color: #FFFF99;
	font-family: Arial, sans-serif;
	text-align: left;
	border : 2px outset;
}
table.trans  {
	background-color: transparent;
	font-family: Arial, sans-serif;
	text-align: left;
	border : 2px outset;
}
table.box  {
	background-color: #9CCEFF;
	font-family: Arial, sans-serif;
	text-align: left;
	border : 2px outset;
}
table.list  {
	background-color: #B6B6B6;
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: bottom;
	}
table.key  {
	background-color: #FFFF99;
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
}
table.video  {
	background-color: #FFFF99;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	border : 1px solid;
	border-color : Silver Silver Silver Silver;
}
/* Formatierung der gelben Tabellen - Zellen im Randbereich */

td.farb {
	background-color:#FFFF99;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	}

td.kopf {
	background-color:#F95B6B;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	}
/* Formatierung der farbigen (#CCCC99) Tabellen - Zellen im Haupttextteil */
	
td.main {
	background-color:#FFFFFF;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	}
/* Formatierung der weissen (#FFFFFF) Tabellen - Zellen im Haupttextteil */

	
.LyTb {
	background-color:#FFFFCC;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	}

.LyTb2 {
	background-color:#CCCC99;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	}

.LyTb3 {
	background-color:#80ff80;
	padding: 0px;
	border: 0px;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	}
.LyTb4 {
	background-color:#00ccff;
	padding: 0px;
	border: 0px;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	}
.LyTb5 {
	background-color: White;
	padding: 0px;
	border: 0px;
	font-family: Arial, sans-serif;
	text-align: justify;
	vertical-align: middle;
}
.LyTb6 {
	background-color: White;
	padding: 0px;
	border: 3px;
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
}

/* Layout-Elemente (Ly) - Tabelle (Tb) */
/* background-color = Hintergrundfarbe; "#FFFFCC = helles Gelb" */
/* text-align = Positionierung des Zelleninhaltes; "center = mittig" */
/* *************************************************************************************************** */


/* *************************************************************************************************** */
/* Spezielle Formatierungen fuer die IPO - HOME  - PAGE */
/* *************************************************************************************************** */

div.menu1 {  
      font-size:15pt;
      line-height:22pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  padding-left:2pt; 
	 }
/* Formatierung der Menueleiste */
	 
h1.home  { font-size:19pt; font-family: Arial, sans-serif; line-height: 30pt}
/* Formatierung der IPO Überschrift */
/* *************************************************************************************************** */


/* *************************************************************************************************** */
/* Spezielle Formatierungen fuer die Skia / Info / Impressum - Ebene */
/* *************************************************************************************************** */

div.menu1b  {
	font-size:14pt;
	line-height:24pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color : #FFFF99;
}
/* Formatierung der IPO Überschrift */

div.menu2b  {  
      font-size:13pt;
      line-height:18pt;
      font-family: Arial, sans-serif;
	  font-weight: bold;
	  text-align: center;
	 }


div.autor  {
	font-size:11pt;
	line-height:30pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	font-style : italic;
	}
/* Formatierung der Autorenliste */

div.thema {background-color: #CC0033; text-align: center; }
/* Formatierung der Skia - Animation */
div.info {background-color: #3131CE; text-align: center;}
/* Formatierung der Skia - Animation */
div.impr {	background-color: #009C00; text-align: center;}
/* Formatierung der Skia - Animation */

div.menu2 {
	font-size:13pt;
	line-height:20pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-left: 0pt;
}
/* Formatierung der Menueleiste */

/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* Spezielle Formatierungen fuer die Inhalt / Glossar / Literatur / Autoren / Info - Ebene */
/* *************************************************************************************************** */

div.glossar {  
      font-size:15pt;
      line-height:16pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	 }
/* Formatierung der Glossar - Überschrift */

div.abc {  
      font-size:14pt;
      line-height:14pt;
      font-family: Arial, sans-serif;
	  font-weight: bold;
	  text-align: center;
 }
 
 div.abc_kl {  
      font-size:13pt;
      line-height:13pt;
      font-family: Arial, sans-serif;
	  font-weight: bold;
	  text-align: center;
	 }

/* Formatierung der Glossar - Überschrift */

div.menu3 {  
      font-size:12pt;
      line-height:18pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  margin-left: 5pt;
	 }
/* Formatierung der Menueleiste */

/* *************************************************************************************************** */
/* Spezielle Formatierungen fuer die Kap. X - Ebene */
/* *************************************************************************************************** */

div.menu4 {
	font-size:11pt;
	line-height:20pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left: 0pt;
}
/* Formatierung der Menueleiste */

div.menu4in {  
      font-size:13pt;
      line-height:18pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  margin-left: 10pt;
	 }
/* Formatierung der Inhaltsangabe */

/* *************************************************************************************************** */
/* Spezielle Formatierungen fuer die Kap. X.X - Ebene */
/* *************************************************************************************************** */

div.menu5 {  
      font-size:10pt;
      line-height:15pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  margin-left: 2pt;
	 }
div.menu5b {
	font-size:10pt;
	line-height:15pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-left: 2pt;
	color : #FFFF99;
}
/* Formatierung der Menueleiste */

div.menu5in {  
      font-size:12pt;
      line-height:14pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  margin-left: 50pt;
	 }
/* Formatierung der Inhaltsangabe */


/* *************************************************************************************************** */
/* Spezielle Formatierungen fuer die Kap. X.X.X - Ebene */
/* *************************************************************************************************** */

div.menu6 {
	font-size:10pt;
	line-height:15pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left: 2pt;
}
/* Formatierung der Menueleiste */

div.menu6in {  
      font-size:11pt;
      line-height:15pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  margin-left: 100pt;
	 }
/* Formatierung der Inhaltsangabe */

/* *************************************************************************************************** */
/* Spezielle Formatierungen fuer die Kap. X.X.X.X - Ebene */
/* *************************************************************************************************** */

div.menu7 {  
      font-size:9pt;
      line-height:14pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  margin-left: 10pt;
	 }
/* Formatierung der Menueleiste */

div.menu7in {  
      font-size:10pt;
      line-height:10pt;
      font-family: Arial, sans-serif;
	  font-weight: normal;
	  text-align: left;
	  margin-left: 150pt;
	 }
/* Formatierung der Inhaltsangabe */

div.menux {
	font-size:8pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left: 1px;
	vertical-align: middle;
}
/* Formatierung der Inhaltsangabe */

input {
	color: White;
	background-color: Black;
	background-image: url(IPO_RETINA.JPG);
	height: auto;
	width: 120px;
}

button.menu {
	color: Gray;
	background-color: Aqua;
	height: 30px;
	width: 100%;
	text-align : left;
}
button.mov {
	color: Black;
	background-color: #80ff80;
	height: 20px;
	width: 100%;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
}
button.bas {
	color: Yellow;
	background-color: transparent;
	height: 48px;
	width: 100%;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}
button.doku {
	color: Yellow;
	background-color: Gray;
	height: 24px;
	width: 100%;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}

button.help {
	color: Yellow;
	background-color: transparent;
	height: 30px;
	width: 100%;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}
button {
	color: Black;
	background-color: Silver;
	height: 30px;
	width: 100%;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
}
button.lis {
	color: #3333FF;
	background-color: Silver;
	height: 30px;
	width: 100%;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}
