/*<![CDATA[*/
/**
 * CSS Style fuer Screen und Projection
 *
 * Copyright (c) 2007    die.interaktiven GmbH & Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */



/* +---------------------------------------------------------------------+
   |                  allgemeine HTML-Tags definieren                    |
   +---------------------------------------------------------------------+ */

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity:70);
	-moz-opacity: .7;
	opacity: .7;
}

#popup
{
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	z-index: 99999999;
}

#popupBox
{
	width: 620px;
	margin: 0 auto;
}

#popupBox .ptop
{
	background: url(../images/popup-border-top.png) top center no-repeat;
	font-size: 0.1px;
	line-height: 0.1px;
	height: 10px;
}

#popupBox .pcontent
{
	background: url(../images/popup-content.jpg) bottom left repeat-x;
	font-size: 0.7em;
}

#popupBox .pheader
{
	margin: 0 10px 10px 10px;
	height: 30px;
	background: url(../images/line.gif) bottom left repeat-x;
}

#popupBox .pheader .ptitle
{
	font-size: 1.5em;
	font-weight: normal;
	color: #165e88;
	margin: 0;
	padding: 0 5px 0 5px;
	float: left;
}

#popupBox .pheader .ploading
{
	font-size: 0.1px;
	line-height: 0.1px;
	padding: 0 5px 0 5px;
	float: right;
}

#popupBox .ptext
{
	height: auto;
	margin: 0 10px 10px 10px;
	padding: 0 5px 0 5px;
	overflow: auto;
	line-height: 1.5em;
	color: #165e88;
}

#popupBox .pfooter
{
	height: 30px;
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
	text-align: right;
	background: url(../images/line.gif) top left repeat-x;
}

#popupBox .pbottom
{
	background: url(../images/popup-border-bottom.png) top center no-repeat;
	font-size: 0.1px;
	line-height: 0.1px;
	height: 10px;
}

#popupBox .button
{
	float: right;
	margin: 10px 6px 6px 0;
	white-space: nowrap;
	text-align: left;
	color: #444;
	text-decoration: none;
	line-height: 1.2em;
	outline: none;
	background: none;
}

#popupBox .button b
{
	display: block;
	position:relative;
	margin:0 1px;
	border:solid #aaa;
	border-width:1px 0;
	padding: 0;
	font-weight:normal;
	background:#ddd url(../images/button-bg.gif) repeat-x 0 0;
}

#popupBox .button:hover b
{
	border-color: #888;
}

#popupBox .button b b
{
	background:none;
	margin:0 -1px;
	padding:0;
	border-width:0 1px;
}

#popupBox .button b b b
{
	margin: 0;
	padding: .1em .5em .2em;
	border-width: 0;
	cursor: pointer;
}
/*]]>*/