
/* macht Probleme mit Safari
@charset "utf-8";
*/

* {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
}
*:focus {
	outline: none;
}
img {
	text-decoration: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	background-color: #FFFFFF;
}



/***** Hintergrund *****/

#hintergrund_rahmen {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#hintergrundbild,
#abdeckung,
#rest_ecke {
	position: absolute;
}
#hintergrundbild {
	z-index: 0;
	width: 100%;
	height: 100%;
}
#abdeckung {
	z-index: 1;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	overflow: hidden;
}
#verlauf {
	width: 100%;
	height: 100%;
	margin-top: -18px;
}
#rest_ecke {
	z-index: 1;
	left: 18px;
	top: 100%;
	margin-top: -18px;
	width: 100%;
	height: 18px;
	background-color: #FFFFFF;
}



/***** navigazione *****/

#navigation,
#metanavigation {
	position: fixed;
	left: 26px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
}

#navigation {
	z-index: 200;
	top: 226px;
}
#navigation li {
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}
#navigation li a.haupt {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px 3px 1px 3px;
	margin: 0px -3px 1px -3px;
	text-decoration: none;
}
#navigation li a.haupt:hover {
	font-style: italic;
	text-decoration: none;
}
#navigation li a.aktiv {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#subnavigation {
	list-style-type: none;
	margin: -1px 0px 1px 0px;
	padding: 0px;
}
#subnavigation li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#subnavigation li a.sub {
	color: #000000;
	text-decoration: none;
}
#subnavigation li a.sub:hover {
	font-style: italic;
	text-decoration: none;
}

#metanavigation {
	z-index: 200;
	top: 9px;
}
#metanavigation li {
	display: inline-block;
	padding: 0px 6px 1px 2px;
	margin: 0px!important;
	border-right: 1px solid #000000;
	line-height: 11px;
}	
#metanavigation li.meta_erster {
	padding-left: 0px!important;
}	
#metanavigation li.meta_letzter {
	padding-right: 0px!important;
	border-right: 0px!important;
}	
#metanavigation li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0px!important;
	margin: 0px!important;
	line-height: 11px;
}	
#metanavigation li a:hover {
	text-decoration: underline;
}
#metanavigation li a.aktiv {
	text-decoration: underline;
}



/***** Inhalt *****/

#inhalt_rahmen {
	position: absolute;
	z-index: 1;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	overflow-x: hidden;
	overflow-y: auto;
	background-image: url(bilder/1x1_leer.gif);
}

#titel,
#titel_en,
#zipfel,
#superrabbi,
#logo_jmb {
	position: fixed;
}

#titel,
#titel_en {
	z-index: 200;
	top: 51px;
	left: 15px;
	width: 874px;
	height: 76px;
	background-image: url(bilder/titel.png);
	margin: 0px!important;
	padding: 0px!important;
}
#titel {
	background-image: url(bilder/titel.png);
}
#titel_en {
	background-image: url(bilder/titel_en.png);
}
#zipfel {
	z-index: 4;
	top: 102px;
	left: 845px;
	width: 42px;
	height: 22px;
	background-image: url(bilder/zipfel.png);
}

#logo_jmb {
	z-index: 3;
	top: 24px;
	right: 42px;
	width: 41px;
	height: 42px;
	/* Maße komplett:
	width: 252px;
	height: 42px;
	*/
	background-image: url(bilder/logo_jmb.png);
}

#text {
	position: absolute;
	z-index: 0;
	margin-top: 166px;
	margin-left: 240px;
	color: #000000;
	width: 450px;
	/*
	font-size: 11px;
	line-height: 18px;
	*/
	padding-bottom: 36px;
}
#text a {
	color: #000000;
	text-decoration: underline;
}
#text a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
}



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

#startseite {
	margin-top: 130px;
	margin-left: 240px;
	width: 500px;
	padding-bottom: 36px;	
}



/***** Typographie *****/

