/* (c) 2011-2012 Bodo Hasubek */

body {
  color: black;
  background-color: white;
  font-size: 2vw;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0 0;
  text-align: center;
}

a:link { color:#E8E8E8; text-decoration:none; }
a:visited { color:#A0A0A0; text-decoration:none; }
a:focus { color:white; text-decoration:none; }
a:hover { color:white; font-weight:normal; text-decoration:none; }
a:active { color:red; font-weight:normal; text-decoration:none; }

q:lang(de) {quotes: "\201E" "\201C" "\201A" "\2018";}

/* Styledefinitionen für die Hauptseitenelemente, die nur einmal auftreten 
 width:960px;
 */
div#Seite {
  text-align:center;
  border:0;
  padding: 0;
  width:100%;
  background-color: white;
  height: 100%; 
/*  margin: 0 auto zentriert meine Seite in der Mitte des Browserfensters 
 * TOLL, aber das mach das ganze Layout kaputt (Entweder am Bildschirm oder beim Drucken)
  margin: 0 auto */
 }



div#Titel {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  color:#E8E8E8;
  background-color: white;
	-moz-border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -khtml-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
/* Die Titel div muß vor allem anderen liegen, sonst sind die Navi-Menüs nicht sichtbar */
  z-index:2;
}

div#TitelInnen {
	color: #E8E8E8;
	background-color: transparent;
	margin-left: 100px;
}

/* Ich habe absolute Breiten in px verwendet,
   da verschiedene Browser sehr unterschiedlicher Auffassung sind,
   wieviele Pixel 1em bei Schriftgröße 12 sind.
   was dann zur totalen Zerstörung des Designs führt.
*/
#Navidiv {
  color: white;
  position: relative;
  width:90%;
  height:1.1em;
  margin: 0 auto;
  padding: 0em;
  top:0;
/* 	overflow:hidden;#001e64*/
  background-color:#001e64;
	
  -moz-box-shadow: #777 10px 10px 5px;
  -webkit-box-shadow: #777 10px 10px 5px;
  -khtml-box-shadow: #777 10px 10px 5px;
  box-shadow: #777 10px 10px 5px;
	
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -khtml-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;

  color: #E8E8E8;
  text-align: left;

}

/* Hauptmenüebene muss hier überschrieben werden, weil si sonst von #Inhalt die falsche Farbe erbt */
#Navidiv ul li a:link { color:white; text-decoration:none; font-weight: bold;}
#Navidiv ul li a:visited { color:#A0A0A0; text-decoration:none; font-weight: bold;}
#Navidiv ul li a:focus { color:white; text-decoration:none; font-weight: bold;}
#Navidiv ul li a:hover { color:white; font-weight:normal; text-decoration:none; font-weight: bold; }
#Navidiv ul li a:active { color:red; font-weight:normal; text-decoration:none; font-weight: bold;}

/* Styles für waagerechte Navileiste mit Untermenüs */
ul#Navi {
  margin: 0;
  	margin-left:0.4em;
	padding: 0;
	color: #E8E8E8;
  
	
}

ul#Navi li {
  color: red;
  list-style: none;
  float: left;
  position: relative;
  margin:0;
  margin-top:0.1em;
  padding: 0;
	
}

ul#Navi li ul {
  color: red;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.8em;
	left: 0em;
  display: none;
}


ul#Navi li ul li {
  color: red;
  margin:0;
  padding:0;
  text-align: left;
  float: none;
  display: block;
  border: 0.1em solid gray;

  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -khtml-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;

	-moz-box-shadow: #777 5px 5px 2px;
	-webkit-box-shadow: #777 5px 5px 2px;
	-khtml-box-shadow: #777 5px 5px 2px;
	box-shadow: #777 5px 5px 2px;
}


ul#Navi a {
	
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left:0.5em;
  padding-right:0.5em;
  color: white;
  background-color: #001e64;

  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -khtml-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;

  font-size: 0.7em;
  text-decoration: none;
  font-weight: bold;
}

ul#Navi li ul li a {
  display: block;
  width: 10em;
  padding: 0;
  padding-left:0.5em;

  color: #E8E8E8;
  background-color: #001e64;

  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -khtml-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;

  font-size: 0.7em;
  text-decoration: none;
  font-weight: bold;
}

