/*
Project Name: Evangelischer Widerstand
Author: Daniel K�nig
*/

/******************************************************/
/******************* Main *********************/
/******************************************************/

::-moz-selection	{ background-color: #aaa; color: #fff; }
::selection	{ background-color: #aaa; color: #fff; }

a { color: #222; text-decoration: none; }
#documentText a { color: blue; }
a:hover { text-decoration: underline; }
/* p a:hover { color: #27B3CF; }*/


.totop {margin-bottom: 2em;}

.small {font-size: 0.9em; padding-left: 0 !important; text-align: left;}


hr {
	color: #fff;
	background:transparent;
	margin: 0.7em 0 0.7em 0;
	padding: 0 0 0.1em 0;
	border:0;
	border-bottom: 20px #eee solid;
}

.clearfix { clear: both; }


html * { font-size:100.01%; }

body	{ 
	font-family:Arial, Helvetica, sans-serif;
  font-size:75.00%;
  color:#000; 
  background: #fff;
}

#wrapper	{ 
	margin: auto; 
	max-width: 100%; 
	width: 100%;  
	/*background: transparent; */
	
	}

#main-content {
	width: 100%; 
	margin-top: 0px; 
	padding-bottom: 3em;
	background: transparent;
	}
	

#main-content-home {;
	/*background: #fdf9ec;*/
	width: 100%; 
	margin-top: 0px; 
	padding-bottom: 0em;
	background: #fdf9ec url("../img/home-back.jpg") no-repeat top center;
	text-align: center;

}

#main-content-karte {
	width: 100%; 
	margin-top: 0px; 
	padding-bottom: 3em;
	background: #fdf9ec url("../img/karte_header.jpg") no-repeat top center;
	}

#main-content-zeiten {
	width: 100%; 
	margin-top: 0px; 
	padding-bottom: 3em;
	background: #fdf9ec url("../img/zeiten_header.jpg") no-repeat top center;
	}
	
#main-content-zeitstrahl {
	width: 100%; 
	margin-top: 0px; 
	padding-bottom: 2.8em;
	background: #fdf9ec url("../img/zeiten_header.jpg") no-repeat top center;
	}
	
#main-content-menschen {
	width: 100%; 
	margin-top: 0px; 
	padding-bottom: 3em;
	background: #fdf9ec url("../img/biografie_header.jpg") no-repeat top center;
	}
	
#main-content-document {
	width: 100%; 
	margin-top: 0px; 
	padding-bottom: 3em;
	background: #fdf9ec;
	}
		
	
.zeitenback	{
	background: #fdf9ec url("../img/test.jpg") no-repeat top center;
	/* Hier unterschidliche Klassen f�r Rubriken */
	}

p	{ 
	padding: 0 5px 0 5px; 
	line-height: 1.7em;
	font-size: 1.3em;
	text-align: justify;
	}

ul { 
	list-style: none; 
	}
	
ul li { margin: 0 0 -3px 0; } /* -3px bottom entfernt L�cke unterhalb der Bilder **/


.textbox ul {
	font-size: 1.3em;
  line-height: 1.7em;
  padding: 0 5px;
  list-style: disc;
  margin-left: 2em;   
  margin-bottom: 2em;   
}

pre { overflow: scroll; font-size: 10px; }

/******************************************************/	

/******************************************************/
/******************* Fonts *********************/
/******************************************************/

h1	{ 
	font-size: 2em; 
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	padding: 5px 5px 5px 15px; 
	background: #000;
	color: #c2c181;
}

