/*Standartformatierung des Popups*/
.Popup {
	position: fixed;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 2px solid #C0C0C0;
	padding: 10px;
	z-index: 2;
}
/*Positionierung von Person*/
.Person {
	width: 400px;
	height: 250px;
	left: 50px;
	top: 200px;
}
/*Positionierung von Location*/
.Location {
	width: 300px;
	height: 160px;
	left: 300px;
	top: 200px;
}
/*Positionierung von Connection*/
.Connection {
	width: 300px;
	left: 450px;
	top: 200px;
}

.Title {
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
.Gap {
	color:white;
}
/*Popup Panels*/
.PanelPopup{
	clear:both;
}
.PanelPopupClose {
	text-align:right;
}

.PanelPortrait{
	width: 140px;
	vertical-align:middle;
	text-align:center ;
	height: 200px;		
}

.PanelTable{
	left: 220px;
	width: 230px;
	position: fixed;
	top:225px;
}