h2 {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	margin: 0px 0px 27px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 18px 0px 0px 0px;
}
h3.zur_ausstellung {
	font-size: 20px;
	line-height: 27px;
	font-weight: normal;
	margin: -27px 0px 27px 0px!important;
}

h4 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h4 + h2 {
	margin-top: 7px;
}
h2.nach_h4 {
	margin-top: 7px;
}

h2 + h3 {
	margin: -27px 0px 0px 0px;
}
h3.nach_h2 {
	margin: -27px 0px 0px 0px;
}

p {
	margin: 18px 0px 0px 0px;
}

h2 + p {
	margin-top: 0px;
}
p.nach_h2 {
	margin-top: 0px;
}

h3 + p {
	margin-top: 9px;
}
p.nach_h3 {
	margin-top: 9px;
}

p + h2 {
	margin-top: 36px;
}
h2.nach_p {
	margin-top: 36px;
}

p.wann_und_wo {
	margin-top: 12px;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-size: inherit;
}

span.normal {
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
}

hr {
	border: 1px;
	border-color: #000000;
	border-style: dotted none none none;
	margin: 27px 0px -1px 0px;
	padding: 0px;
	height: 1px;
}
hr + h2 {
	margin-top: 23px;
}
h2.nach_hr {
	margin-top: 23px;
}

*.hidden {
	display: none;
}



/***** Bilder klein *****/

img.bild_klein_1,
img.bild_klein_2,
#verbindung_0,
img.verbindung_1,
img.verbindung_2,
div.bild_klein_titel_1,
div.bild_klein_titel_2 {
	position: fixed;
	top: 149px;
	left: 725px;
}
img.bild_klein_1,
img.bild_klein_2 {
	z-index: 2;
	width: 104px;
	height: 88px;
	background-image: url(bilder/bild_klein_rahmen.png);
	background-repeat: no-repeat;
}
img.bild_klein_2 {
	margin-top: 32px;
}
#verbindung_0,
img.verbindung_1,
img.verbindung_2 {
	z-index: 1;
	background-repeat: no-repeat;
}
#verbindung_0 {
	width: 162px;
	height: 58px;
	margin-top: -47px;
	background-image: url(bilder/bild_klein_verbindung_0.png);
}
img.verbindung_1 {
	width: 12px;
	height: 109px;
	margin-top: 10px;
	background-image: url(bilder/bild_klein_verbindung_1.png);
}
img.verbindung_2 {
	width: 14px;
	height: 115px;
	background-image: url(bilder/bild_klein_verbindung_2.png);
}

div.bild_klein_titel_1,
div.bild_klein_titel_2 {
	visibility: hidden;
	padding: 28px 0px 0px 0px;
	background-image: url(bilder/bild_klein_pfeil.png);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
div.bild_klein_titel_1 {
	margin-top: 105px;
}
div.bild_klein_titel_2 {
	margin-top: 137px;
}



/***** Superrabbi *****/

#superrabbi {
	z-index: 201;
	top: 53px;
	left: 412px;
	width: 202px;
	height: 74px;
}
#superrabbi_map area {
	cursor: default;
}

#superrabbi_info {
	position: fixed;
	z-index: 300;
	top: 117px;
	left: 520px;
	width: 380px;
	height: 194px;
	background-image: url(bilder/superrabbi_info.png);
	background-repeat: no-repeat;
	padding: 0px;
	visibility: hidden;
	overflow: hidden;
}
#superrabbi_text {
	padding: 12px 12px 17px 13px;
	margin: 14px 10px 1px 33px;
	color: #FFFFFF;
}
#superrabbi_text h3 {
	font-size: 14px;
	line-height: 19px;
	margin: 2px 0px 0px 0px;
}
#superrabbi_text h3.superrabbi_englisch {
	margin: 9px 0px 0px 0px;
}
#superrabbi_text p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 9px;
}
#superrabbi_text a {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
#superrabbi_text a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
}



