/* WORTKOMM - RENÉE PÜTHE-SIEGERT */
/* popup_common.css */

/* CSS ZUR ALLG. GESTALTUNG DER POPUPFENSTERN */

/* POSTITIONIERUNG UND GESTALTUNG DES OVERLAYS */
			
#layerframe {
	top: 0;
	left: 0;
	display: block;
	/* [disabled]width: 100%; */
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 901;
	background: transparent;
}	

.layercontent {
	/*width: 490px;
	height: 765px;*/
	/* [disabled]padding: 11px 0 25px 0; */
	/* [disabled]margin: 25px auto; */
	z-index: 902;
	background: #EEEAEA;
	/* [disabled]border: 0px solid #AAAAAA; */
}	

#popupwrapper {
	position: relative;
	/* [disabled]height: 100%; */
	/*min-height: 100%;*/
	margin: 0 auto;
	background: transparent;
}
#popuphead {
	display: block;
	top: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: right;
}
#popupwrapper #popuphead #windowclose {
	margin: 0;
	height: 20px;
}
#popuphead a.popupclose {
	margin: 0 0 0 5px;
	text-decoration: none;
	border: none;
}
div.hinweis {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #7C6C6C;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 80%;
	line-height: 25px;
	height: 25px;
	text-align: center;
}
div.bildunterschrift {
	position: absolute;
	width: 100%;
	height: 35px;
	color: #fff;
	background-color: #7C6C6C;
	border-left: 1px solid #ccc;
	border-top: none;
	font-size: 80%;
	line-height: 35px;
	text-align: center;
	z-index:902;
}
#popupwrapper #popupnavigation {
	position: absolute;
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 15px 0;
	background-color: transparent;
	text-align: center;
}

#popupwrapper #popupnavigation ul {
	margin: 0;
}

#popupwrapper #popupnavigation ul li {
	display: inline;
	list-style:none;
}

#popupwrapper #popupnavigation ul a,
#popupwrapper #popupnavigation ul a:link,
#popupwrapper #popupnavigation ul a:visited {
	background-color: transparent;
	border: 1px solid #FBFAFA;
	color: #894A53;
	font-size: 90%;
	padding: 5px 20px;
	text-decoration: none;
}

#popupwrapper #popupnavigation ul a:hover {
	background-color: #F2EEEE;
	border: 1px solid #93525C;
	color: #1A313B;
	text-decoration: none;
}

/* Festlegen des BildBereiches */

#imagemap01 {
	position: absolute;
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* Gemeinsame Eigenschaften der Textareas */

#imagemap01 a {
	display: block;
	border-bottom: none;
	text-decoration: none;
}
#popupwrapper img {
	border: 1px solid #ccc;
}


/* Gestaltung der Textbox */

#imagemap01 a:hover em,
#imagemap01 a:hover span {
	padding: 16px 14px 8px 10px;
	color: #5E2E34;
	background-color: #E5E5E5;
	border: 1px solid #ccc;
	border-left: 14px solid #ccc;
	font-size: 90%;
}


/* Spezielle Gestaltung weiterer Inhalte */
.popuph1 {
	padding: 5px 0 0 0;
	color: #5E2E34;
	border: none;
	font-size: 1em;
	font-weight: 600;
	text-align:left;
	margin-bottom: 0.2em;
}
.popuph2 {
	padding: 5px 0 0 0;
	color: #5E2E34;
	border: none;
	font-size: 1em;
	font-weight: 500;
	text-align:left;
	margin-bottom: 0.2em;
}

#imagemap01 a:hover span.popuph1 {
	padding: 5px 0 0 0;
	color: #5E2E34;
	border: none;
	font-size: 1em;
	font-weight: 500;
	text-align:left;
	margin-bottom: 0.2em;
}
#imagemap01 a:hover span h1.popuph1 {
	margin-bottom: 0.5em;
}

#imagemap01 a:hover span.popupcopyright {
	display: block;
	padding: 5px 0 0 0;
	color: #5E2E34;
	background-color: #E5E5E5;
	border: none;
	text-align: right;
	font-size: 80%;
}
.textarea {
	margin-bottom: 1em;
	padding: 0 1em;
}
.popupcopyright {
	/*margin-top: 15px;*/
}