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

body {
  color: black;
	background-color: grey;
  font-size: 14pt;
  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 */
div#Seite {
  text-align: left;
  margin: 0;
  border:0;
  padding: 0;
  width: 960px;
	background-color: white;
  height: 100%;
/*  margin: 0 auto zentriert meine Seite in der Mitte des Browserfensters */
  margin: 0 auto
 }



img#Mobil  {
		max-height:40px;
	}


div#Titel {
	position:fixed;
	height:140px;
	width:960px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #E8E8E8;
	-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 {
	background-color: transparent;
	margin-left: 40px;
}

/* 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 {
	position: relative;
  width:600px;
	height:1.05em;
	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;

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

/*	margin-bottom:0.1em; */

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

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

}

ul#Navi li:hover ul {
	display: block;
}

ul#Navi li:onclick ul {
	display: block;
}

ul#Navi li ul li {
	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: #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 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 */

#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 {
	text-align:left;
}

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


.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:hover {background-color:#C8C8C8;}
#Inhalt div.pic:hover div.enlargedpic {
  z-index:255;
  display:block;
  position:absolute;
  margin-left:0em;
  width:99%;
  border:1px solid #000000;
  background-color: #F8F8F8;
  -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 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 h1:first-letter { font-size:200%; 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:40em;
  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;
 
}


div#Inhalt {
	position:absolute;
  width:830px;
/* height wird durch Funktion adjust() an die Fensterhöhe angepasst */
	height:1450px;
  top:0;
	margin: 0;
	margin-left:80px;
  padding: 0.2em;
	overflow:auto;
	background-color: #f8f8f8;

	-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: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;

	font-size: 1.0em;
	color: #001e64;
  text-align: left;

}

div#InhaltBg {
	position:absolute;
  width:960px;
/* height wird durch Funktion adjust() an die Fensterhöhe angepasst */
	height:1480px;
	top:140px;
  margin: 0;
  background-color: #E8E8E8;
	background: url(../bilder/dcverlauf.png) repeat-x ;
	/*	background-size:100%; scheint hier bei Firefox 9 nicht zu funktionieren,
			bei Konqueror geht's ... Deshalb durch ausreichend großen Verlaufersetzt
	*/
  -moz-border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  -khtml-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}


div#Timeline {
	position:absolute;
	width:80px;
	height:1480px;
	top:0px;
/*	overflow: none; */
  margin: 0;
  padding: 0;
  background-color: #E8E8E8;
  /* Der Verlauf ist 2000px hoch, so dass der immer hoch genug ist */
  background: url(../bilder/dcverlauf.png) repeat-x ;
  -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;

}


div#TimelineInnen {
	overflow:hidden;
	position:absolute;
	height:1480px;
	top:3px;
	margin-top:16px;
	padding:0;
}

div#TimelineMove {
	margin-top:-14px;
	padding:0;
	top:0;
}

div#Pfeilhoch  {

	position:absolute;
	left:5px;
	width:80px;
	text-align:left;
	padding:0;
	margin:0;
	
}

div#Pfeilrunter {

	position:absolute;
	top:1400px;
	left:5px;
	width:80px;
	text-align:left;
	padding:0;
	margin:0;
}

/* 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:15px;
  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 */
.s_tlboxi {

  height:0px;
  width:30px;
  padding:5px;
  padding-left:10px;
  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: 100px;
  overflow: hidden;
  background-color: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-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-left:10px;
  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;
	margin-top:2px;
	margin-bottom:2px;
  font-size: 0.8em;
  font-weight: bold;
	
}

/* 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;
}


  img {
	max-width:100%;

  }

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

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


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

	
  div#Titel {
    display:none;
 
  }

  div#Navidiv {
    display:none;
  }

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

  }


  div#Inhalt {
	position:relative;
	float:none;
	width:100%;
	height:100%;
	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;
  }
	
}