/***** Superhase *****/

#superhase_link {
	position: fixed;
	bottom: 25px;
	right: 35px;
	width: 87px;
	height: 130px;
}
#superhase_titel_extra {
	position: fixed;
	bottom: 25px;
	right: 35px;
	width: 132px;
	height: 69px;
	margin-bottom: 95px;
	margin-right: 77px;
	background-image: url(bilder/startseite/titel_rollover/superhase_info.png);
	visibility: hidden;
}



/***** Logos Partner *****/

div.partner_logos_1 {
	height: 68px;
	margin: 18px 0px 45px 0px;
}
div.partner_logos_2 {
	height: 105px;
	margin: 18px 0px 0px 0px;
}
#logo_musee_du_judaisme,
#logo_musee_du_judaisme:hover,
#logo_joods_historisch_museum,
#logo_joods_historisch_museum:hover,
#logo_wall,
#logo_wall:hover,
#logo_zitty,
#logo_zitty:hover,
#logo_taz,
#logo_taz:hover,
#logo_berliner_fenster,
#logo_berliner_fenster:hover {
	position: absolute;
	padding: 0px!important;
	text-decoration: none!important;
	background-color: inherit!important;
}
#logo_musee_du_judaisme,
#logo_musee_du_judaisme:hover {
	width: 172px;
	height: 68px;
	background-image: url(bilder/logo_musee_du_judaisme.png);
	margin: 0px 0px 0px -2px!important;
}
#logo_joods_historisch_museum {
	width: 147px;
	height: 62px;
	background-image: url(bilder/logo_joods_historisch_museum.png);
	margin: 3px 0px 0px 202px!important;
}
#logo_wall {
	width: 102px;
	height: 27px;
	background-image: url(bilder/logo_wall.png);
	margin: 5px 0px 0px 0px!important;
}
#logo_zitty {
	width: 130px;
	height: 31px;
	background-image: url(bilder/logo_zitty.png);
	margin: 0px 0px 0px 132px!important;
}
#logo_taz {
	width: 148px;
	height: 23px;
	background-image: url(bilder/logo_taz.png);
	margin: 7px 0px 0px 292px!important;
}
#logo_berliner_fenster {
	width: 128px;
	height: 50px;
	background-image: url(bilder/logo_berliner_fenster.png);
	margin: 55px 0px 0px 0px!important;
}



/***** Rahmen extra für Bilder und Webcomic *****/

#rahmen_extra {
	position: absolute;
	z-index: 500;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	overflow: hidden;
}


/***** Webcomic *****/
#webcomic_rahmen {
	position: absolute;
	z-index: 100;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}


/* Bilder groß */
#bild_gross_rahmen {
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 84%;
	text-align: center;
	background: none;
	visibility: hidden;
}
#bild_gross_hoch {
	height: 100%;
}
#bild_gross_quer {
	width: 100%;
}
#bildunterschrift {
	position: absolute;
	z-index: 2;
	bottom: 12px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
}
#bildunterschrift em {
	font-size: 10px;
	line-height: 17px;
}

/* Link zurück */
#link_zurueck_bild,
#link_zurueck_webcomic {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#link_zurueck_bild {
	background-image: url(bilder/1x1_bilder.png);
}
#link_zurueck_webcomic {
	background-image: url(bilder/1x1_webcomic.png);
}

/* Links Blättern / zurück */
#link_bild_rueckwaerts,
#link_bild_vorwaerts,
#link_zurueck_extra,
#link_zurueck_extra_webcomic {
	position: absolute;
	z-index: 200;
}
#link_bild_rueckwaerts {
	top: 7px;
	left: 7px;
	width: 19px;
	height: 24px;
	background-image: url(bilder/bild_rueckwaerts.gif);
}
#link_bild_vorwaerts {
	top: 6px;
	left: 40px;
	width: 19px;
	height: 25px;
	background-image: url(bilder/bild_vorwaerts.gif);
}
#link_zurueck_extra,
#link_zurueck_extra_webcomic {
	right: 10px;
	width: 23px;
	height: 23px;
}
#link_zurueck_extra {
	top: 8px;
	background-image: url(bilder/bild_zurueck.gif);
}
#link_zurueck_extra_webcomic {
	bottom: 8px;
	background-image: url(bilder/bild_zurueck_webcomic.gif);
}


