
html,body {
    overflow: auto;
}  /* gegen tote scrollbars im ie gegen zuviele im mozilla */

body {
    margin: 0px;
    padding: 0px;
}

img{ border: none; }
a{}
div#offenerBrief{
	width: 100%; 
	margin: 1em 0 1em 0; 
	padding: 2px 2em  2px 0; 
	border: 1px solid #efa0a0; 
	float: left;
	text-align: center;
    text-indent: 2em;
    line-height:1.5em !important;
	color: black;
	background-color: #fafafa;
}
div#offenerBrief a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px !important;
	text-decoration: none;
}

div#leftBar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 31px;
    height: 100%;
    background-image: url('techPics/barBacking.png');
    background-repeat: repeat-y;
    z-index: 20;
}

div#rightBar {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 31px;
    height: 100%;
    background-image: url('techPics/barBacking.png');
    background-repeat: repeat-y;
    z-index: 20;
}

div#top {
    position: fixed;
    left: 0px;
    top: 17px;
    width: 96%;
    height: 44px;
    border-bottom: 3px solid black;
    padding: 0px;
    margin: 0px;
    z-index: 20;
}


div#teaser {
    position: fixed;
    left: 46px;
    top: 66px;
    z-index: 20;
}

div#blinder{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 94px;
	background-color: white;
    z-index: 10;
}

div.textFaders{
	position:fixed;
	background-repeat: repeat-x;
	height: 10px;
	width: 60%;
	left: 6%;
}

div#topFader{
	top: 94px;
	background-image: url(techPics/topFade.png);	
}

div#bottomFader{
	bottom: 0px;
	background-image: url(techPics/bottomFade.png);	
}


/*
*		Navigation
*
*/
div#naviContainer {
    position: fixed;
    right: 7%;
    top: 40px;
    width: 27%;
    background-image: url('techPics/naviBacking.png');
    background-repeat: repeat-y;
    background-position: right;
    padding: 70px 0px 0px 0px;
    z-index: 10;
    white-space:nowrap;
	text-align: right;
	overflow: hidden;
	background-color: white;
}
div#naviContainer a{	
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif;
	text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color:black;
	float: right;
	clear: both;
	margin-right: 10px;
}
div#naviContainer a img{
	visibility: hidden;
	display: inline;
	border:none;
	vertical-align: middle;
	margin: 0 -10px 0 0px;
}

div#naviContainer a.active{
}
div#naviContainer a.active img{
	visibility: visible;
}
div#naviContainer a:hover img{
	visibility: visible;
}


div#naviContainer a.sublinks {
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif;
	text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color:black;
    clear:right;
    float:right;
    margin:0px;
    padding: 0px;
    margin-right:35px;
	padding-right: 2px;
    white-space:normal;
}
div#naviContainer a.sublinks img, div#naviContainer a.subsublinks img{
	visibility: hidden;
	vertical-align: middle;
	margin:0px -5px 0 0;
	position: relative;
	left: 3px;
}
div#naviContainer a.sublinks:hover img , div#naviContainer a.subsublinks:hover img {
	visibility: visible;
}
div#naviContainer a.active img {
	visibility: visible;
}

div#naviContainer a.subsublinks {
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:none;
    color:black;
    clear:right;
    float:right;
    margin:0;
    margin-right:60px;
	padding-right: 2px;
    white-space:normal;
}
div#naviContainer a.subsublinks:hover {
	color: #797979;
}

/*
*	Fritz Bauer Institut - Logo bottom right
*
*/
div#fbiLogo {
    position:fixed;
    right:7%;
    bottom:30px;
    padding:0px;
    z-index: 1;
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif;
    font-size: 10px;
    color:#909090;
}


/*
*	Content
*
*/
div#contentContainer {
	float: left;
	margin-left: 6%/*70px*/;
    width: 60%;
	padding: 110px 0 2em 0;
    z-index: 5;
}

div#contentContainer div#path {
    text-align:right;
    margin:5px;
	opacity: 0.96;
}

div#contentContainer div#path p, div#contentContainer div#path p a{
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif;
    font-size: 10px;
    text-decoration:none;
    color:#909090;
    text-align:right;
    margin:0px;
}
div#contentContainer div#path a:hover { text-decoration:underline; }


div#contentContainer h1 {
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif; /*Georgia, "Times New Roman", Times, serif;*/
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid black;
    margin:0px;
}

div#contentContainer div#backForthDiv{
	width: 100%;
	height: 14px;
	clear: both;
	position: relative;
	top: -18px;
	margin-bottom: -10px;
	text-align: right;
	line-height: 14px;
}
div#contentContainer div#backForthDiv a {
	text-decoration: none;
}
div#contentContainer div#backForthDiv a img{
	border: none;
	margin: 0 0 0 10px;
} 

div#contentContainer p, div#contentContainer li, div#contentContainer a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    text-indent: 2em;
    line-height:1.5em;
	margin: 0;
	color: black;
	/*text-align: justify;*/
}

div#contentContainer h2{
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif; /*Georgia, "Times New Roman", Times, serif;*/
    font-size: 15px;
	margin: 1em 0 0.2em 0;
	border: none;
	text-decoration: none;
}
div#contentContainer h3{
    font-family: "Myriad Pro", "Myriad", "Futura", sans-serif; /*Georgia, "Times New Roman", Times, serif;*/
    font-size: 13px;
	margin: 2em 0 0.2em 0;
	border: none;
	clear: both;
	text-decoration: none;
}

div#contentContainer h1 + p { text-indent:0; }
div#contentContainer li{text-indent:0;}
div#contentContainer a.footnote {
    position: relative;
    top: -0.3em;
	left: -0.1em;
	margin: 0 0 -0.3em 0;
    text-decoration:none;
    color:gray;
	font-weight: bold;
    display:inline;
}