ul#Navi a:hover {
  color: white;
	background-color: gray;
}


/* ENDE Styles für waagerechte Navileiste mit Untermenüs */

/* Styles für die Inhalte */

/* Diese Formatierungen, die direkt auf alle Tags innerhalb des
 * damit ausgezeichneten DIVs gelten, sind sehr schwierig, weil
 * sie sich mit klassenspezifischen Anwesungen nichtüberschreiben lassen.
 * Hier sind sie aber ausnahmensweise sinnvollt, weil es das das schreiben
 * der Inhalte ohne klassenauswahl ermöglicht (nur HTML-Tags)
 */
#Inhalt p:first-letter { font-size:120%; font-weight:bold;}

#Inhalt p {
	padding: 0;
	padding-left:1em;
	padding-right:1em;
	text-align:justify;
}

.s_pimg {
  margin:0;
  padding:0;
  text-align:left;
}

#Inhalt img {
  margin:1em
  padding-bottom:0;
}

/*
.imgdivleft {
  padding-left:1em;
  padding-right:1em;
}

*/


.imgdivleft {
		padding:1em;
		float:left;
	}

.imgdivright {
		padding:1em;
		float:right;
		
	}


/*#Inhalt div.pic {text-decoration:none;}
#Inhalt div.pic div.enlargedpic {display:none;}
*/
#Inhalt div.pic {text-decoration:none;}
#Inhalt div.pic div.enlargedpic {display:none;}
#Inhalt div.pic:hover {background-color:#C8C8C8;}

#Inhalt div.pic:hover div.enlargedpic {
  position:fixed;
  left:auto;
  top:0;
  z-index:255;
  clear: both;
  display:block;
  bottom:0;
  width:100%;
  height:100%;
  overflow:auto;
  /*border:1px solid #000000;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;  
  -khtml-border-radius:10px 10px 10px 10px;  
  border-radius: 10px 10px 10px 10px;*/
  font-size: 0.9em;
 
}

#Inhalt div.pic:active div.enlargedpic {
  display:none;
}

#Inhalt a:link { color:#001e64; font-weight:bold;text-decoration:none; }
#Inhalt a:visited { color:#404040; font-weight:bold;text-decoration:none; }
#Inhalt a:focus { color:#001e64; font-weight:bold;text-decoration:none; }
#Inhalt a:hover { color:maroon; font-weight:bold; text-decoration:none; }
#Inhalt a:active { color:red; font-weight:bold; text-decoration:none; }

#Inhalt h1 {
	padding-left:0.66em;
	padding-right:0.66em;
	font-size: 150%;
	font-weight:bold;
}

#Inhalt h2 {
	padding-left:0.66em;
	padding-right:0.66em;
	font-size: 120%;
	font-weight:bold;
}

#Inhalt h3 {
	padding-left:0.66em;
	padding-right:0.66em;
	font-size: 110%;
	font-weight:bold;
}

#Inhalt table {
	padding: 0;
	padding-left:1em;
	padding-right:1em;
	
}
#Inhalt table caption {
	caption-side:bottom;
	text-align:left;
	padding:0.3em;
	padding-left:1em;
	padding-right:1em;
}
#Inhalt th { background:#e5e9f1}
#Inhalt tr:nth-child(even) {background: #f3efda}
#Inhalt tr:nth-child(odd) {background: #e5e9f1}

#Inhalt td.tooltip {text-decoration:none;}
#Inhalt td.tooltip div.tooltipinfo{display:none;}
#Inhalt td.tooltip:hover {background-color:#C8C8C8;}
#Inhalt td.tooltip:hover div.tooltipinfo{
  display:block;
  position:absolute;
  margin-left:2em;
  width:20em;
  border:1px solid #000000;
  background-color: #F8F8F8;
  padding-left:1em;
  padding-right:1em;
  padding-top:0.4em;
  padding-bottom:0.4em; 
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;  
  -khtml-border-radius:10px 10px 10px 10px;  
  border-radius: 10px 10px 10px 10px;
  font-size: 0.9em;
 
}

/* width:880px;	*/
div#Inhalt {
  position:absolute;
  width:100vw-120px;
  margin-left:120px;
  overflow:auto;
  background:white;
  font-size:1.0em;
  color:#001e64;
  text-align:left;
}

