#popup_rahmen {
	position:absolute;
	top:4px;
	left:4px;
	width: 560px;
	height:580px;
	margin:0px auto;
	border: 1px solid #9c9d9d;
	z-index:1;
}

#popup_links {
	position:absolute;
	left:7px;
	top:75px;
	width:152px;
	height:325px;
	z-index:2;
}

#popup_oben_li {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:255px;
	padding-top:10px;
	padding-left:5px;
	background-color: #ededee;
	z-index:1;
}
#popup_bild_li {
	position:relative;
	width:140px;
	height:191px;
	/*text-align:center;*/
	padding-top:10px;
	background-color: #FFFFFF;
	z-index:2;
}
#popup_name {
	position:absolute;
	left:0px;
	bottom:3px;
	width:138px;
	height:20px;
	text-align:center;
	color:#e2007a;
	z-index:2;
}

#popup_bildinfo{
margin-top:210px;
margin-left:3px;
}

#popup_unten_li {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:160px;
	z-index:1;
	background-color: #ededee;
	padding:8px;
}

.popup_actionpunkte{
margin-top:8px;
}

#popup_oben_li,
#popup_unten_li{
margin-bottom:5px;
}



/* ====== Popup Content ===== */
#popup_content {
	position:absolute;
	background-color: #ececec;
	left:170px;
	top:75px;
	width:363px;
	height:476px;
	z-index:3;
	padding: 10px;
}

#popup_content_top {
	position:absolute;
	background-color: #ececec;
	left:0px;
	top:0px;
	width:363px;
	height:476px;
	z-index:3;
	padding: 10px;
	padding-top:5px;
	overflow:auto;
}

#popup_content_bottom {
	position:absolute;
	background-color: #ececec;
	left:0px;
	top:220px;
	width:363px;
	height:250px;
	z-index:3;
	padding: 10px;
}

#popup_kasten_userbild_gross,
#popup_bildstreifen {
	position:relative;
	background-color:#FFFFFF;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#popup_kasten_userbild_gross {
	width:360px;
	height:345px;
}
#popup_bildstreifen {
	width:340px;
	height:112px;
	padding:7px;
	padding-top:4px;
}

#popup_bildstreifen_bild{
	position:relative;
	float:left;
	height:50px;
	width:38px;
	margin-top:4px;
	margin-right:7px;
	background-color:#ececed;
}

#popup_userbild_gross{
	position:absolute;
	top:10px;
	left:52px;
}
