.popup {
	background: black;
	-moz-opacity: .8;
	filter: Alpha(Opacity=80);
	opacity:.8;
	width: 100%;
	height: 100%;
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
}

.popupc {
	text-align: left;
	width: 100%;
	height: 100%;
	z-index: 501;
	top: 0;
	left: 0;
	position: fixed;
}

.popuptable {
	height: 100%;
	width: 100%;
}

.popupcell {
	vertical-align: middle;
}

#popupcontent {
	border: 2px solid black;
	position: relative;
	width: 700px;
	background: white;
}
.popuprahmen {
	width: 700px;
}
.popuprahmen img {
	margin: 0px;
}

.popuprahmen a {
	color: black;
	margin-left: 0px;
}

.popuprahmen a:hover {
	color: grey;
	text-decoration: none;
}

.pclose{
	float: right;
	padding-top: 8px;
}

.pclose a{
	color: black;
}

.poph2 {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid black;
}

.poph2 h1 {
	color: $red;
}

.popc {
	margin: 20px;
	text-align: left;
	clear: both;
	color: black;
}

.popc a {
	color: black;
}

.popc .e,.e_c {
	color: black;
}

.wraper {
	height: 100%;
	overflow: hidden;
}

.popuprahmen h1 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 1px;
	float: left;
	font-size: 150%;
}