div#contentContainer img {
    margin: 7px;
}

hr.fn_separator{
	margin: 2em 0 1em 0;
	border: none;
	border-bottom: 1px solid gray;
}

div#contentContainer div.footnoteBottom {
	clear:both;
	width: 97%;
	font-size: xx-small;
	font-family: sans-serif;
	color: #0c0c0c;
	margin: 5px;
	text-indent: none;
}
div.footnoteBottom sup.number {
	font-size: xx-small;
	font-family: sans-serif;
	font-weight: bold;
	color: #0c0c0c;
	text-indent: 0px;
}
div.footnoteBottom a.sup {
	text-decoration: none;
}


div#contentContainer div.modulDesc {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	width: 81%;
	float: left;
}
div#contentContainer div.cl{clear: both; float: left; width: 15%; padding-left: 3%;}
div#contentContainer div.time_edad{ clear: both; float: left; width: 15%; padding: 0; }
div.modulHead{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: bold;
	float: left;
	margin: 1em 0 0.3em 0;
	width: 100%; 
}
div#contentContainer div.footnoteBottom a {
	font-size: xx-small;
	font-family: sans-serif;
	color: #0c0c0c;
}

/*a dynamic "foot"note*/
div.footnote
{
	position: absolute;
	width: 40%;
	max-width: 450px;
	border:1px solid black;
	background-color: #ffee67;/*#ffdd00;*/
	padding: 3px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
	visibility: hidden;
	z-index:30;
}

div.footnoteFooter {
	float:left;
	clear: both;
	width: 100%;
	border-top:1px solid gray;
	margin-top:3px;
	font-size: xx-small;
	font-family: sans-serif;
	color: gray;
	text-align: right;
}
div.footnoteFooter a{
	color: gray;
	text-decoration: none;
	cursor:pointer;
}



/*
*	pdf link on the bottom right side of the content
*
*/
div.pdfLinkFooter{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	border-top: 1px solid #300000;
	clear: both;
	float: left;
	width: 100%;
	text-align: right;
	margin: 2em 0 1em 0;
}
div#contentContainer a.pdfLink {
    font-family: sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: black;
	zoom: 1;/*ie hack for applying opacity*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
	-khtml-opacity: .5;
}
div#contentContainer a.pdfLink:hover{
    filter:Alpha(opacity=100);
    opacity: 1.0;
	-khtml-opacity: 1.0;
}
div#contentContainer a.pdfLink img{ margin: 0 0 1px 2px; }

div#contentContainer div.koopDiv{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	float: left;
	width: 90%;
	overflow: visible;
	padding: 2px 2px 2px 10%;
	margin-bottom: 1em;
}
div#contentContainer div.koopDiv a img {margin: 0px; border: none;}
div.koopDiv a {text-decoration: none;}
div.koopDiv span{ 
	display: block; 
	position: relative; 
	top: -0px;
	margin: auto auto -0px auto;
	color: gray;
	font-size: 80%;
	text-indent: 0;
}
div.koopDiv:hover{background-color: #f0f0f0;}
ul#literatur 
{
	/*list-style-type:decimal-leading-zero;*/
}

ul#literatur li
{
	margin-top: .3em;
	font-weight: bold;
	margin-bottom: 2em;
}


ul#literatur li .author
{
	margin-top: .3em;
	font-weight: normal;
	display: block;
	clear: both;
}
ul#literatur li .loc
{
	font-weight: normal;
	font-size: 80%;
	display: block;
	clear: both;
}


address {
	white-space: pre;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	font-size: 80%;
	display: block;
	border-top: 1px solid black;
	clear: both;
}
div#contentContainer address a{
	font-size: 80%;
}



/* pictures in container for popup */
div#contentContainer a.js_picContainer{
	font-size:8px;
	font-weight: normal;
	font-family: sans-serif;
	color: gray;
	text-decoration: none;
	padding: 0;
	margin: 3px 6px 3px 3px;
}
div#contentContainer a.js_picContainer img{
	float: right;
	margin: 0;
}


div#contentContainer a.js_picContainer span{
	overflow: visible;
	width: 100px;
	text-align: right;
	display: block;
	line-height:9px;
}
/* ... popup: */
div.imgShow div{
	position: absolute;
	z-index:0;
	width: 100%;
	height: 100%;
	background-color: white;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
	-khtml-opacity: 0.8;
}
div.imgShow img{
	position: absolute;
	margin: 10px;
}
div.imgShow a{
	position: absolute;
	bottom: -10px;
	right: -10px;
	font-weight: bold;
	color: #202020;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 9px;
	padding: 2px;
	border-bottom: 1px solid #202020;
	border-right: 1px solid #202020;
	background-color: #f0f0f0;
	text-decoration: none;
	outline: none;
}


ul#ul_texte li{margin-bottom: 1em;}
ol#ol_module{ list-style-type: upper-roman; }
ol#ol_module a, ol#ol_schichten a, ul#ul_bios, ul#ul_texte  a{ text-decoration: none; }
ol#ol_module a:hover, ol#ol_schichten a:hover, ul#ul_texte a:hover, ul#ul_bios a:hover{ color: #797979; }
ol#ol_module ol a, ol#ol_module li { font-size: 10px; font-family: Arial, Helvetica, sans-serif;}
ol#ol_module li { margin-bottom: 1em; }
ol#ol_module ol li{ margin-bottom: auto; }
h2.modulH2{ 
	border-bottom: 1px solid black !important;
	margin-bottom: 5px !important;
	margin-top: 15px !important;
	clear: both;
	float: left;
	width: 100%;
}
