#popup {
	position: absolute;
	z-index: 20;
	left: 500px;
	top:150px;
	width:300px;
	height: 700px;
	border: 1px;
	border-color: black;
}




#titel {
	font-size: 24px;
	font-family: Arial;
	height: 40px;
	width: 650px;
	left: 0px;
	top: 0px;
	padding-left: 20px;
	padding-top: 30px;
	color: #f3f4f5;
	background-color: #00437c;
	margin-left: 0px;
	margin-top: 0px;
}

#bilderleiste {
	padding-left: 0px;
	padding-top: 0px;
	left: 0px;
	top: 180px;
	width: 200px;
}
#schliessen {
	position: absolute;
	z-index: 22;
	left: 240px;
	top:0px;
	width: 70px;
	height: 30px;
	border: 1px;
	border-color: black;
	font-family: arial;
	font-size: 11px;
	color: black;
	cursor: pointer;
}
#stern {
position: absolute;
	left: 117px;
	top: 210px;
	width: 150px;
	line-height: 10px;
	color: white;
	font-size: 10px;
	font-family: Arial;
	text-align: center;
}
#text {
position: absolute;
	left: 285px;
	top: 90px;
	width: 390px;
	color: #00437c;
}
#logos {
position: absolute;
	left: 430px;
	top: 420px;

}
.liste {
	letter-spacing: 0.5px;
	word-spacing: 0.5 px;
	list-style-type: disc;
	line-height: 12px;
	color: #00437c;
	font-size: 11px;
	font-family: Arial;
}

.textklein {
	line-height: 11px;
	color: #00437c;
	font-size: 11px;
	font-family: Arial;
}
.umbruch {
	line-height: 4px;
}
.texttitel{
	line-height: 22px;
	color: #00437c;
	font-size: 20px;
	font-family: Arial;
}
.titel{
	line-height: 20px;
	color: #00437c;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
}
.subtitel{
	line-height: 17px;
	color: #00437c;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}
.datum {
	line-height: 18px;
	color: #00437c;
	font-size: 16px;
	font-family: Arial;
}
.ort {

	line-height: 13px;
	color: #00437c;
	font-size: 11px;
	font-family: Arial;
}

.adressblock {
	line-height: 13px;
	color: #00437c;
	font-size: 11px;
	font-family: Arial;
}

#popupbody {
   position: absolute;
   left: 50%;
   top: 0px;
   width: 304px; /* Breite des Elements */
   height: 700px; /* Hšhe des Elements */
   margin-left: -152px; /* Breite des Elements geteilt durch zwei! */
   margin-top: 0px; /* Hšhe des Elements geteilt durch zwei! */
	font-family: Arial;
	background-color: #fff;
	border: solid;
	border-color: black;
	border-width: 1px;
}