div#Timeline {
  position:absolute;
  z-index: 1;
  float:left;
  width:100px;
  top: 12vw;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 20px;
  -webkit-border-radius: 0px 0px 0px 20px;
  -khtml-border-radius: 0px 0px 0px 20px;
  border-radius: 0px 0px 0px 20px;
  text-align: left;
}


/* Klassendefinitionen, für einträge, die öfters auftreten */


/* Style der Zeitstrahleinträge */
.s_timeline, .s_timeline li {
  list-style:none;
  margin-left:3px;
  padding:0px;
  border:0px;
}

/* 	Unsichtbare Box hinter jedem Zeitstrahleintrag.
	Wird für die runden Ecken und bessere Navigation benötigt.
*/
.s_tlboxa {
  position:relative;
  height:20px;
  width:120px;
  padding:0px;
  border:0;
  overflow:hidden;
  background-color:transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

/* Container für jeweils einen Zeitstrahleintrag 
 padding-left:10px;
 */
.s_tlboxi {

  height:5px;
  width:75px;
  padding:5px;
  
  overflow:hidden;
  color:#001e64;
	background-color:#001e64;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

  -moz-box-shadow: #777 4px 4px 2px;
  -webkit-box-shadow: #777 4px 4px 2px;
  -khtml-box-shadow: #777 4px 4px 2px;
  box-shadow: #777 4px 4px 2px;
	
}

/* Unsichtbare Box hinter jedem Jahrestzahleneintrag */
.s_tlboxfixa {
  border-radius: 10px;
  height: 30px;
  width: 120px;
  overflow: hidden;
  background-color: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

/* Container für den jeweiligen Jahreseintrag */
.s_tlboxfixi {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  height:25px;
  width:50px;
  padding:0px;
  padding-right:5px;
  overflow:hidden;
  background-color:#001e64;
  color: #E8E8E8;

  -moz-box-shadow: #777 4px 4px 2px;
  -webkit-box-shadow: #777 4px 4px 2px;
  -khtml-box-shadow: #777 4px 4px 2px;
  box-shadow: #777 4px 4px 2px;
	
}
/* Text der Zeitstrahleinträge
   Achtung: Die Rahmengröße hängt oben auch von dem Javascriptaufruf ab!
*/

.s_tlp {
	padding-top: 0em;
	padding-bottom: 0.2em;
	padding-left:0.2em;
	padding-right:0;
	margin-top:2px;
	margin-bottom:2px;
	text-align:left;	
	font-size: 12pt;
	font-weight: normal;
	color:white;
}

/* The year only entries are aligned differntly */
.s_tlpy {
	padding-top: 0em;
	padding-bottom: 0.2em;
	padding-left:0.2em;
	padding-right:0;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;	
	font-size: 12pt;
	font-weight: normal;
	color:white;
}


/* Bildergröße im Zeitstrahl  */
.s_tn {
	height:65px;
	width:65px;
	border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
	
}

/* Fürs Drucken, allen Mist rauswerfen */
@media print {

@page {  size:29.7cm 21.0cm; margin-left:2cm;margin-right:2cm;margin-top:1.5cm;margin-bottom:2cm; }

 
  body {
    color: black;
    background-color: white;
    font-size: 11pt;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0 0;
    text-align: left;
}

div#Seite {
  text-align: left;
  margin: 0;
  border:0;
  padding: 0;
  width: 960px;
  background-color: white;
  height: 100%;
 }


  img {
	max-width:100%;
  }

  .imgdivleft {
	padding:1em;
	position:relative;
	float:right;
	max-width:50%;
	
  }

  .imgdivright {
	padding:1em;
	position:relative;
	float:right;
	max-width:50%;
  }


  #Inhalt table {
	page-break-inside:avoid;
	float:none;
  }

	
  div#Titel {
    display:none;
 
  }

  div#Navidiv {
    display:none;
  }

  div#Timeline {
    display:none;
   }
  
  div#Inhalt {
    
    position:absolute;
    top:0px;
    left:0px
    padding-left:0px;
    float:none;
    width:100%;
    height:100%;
    margin:0;
    background-color:white;
    color: black;
    background-color: white;
    background: white;
    border:0;
    margin:0;
    overflow:visible;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
	
}