/***** Ecke links unten *****/

#ecke {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 6px;
	margin-top: -24px;
	width: 18px;
	height: 18px;
	background-image: url(bilder/ecke.png);
	cursor: default;
}
#ecke_alternativ {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0px;
	margin-top: -18px;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
}



/***** Architektur-Video *****/

#architektur_video,
#architektur_video_en {
	width: 450px;
	height: 338px;
	background-image: url(architektur/architektur_laden.gif);
}
#architektur_video_en {
	background-image: url(architektur/architektur_laden_en.gif);
}



/***** Katalog Abbildung *****/

#katalog_bild,
#katalog_text {
	position: absolute;
	left: 740px;
	color: #666666;
}
#katalog_bild {
	top: 205px;
	margin-left: -1px;
	width: 181px;
	height: 262px;
	background-image: url(bilder/katalog_3D.png);
}
#katalog_text {
	top: 487px;
	font-size: 10px;
	line-height: 14px;
}



/***** Quiz *****/

#quiz_noch_mehr_fragen {
	position: absolute;
	z-index: 0;
	left: 700px;
	top: 208px;
	width: 268px;
	height: 85px;
	background-image: url(bilder/quiz_sprechblase.png);
}
#quiz_noch_mehr_fragen div {
	padding: 12px 0px 0px 42px;
	color: #FFFFFF;
}
#quiz_noch_mehr_fragen a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#quiz_noch_mehr_fragen a:hover {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
	text-decoration: none;
}

#quiz_gewinner {
	position: absolute;
	z-index: 0;
	left: 740px;
	top: 436px;
}
#quiz_gewinner_p {
	margin-top: 9px;
}


/* Antwort-Formular */
#quiz_frage {
	margin: 18px 0px 0px 0px;
	font-weight: bold;
}
#quiz_einsendeschluss {
	margin: 0px 0px 18px 0px;
}

#quiz_rahmen {
	background-color: #DDDDDD;
	padding: 12px 10px 18px 12px;
	margin-top: 22px;
}

#quiz_titel {
	margin: 0px 0px 12px 0px;
	font-weight: bold;
	color: #777777;
}

.quiz_name,
.quiz_adresse,
.quiz_nachricht {
	width: 420px;
	margin-bottom: 8px;
	padding: 2px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #111;
	font-size: 11px;
}
.quiz_name,
.quiz_adresse {
	line-height: 11px;
}
.quiz_nachricht {
	line-height: 16px;
}
#quiz_kleingedrucktes_rahmen,
#quiz_kopie_rahmen {
	vertical-align: middle;
	line-height: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 14px;
}
#quiz_kleingedrucktes,
#quiz_kopie {
	margin: -4px 7px 0px 0px;
	vertical-align: middle;
}
label.quiz_kleingedrucktes_text,
label.quiz_kopie_text {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}
#quiz_button {
	margin: 0px;
}

p.quiz_warnung,
p.quiz_okay {
	font-weight: bold;
	margin: 0px 0px 18px 0px;
}
p.quiz_warnung {
	color: #FF0000;
}
p.quiz_okay {
	color: #009900;
}



/***** IE-Basher (nicht mehr drin) *****/

#ie_basher {
	position: absolute;
	z-index: 100;
	top: 15px;
	left: 15px;
	padding: 6px 12px 10px 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	display: none;
}
#ie_basher a {
	color: #FFFFFF;
	text-decoration: underline;
}
#ie_basher a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
}