h1.document	{ 
	font-size: 2em; 
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	padding: 5px 5px 5px 15px;
	color: #dcf0c0;
	background: #000000 url("") repeat-y center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient( linear, left top, right top, from(#373917), to(#000000), color-stop(0.25, #373917));
	background: -webkit-linear-gradient( left, #373917, #373917 25%, #000000);
	background: -moz-linear-gradient(  left, #373917, #373917 25%, #000000);
	background: -o-linear-gradient( left, #373917, #v 25%, #000000);
	background: linear-gradient( left, #373917, #373917 25%, #000000);
}

h2	{ 
	font-size: 1.5em; 
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	margin-top: 25px;
	padding: 5px 5px 5px 5px;	
	/* Verlauf */
  background: #000000 url("gradient-bg.png") repeat-x top;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /* Recent browsers */
  background: -webkit-gradient( linear, left top, left bottom, from(#5a472f), to(#000000) );
  background: -webkit-linear-gradient(  top, #5a472f, #000000 );
  background: -moz-linear-gradient( top, #5a472f, #000000 );
  background: -o-linear-gradient( top, #5a472f, #000000 );
  background: linear-gradient( top, #5a472f, #000000 );	
	color: #FDF9EC;
}

h1 a:hover	{ text-decoration: none; color: #27B3CF; }
h3	{ font-family:Arial, Helvetica, sans-serif; font-size: 1.5em; }
h4	{ font-family: 'Droid Serif', serif; padding: 3px; margin: 5px 0 0 0; }
h4 a	{ text-decoration: underline; }
h4 a:hover	{  }

/******************************************************/

/******************************************************/
/******************* Header *********************/
/******************************************************/

#header	{ 
	margin: auto; 
	max-width: 100%; 
	width: 100%;  
	/* Verlaug */
  background: #000000 url("../img/gradient-header-bg.png") repeat-x top;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /* Recent browsers */
  background: -webkit-gradient( linear, left top, left bottom, from(#5a472f), to(#000000) );
  background: -webkit-linear-gradient( top, #5a472f, #000000 );
  background: -moz-linear-gradient( top, #5a472f, #000000 );
  background: -o-linear-gradient( top, #5a472f, #000000 );
  background: linear-gradient( top, #5a472f, #000000 );
	}
	
header	{ 
	background: transparent;
	max-width: 980px; 
	width: 100%;
	margin: auto;
	padding: 1em 0 1em 0;
	}


header ul li {
	display: inline;
	}

#header input {vertical-align: super;}

.search-header {
	width: 50%;
}

.left-col	{ width: 50%; float: left; margin-bottom: 10px; }

.sidebar	{ width: 30%; float: right; margin-bottom: 10px; text-align: right;
	-webkit-transition-property: width;
	-moz-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

.sidebar-50	{ width: 50%; float: left; margin-bottom: 10px; text-align: left;
	-webkit-transition-property: width;
	-moz-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

	
/******************************************************/	

/******************************************************/
/******************* Navigation *********************/
/******************************************************/
nav	{ padding: 0; margin: 10px 0;}
nav a	{ 
	color: #5a472f; 
	background: #FDF9EC;
	display: block; 
	float: left; 
	text-decoration: none;
	padding: 5px 8px 5px 8px; 
	margin: 0 8px 5px 0;	 
	font-size: 1.3em;
	}

nav a:visited	{ color: #2d2418; }

nav a:hover	{ 
	text-decoration: none; 
	color: #FDF9EC; 
	background: #a9a08f; 
	}

nav a:active	{ 
	text-decoration: none; 
	color: #FDF9EC; 
	background: #a9a08f; 
	padding: 5px 8px 5px 8px; 
	margin: 0 8px 5px 0;	
	}

nav a.active	{ text-decoration: none; color: #FDF9EC; background: #a9a08f; }

/******************************************************/

/******************************************************/
/******************* Conatiner ************************/
/******************************************************/

.container-inhalt	{ 
	width: 100%; 
	float: left; 
}

#content { 
	margin: auto; 
	max-width: 980px; 
	width: 100%;  
	background: transparent; 
	padding-top: 30px;
	}
	
.intro {
	background: #fff;
	opacity: .9;
	padding: 1em;
	font-size: 1.0em;
	margin: 0em 1em 2.5em 1em;
	min-height: 130px;
	}
	
.blind {
	background: transparent;
	opacity: .9;
	padding: 1em;
	font-size: 1.0em;
	margin: 0em 1em 2.5em 1em;
	min-height: 130px;
	}	
	

/******************* Startseite ************************/
/******************************************************/

.home {
	height: 800px;
	}

.home-text-into {
padding-top: 15em; /* Position Kasten */
	}
	
	
.home-text-into p {	
	width: 50%;
	background: #fff;
	padding: 1em;	
	margin: auto;
}

.home-text-into p a {
	background: #6c5639 url("../img/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient( linear, left top, left bottom, from(#6c5639), to(#000000) );
	background: -webkit-linear-gradient( top, #6c5639, #000000 );
	background: -moz-linear-gradient( top, #6c5639, #000000 );
	background: -o-linear-gradient( top, #6c5639, #000000	);
	background: linear-gradient( top, #6c5639, #000000 );
	-moz-border-radius: 10px;
	border-radius: 10px;	
	display: inline-block;
	padding: 0.5em 1.2em 0.5em 1.2em;
	color: #eae6db;
	font-variant: small-caps;
	font-weight: bold;	
	text-align: center;
	margin-bottom: 1em;
	}
	
	img.no-support {
	margin-right: 3em;
  width: 15%;
	}
	
.no-support-text {
	font-size: 1.5em;
	margin: 2em 0;
	}	
	
.no-support-button {
    background: -moz-linear-gradient(center top , #6C5639, #000000) repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    color: #fff !important;
    display: inline-block;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0.5em 1.2em;
    text-align: center;
}
	
/******************************************************/

/******************* Image-Floating ************************/
.container-image-float { float:left; overflow: auto; overflow-y: hidden; border: 1px solid #555; padding: 0; margin-bottom: 0; background: #000;}

.container-image-float-list { float:left; padding: 0; margin-bottom: 0;}

.container-image-box-70	{ max-width: 70px; width: 100%; display:inline; margin-right: 1em; }
.container-image-box-150	{ max-width: 150px; width: 100%; display:inline; margin-right: 1em;  }
.container-image-box-176	{ max-width: 176px; width: 100%; display:inline; margin-right: 1em; border: 1px solid #444;  }
.container-image-box-185	{ max-width: 185px; width: 100%; display:inline; margin-right: 1em;  }
.container-image-box-225	{ max-width: 225px; width: 100%;  margin-right: 1em; }
.container-image-box-500	{ max-width: 500px; width: 100%; display:inline; margin-right: 1em; }

.container-image-box-ganz { max-width: 980px; width: 100%; display:inline; margin-right: 1em;  }

.container-image-float ul {
	
	}

.container-image-float ul li {
	float:left;
	display: inline;
	margin-right: 5px;
	}
	
.container-image-bu {
	width: 215px;
	padding: 5px;
	background: #000;
	color: #FDF9EC;
}

.container-image-bu-150 {
	width: 140px;
	padding: 5px;
	background: #000;
	color: #FDF9EC;
}

.container-image-bu-225 {
	width: 215px;
	padding: 5px;
	background: #000;
	color: #FDF9EC;
}

.container-image-bu-500 {
	width: 490px;
	padding: 5px;
	background: #000;
	color: #FDF9EC;
}
	
.container-image-bu a, .container-image-bu-150 a, .container-image-bu-225 a, .container-image-bu-500 a {
	color: #4395D1;
	text-decoration: underline;
} 


.container-image-magnifier {
	margin: -31px 0 0 197px;
	width: 28px;
	height: 28px;
}

.container-image-magnifier-150 {
	margin: -31px 0 0 122px;
	width: 28px;
	height: 28px;
}

.container-image-magnifier-225 {
	margin: -31px 0 0 197px;
	width: 28px;
	height: 28px;
}

.container-image-magnifier-500 {
	margin: -31px 0 0 472px;
	width: 28px;
	height: 28px;
}
	

/******************* Zeitstrahl************************/

.time-select {
	background: #e1d8c6;
	padding: 2em;
	margin: 4em 0 1em 0;
	}
	
.time-select p {
margin-bottom: 1em;
	}
	
.selection {
	font-size: 1.7em;
	width: 350px;
	height: 35px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A9A08F;
	padding: 0px 0 0 10px;
	color: #18130C;
	background: #FDF9EC url("") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient( linear, left top, left bottom, from(#FDF9EC), to(#ece7da) );
	background: -webkit-linear-gradient( top, #FDF9EC, #ece7da );
	background: -moz-linear-gradient( top, #FDF9EC, #ece7da );
	background: -o-linear-gradient( top, #FDF9EC, #ece7da	);
	background: linear-gradient( top, #FDF9EC, #ece7da );
	background-color: #FDF9EC;
	}
	
.timeline-image-float { 
	background: #000; 
	float:left; 
	overflow: auto;
	overflow-y: hidden; 
	border: 1px solid #9d9f99; 
	padding: 0; 
	margin-bottom: 6em;
}

.timeline-image-float-list { float:left; padding: 0; margin-bottom: 0;}	
	
.timeline-image-float ul {
	
	}

.timeline-image-float ul li {
	float:left;
	display: inline;
	margin-right: 0px;
	}
	
.timeline-image-bu {
	width: 262px;
	padding: 5px;
	background: #000;
	color: #FDF9EC;	
	margin-top: -5px;
	}
	
.timeline-image-magnifier {
	margin: -31px 0 0 192px;
	width: 30px;
	height: 28px;
	}
	
.time-line-collage {
	margin: 0em 0 -3em 0;
}

.ipadhelp {
	display: none;
	}
	

	
/******************* Bios Listing Home ************************/

.bio-listing-home {
	padding: 0 5px 5px 5px;
	}
	
	
.biobox	{
	/* width: 60%; */
	margin-left: 7px;
	}
	
a.bioboxlink {
	background: #6c5639 url("../img/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient( linear, left top, left bottom, from(#6c5639), to(#000000) );
	background: -webkit-linear-gradient( top, #6c5639, #000000 );
	background: -moz-linear-gradient( top, #6c5639, #000000 );
	background: -o-linear-gradient( top, #6c5639, #000000	);
	background: linear-gradient( top, #6c5639, #000000 );
	-moz-border-radius: 10px;
	border-radius: 10px;	
	display: inline-block;
	padding: 0.2em 1.2em 0.2em 1.2em;
	color: #eae6db;
	font-variant: small-caps;
	font-weight: bold;	
	text-align: center;
	margin-bottom: 1em;
	}
	
a.bioboxlink hover {	
	color: #fff;
}	

.biobox p {
	text-align: left;
	}
	
.material {
	margin-top: 2em;
	}

.material p {
	text-align: left;
	}
	
/******************************************************/

/******************* Textseiten ************************/

.textseiten h1	{ 
	color: #000;	
	background: transparent;
}

.textseiten h2	{ 
	color: #000;	
	background: transparent;
	padding: 5px 5px 5px 15px; 
}

.textseiten p {
	padding: 0 20px 0 20px;
	margin-bottom: 1em;
	}

/******************************************************/

	
/******************* Vor 1933 ************************/
	
.timeline-one {
	margin-bottom: 1em;
	}	
	
.timeline-one h1	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #e5e69d url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#e5e69d), to(#fdf9ec));
	    background: -webkit-linear-gradient(  left, #e5e69d, #fdf9ec );
	    background: -moz-linear-gradient( left, #e5e69d, #fdf9ec );
	    background: -o-linear-gradient(  left, #e5e69d, #fdf9ec );
	    background: linear-gradient( left, #e5e69d, #fdf9ec );
	    margin-bottom: 10px;
}

/*******************  1933-1934 ************************/

.timeline-two {
	margin-bottom: 1em;
	}	
	
.timeline-two h1	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #c8e69d url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#c8e69d), to(#fdf9ec));
	    background: -webkit-linear-gradient(  left, #c8e69d, #fdf9ec );
	    background: -moz-linear-gradient( left, #c8e69d, #fdf9ec );
	    background: -o-linear-gradient(  left, #c8e69d, #fdf9ec );
	    background: linear-gradient( left, #c8e69d, #fdf9ec );
	    margin-bottom: 10px;
}

/*******************  1935-1939 ************************/

.timeline-three {
	margin-bottom: 1em;
	}	
	
.timeline-three h1	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #bcffff url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#bcffff), to(#fdf9ec));
	    background: -webkit-linear-gradient(  left, #bcffff, #fdf9ec );
	    background: -moz-linear-gradient( left, #bcffff, #fdf9ec );
	    background: -o-linear-gradient(  left, #bcffff, #fdf9ec );
	    background: linear-gradient( left, #bcffff, #fdf9ec );
	    margin-bottom: 10px;
}

/*******************  1939-1942 ************************/

.timeline-four {
	margin-bottom: 1em;
	}	
	
.timeline-four h1	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #ffc7e0 url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#ffc7e0), to(#fdf9ec));
	    background: -webkit-linear-gradient(  left, #ffc7e0, #fdf9ec );
	    background: -moz-linear-gradient( left, #ffc7e0, #fdf9ec );
	    background: -o-linear-gradient(  left, #ffc7e0, #fdf9ec );
	    background: linear-gradient( left, #ffc7e0, #fdf9ec );
	    margin-bottom: 10px;
}

/*******************  1943-1945 ************************/

.timeline-five {
	margin-bottom: 1em;
	}	
	
.timeline-five h1	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #bfdfff url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#bfdfff), to(#fdf9ec));
	    background: -webkit-linear-gradient(  left, #bfdfff, #fdf9ec );
	    background: -moz-linear-gradient( left, #bfdfff, #fdf9ec );
	    background: -o-linear-gradient(  left, #bfdfff, #fdf9ec );
	    background: linear-gradient( left, #bfdfff, #fdf9ec );
	    margin-bottom: 10px;
}

/*******************  1943-1945 ************************/

.timeline-six {
	margin-bottom: 1em;
	}	
	
.timeline-six h1	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #cecdff url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#cecdff), to(#fdf9ec));
	    background: -webkit-linear-gradient(  left, #cecdff, #fdf9ec );
	    background: -moz-linear-gradient( left, #cecdff, #fdf9ec );
	    background: -o-linear-gradient(  left, #cecdff, #fdf9ec );
	    background: linear-gradient( left, #cecdff, #fdf9ec );
	    margin-bottom: 10px;
}

/******************************************************/

/******************* Time 1 ************************/

.time-list {}

.time-list ul {
	
}

.time-list ul li {
	
}

.time-list ul li a {
	font-size: 2em; 
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	padding: 15px; 
	color: #c2c181;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	background: transparent;
}


/******************* Vor 1933 ************************/
	
.time-list ul li.time-list-one	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #e5e69d url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#e5e69d), to(#000000));
	    background: -webkit-linear-gradient(  left, #e5e69d, #000000 );
	    background: -moz-linear-gradient( left, #e5e69d, #000000 );
	    background: -o-linear-gradient(  left, #e5e69d, #000000 );
	    background: linear-gradient( left, #e5e69d, #000000 );
	    margin-bottom: 10px;
}

/*******************  1933-1934 ************************/

.time-list ul li.time-list-two	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #c8e69d url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#c8e69d), to(#000000));
	    background: -webkit-linear-gradient(  left, #c8e69d, #000000 );
	    background: -moz-linear-gradient( left, #c8e69d, #000000 );
	    background: -o-linear-gradient(  left, #c8e69d, #000000 );
	    background: linear-gradient( left, #c8e69d, #000000 );
	    margin-bottom: 10px;
}

/*******************  1935-1939 ************************/

.time-list ul li.time-list-three	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #9de6e3 url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#9de6e3), to(#000000));
	    background: -webkit-linear-gradient(  left, #9de6e3, #000000 );
	    background: -moz-linear-gradient( left, #9de6e3, #000000 );
	    background: -o-linear-gradient(  left, #9de6e3, #000000 );
	    background: linear-gradient( left, #9de6e3, #000000 );
	    margin-bottom: 10px;
}

/*******************  1939-1942 ************************/

.time-list ul li.time-list-four	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #e69db5 url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#e69db5), to(#000000));
	    background: -webkit-linear-gradient(  left, #e69db5, #000000 );
	    background: -moz-linear-gradient( left, #e69db5, #000000 );
	    background: -o-linear-gradient(  left, #e69db5, #000000 );
	    background: linear-gradient( left, #e69db5, #000000 );
	    margin-bottom: 10px;
}

/*******************  1943-1945 ************************/
	
.time-list ul li.time-list-five	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #9dbee6 url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#9dbee6), to(#000000));
	    background: -webkit-linear-gradient(  left, #9dbee6, #000000 );
	    background: -moz-linear-gradient( left, #9dbee6, #000000 );
	    background: -o-linear-gradient(  left, #9dbee6, #000000 );
	    background: linear-gradient( left, #9dbee6, #000000 );
	    margin-bottom: 10px;
}

/*******************  nach 1945 ************************/

.time-list ul li.time-list-six	{ 
	color: #444;	
	 /* Legacy browsers */
	    background: #9d9fe6 url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#9d9fe6), to(#000000));
	    background: -webkit-linear-gradient(  left, #9d9fe6, #000000 );
	    background: -moz-linear-gradient( left, #9d9fe6, #000000 );
	    background: -o-linear-gradient(  left, #9d9fe6, #000000 );
	    background: linear-gradient( left, #9d9fe6, #000000 );
	    margin-bottom: 10px;
}

/******************************************************/

/******************************************************/

/******************* Bios Listing ************************/

/*******************  Buchstaben ************************/

.bios {
	margin-bottom: 1em;
	}	
	
.bios h1	{ 
	color: #fff;	
	 /* Legacy browsers */
	    background: #372c1d url("gradient-bg.png") repeat-y left;
	    -o-background-size: 100% 100%;
	    -moz-background-size: 100% 100%;
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	    /* Recent browsers */
	    background: -webkit-gradient( linear, left top, right top, from(#372c1d), to(#fdf9ec));
	    background: -webkit-linear-gradient(  left, #372c1d, #fdf9ec );
	    background: -moz-linear-gradient( left, #372c1d, #fdf9ec );
	    background: -o-linear-gradient(  left, #372c1d, #fdf9ec );
	    background: linear-gradient( left, #372c1d, #fdf9ec );
	    margin-bottom: 10px;
}

/******************************************************/

.bio-listing {
	margin-bottom: 1em;
	padding: 0 5px 0 5px;	
	}
	
.bio-listing ul {
	/*width: 100%;*/
	}	
	
.bio-listing ul li {
	display: inline;
	margin-right: 0.5em;
	/*width: 50%;*/
	/*float: right;*/
	}

.bio-listing a {
	background: #6c5639 url("../img/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient( linear, left top, left bottom, from(#6c5639), to(#000000) );
	background: -webkit-linear-gradient( top, #6c5639, #000000 );
	background: -moz-linear-gradient( top, #6c5639, #000000 );
	background: -o-linear-gradient( top, #6c5639, #000000	);
	background: linear-gradient( top, #6c5639, #000000 );
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display: inline-block;
	padding: 0.5em 1.2em 0.5em 1.2em;
	color: #eae6db;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;	
	text-align: center;
	margin-bottom: 1em;
	}
	
/******************************************************/

/******************* Biografien ************************/
/******************************************************/	

.biografie-button {
	text-align: right;
	margin-top: 1em;
	}

.bio-doukumente {
	/*border: 1px solid #000;*/
	padding: 1em;
	
	}
	
.bio-doukumente-bu {
	width: 145px;
	margin-top: -3px;
	padding: 15px 5px 5px 35px;
	background: #000 url(../img/aV-icon-singledoc.png) no-repeat scroll 5px 15px; 	
	color: #FDF9EC;
	}
	

.bio-doukumente ul {
	margin-left: 0em;		
}

.bio-doukumente ul li {
	margin-left: 0em;	
}


.bio-doukumente ul li ul {
	margin-left: 18em;	
	margin-top: -10em;	
	display: none; /* Unterdokument(e) ausblenden*/
}

.dokumente-struktur {	
	border: 1px dashed #B0A99B; 
	padding: 1em 0 0.5em 0; 
	margin-bottom: 2em;
	}
	
	
/******************* Biografien nur Textlinks ************************/

.biografie-button {	white-space:nowrap;}

.container-biografien-dokuments {
	padding: 0 5px 0 5px;
	}
	
.container-biografien-dokuments ul li ul {
	margin-left: 20px;
	}
	
.container-biografien-dokuments ul li ul li {
	margin: 10px 0 10px 0;
	}	

a.link-bigrafien-document {
	background: transparent url(../img/aV-icon-singledoc-big.png) no-repeat scroll left 0; 
	color:#000000; 
	font-size: 1.5em;
	font-weight:normal; 
	display: block; 
	margin-left: 1em;
	padding: 1.2em 0 2em 5em; 
	}

.eb1 {
	border: 1px dashed #B0A99B; 
	padding: 1em 0 0.5em 0; 
	margin-bottom: 1em;
	}
	
.titel {
	font-size: 1.5em; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em; 
	margin-top: 0px;
	padding: 0px 5px 7px 10px;	
	border-bottom: 1px dashed #B0A99B;
	color: #000;
	}	

/******************************************************/	
	
	
	
	DIV#sitemap {
   padding: 1em 1.5em;
   line-height: 20px;
   }

DIV#sitemap LI {
   padding: 0 0 0 50px;
   margin: 0;
   list-style-type: none;
   }
DIV#sitemap LI {
   background: url(../img/extm.gif) no-repeat 25px 0%;
   }
DIV#sitemap LI.last {
   background: url(../img/exlm.gif)
               no-repeat
               25px 0%;
   }


DIV#sitemap UL {
   padding: 0 0 0 50px;
   margin: 0 0 0 -50px;
   list-style-type: none;
   }
DIV#sitemap UL {
   background: url(../img/exim.gif)
               repeat-y
               25px 0%;
   }
DIV#sitemap UL.last {
   background-image: none;
   }






/******************************************************/

/******************* Source ************************/

.container-related-contents {
	padding: 0 5px 0 5px;
	}

ul li.source-document {background: transparent url(../img/aV-icon-singledoc.png) no-repeat scroll left 0; color:#000000; font-weight:normal; padding: 0.7em 0 1.1em 2.5em; }

/******************************************************/
	
/******************* Verwandte Inhalte ************************/
	
.container-related-contents {
	padding: 0 5px 0 5px;
	}
	
a.link-document {background: transparent url(../img/aII-dokument-thumbnailRO.png) no-repeat scroll left 0; color:#000000; font-weight:normal; padding: 0.7em 0 1.1em 2.5em; display: block;}

/******************************************************/

/******************* Social-Box ************************/

.container-social {
	margin-top: 1em;
	padding: 0 5px 0 5px;
	
	}

.container-social ul li {
	display: inline;
	margin-right: 0.8em;
	}
	
/******************************************************/

/******************* Transkibierte Inhalte ************************/
.container-trans {
	margin-top: 1em;
	padding: 0 5px 0 5px;
		white-space:nowrap;
	}
	
.container-trans ul {
	/*width: 100%;*/
	}	
	
.container-trans ul li {
	display: inline;
	margin-right: 1em;
	/*width: 50%;*/
	/*float: right;*/
	}

.container-trans a {
	background: #6c5639 url("../img/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient( linear, left top, left bottom, from(#6c5639), to(#000000) );
	background: -webkit-linear-gradient( top, #6c5639, #000000 );
	background: -moz-linear-gradient( top, #6c5639, #000000 );
	background: -o-linear-gradient( top, #6c5639, #000000	);
	background: linear-gradient( top, #6c5639, #000000 );
	-moz-border-radius: 10px;
	border-radius: 10px;	
	display: inline-block;
	padding: 0.5em 1.2em 0.5em 1.2em;
	color: #eae6db;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
	
	text-align: center;
	margin-bottom: 1em;
	}
	
/******************************************************/
	
/******************* Weitere ************************/
	
	
/******************************************************/
/******************* Footer ************************/
/******************************************************/

footer { 
	margin: auto; 
	height: 5em;
	max-width: 100%; 
	width: 100%;  
	background: #000;  
	padding: 0; 	
	}

footer ul {
	padding-top: 2em;
	text-align: center;
	}

footer ul li {
	display: inline;
	margin-right: 2em;
	}
	
footer ul li.icon {
	margin-right: 0.8em;
	}
	
footer a { color: #fff;	 }
	
/******************************************************/
/******************* Subcolumns ************************/
/******************************************************/

  .subcolumns { width: 100%; overflow:hidden; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterst�tzung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .c10l, .c50l, .c25l, .c33l, .c38l, .c40l, .c66l, .c75l, .c62l, .c90l {float: left; }
  .c10r, .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r, .c90r {float: right; margin-left: -5px; }

  .c10l, .c10r { width: 10%; }
  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }
  .c90l, .c90r { width: 89.999%; }

  .subc  { padding: 0 0.5em; }
  .subcl { padding: 0 1em 0 5px; }
  .subcr { padding: 0 0 0 1em; }

  .equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }
  .equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,
  .equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,
  .equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r {
    display:table-cell; vertical-align:top;
    float:none; margin:0; overflow:hidden;
  }
  
 /****************************************/
/***** Formulare ***/		
		
/***** Error ***/	

.form_errorbox {
	width: 80%;
	border: 3px solid #af083b;
	background: #e8e0da;
	color: #af083b;
	padding: 20px;		
	font-weight: bold;
}	
	
.form_erfolgbox {
	width: 80%;
	border: 3px solid #08af28;
	background: #e8e0da;
	color: #08af28;
	padding: 20px;		
	font-weight: bold;
}	

.error {
	width: 80%;
	border: 3px solid #af083b;
	background: #e8e0da;
	color: #af083b;
	padding: 20px;		
	font-weight: bold;
	margin-bottom: 20px;
}

.erfolg {
	width: 80%;
	border: 3px solid #08af28;
	background: #e8e0da;
	color: #08af28;
	padding: 20px;		
	font-weight: bold;
	margin-bottom: 20px;
}
  
  /***** Styling ***/
  
.kontakt {
	width: 70%;
	margin: auto;
	padding: 20px;	
	}	

	
.kontaktformular {
	width: 80%;
	border: 1px solid #cbcbcb;
	background: #fff;
	padding: 20px;	
	}	

.kontaktformular input[type=text] {
	background: #fff;
	border: 1px solid #cbcbcb;
	height: 18px;
	width: 75%;
	}
	
/*.kontaktformular input[type=submit] {
	background: #4b738b;
	border: 1px solid #ccc;
	height: 18px;
	font-size: 0.8em;
	color: #fff;
	cursor: pointer;
	}	*/
	
	.kontaktformular textarea	{
	background: #fff;
	border: 1px solid #cbcbcb;
	font-family: arial;
  font-size: 1em;
	height: 170px;
	margin-top: 10px;
	width: 98%;
	padding: 5px;
	}
		
	.kontaktformular .form_captcha {
	background: #fff;
	border: 1px solid #cbcbcb;
	height: 18px;
	width: 50% !important;
	margin-left: 24px; 
	margin-top: 20px;
	}
		
	.form_label { width: 30%; }
	
	.form_field	{	float: right;	}
	
	.notice {
		margin:0 2em 0 2em;
		font-size:0.8em;
		font-style:italic;
	}
