/* PN Lightbox / Overlay
---------------------------------- */
#overlaypnlightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: #010423;
	opacity: 0.5;
}

.lightboxpn {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	height: 210px;
	width: 260px;
	margin-top: -75px;
	margin-left: -150px;
	padding: 10px;
	z-index: 100;
	color: #ffffff;
	white-space: nowrap;
	background: #C1D7FD /* Old browsers */
	background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 41%, #98b0d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d9ff), color-stop(41%,#b1c8ef), color-stop(100%,#98b0d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	border: #cccccc solid 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear, box-shadow 0.2s linear;
	border-color: rgba(20, 39, 200, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 39, 200, 0.6);
	text-align: center;
	box-shadow: 4px 4px 49px 9px rgba(2, 2, 2, 0.5);
	overflow: auto;
}


/* CSS3 Button PN Lightbox
----------------------------------- */

.pncssbutton {
	padding: 5px 10px;
	display: inline;
	background: #333333 url("./images/bgblacklbpn20x124.gif") repeat-x bottom;
	border: #CCCCCC solid 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear, box-shadow 0.2s linear;
	border-color: rgba(20, 39, 200, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 39, 200, 0.6);
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; /* Konqueror */
	text-shadow: .1px .1px #666666;
}

.pncssbutton:hover {
	background-position: 0 -48px;
}

.pncssbutton:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
}

.pncssbutton.black { background-color: #333333; }

/* Linkfarbe CSS3Button PN Lightbox
-------------------------------------- */

a.cssbuttonpn:link {
	color: #FAFAFA;
	font-weight: bold;
	text-decoration: underline;
}

a.cssbuttonpn:visited {
	color: #FAFAFA;
	font-weight: bold;
	text-decoration: underline;
}

a.cssbuttonpn:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

div.textcr a.crtext {
	font-size: 0.8em;
	font-weight: normal;
	color: #010423;
	bottom: 4px;
	text-align: center;
}

hr.ownstyle {
	padding: 0;
	border: none;
	border-top: medium double #CCCCCC;
	text-align: center;
}

hr.ownstyle:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: transparent;
}

/* responsive design */
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px){
	.lightboxpn {
		display: none;
		position: fixed;
		top: 45%;
		left: 50%;
		height: 180px;
		width: 240px;
		margin-top: -75px;
		margin-left: -130px;
		padding: 5px;
		z-index: 100;
		color: #FAFAFA;
		white-space: nowrap;
		background: #C1D7FD /* Old browsers */
		background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 41%, #98b0d9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d9ff), color-stop(41%,#b1c8ef), color-stop(100%,#98b0d9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* IE10+ */
		background: linear-gradient(to bottom, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* IE6-9 */
		background-repeat: repeat-x;
		border: #cccccc solid 1px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
		transition: border 0.2s linear, box-shadow 0.2s linear;
		border-color: rgba(20, 39, 200, 0.8);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 39, 200, 0.6);
		text-align: center;
		box-shadow: 4px 4px 49px 9px rgba(2, 2, 2, 0.5);
		overflow: auto;
	}

	#overlaypnlightbox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 99;
		background-color: #010423;
		opacity: 0.5;
	}
}