/*** CSS POPUP 2  ***/
/*
	default style for cssPopup2 Javascript class
	author: alexander.loehr@dfki.de
*/

.cssPopup2 {
	position: absolute;
	left: 200px;
	top: 480px;
	z-index:22;
	border: 1px solid #555;
	outline: 1px solid #fff;
	background-color: #fff;
	/*width: 420px;*/
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
}

.cssPopup2 .pop2head {
	padding: 5px;
	margin-bottom: 1px;
	border-left: 30px solid #F49720;
	background-color: #005AAB;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: move;
	position: relative;
}
.cssPopup2 .pop2head span {
	font-weight: bold;
	cursor: pointer;
	z-index:25;
	/*border: 1px solid #fff;*/
	position: absolute;
	right: 3px; top: 2px;
	width: 12px; height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 2px;
}
.cssPopup2 .pop2head span:hover {
	color: #F49720;
}

.cssPopup2 .pop2body {
	padding: 6px;
	background: #fff url(http://www.saarlernnetz.de/portal/cms/data/1/media/cssPopup2-back.png) repeat-y right center;
}
.cssPopup2 .pop2body h1 {
	margin: 0px 0px 6px 0px; padding: 0px;
	font-size: 120%;
	line-height: 110%;
}
.cssPopup2 .pop2body p {
	margin: 0 0 4px 0; padding: 0px;
	font-size: 110%
}
.cssPopup2 .pop2body ul li {
	margin-top:6px;
}

.cssPopup2 .pop2foot {
	border-right: 50px solid #005AAB;
	background-color: #F49720;
	margin-top: 1px;
	padding: 3px;
	font-size:10px;
	color:#fff;
}

.cssPopup2 .pop2foot a {
	color: #005AAB;
	text-decoration: 	underline;
	font-weight: bold;
}
.cssPopup2 .pop2foot a:hover {
	text-decoration: none;
}
/*
.popupDebug {
position: absolute;
right: 0px; top: 0px;
width:300px; height: 160px;
overflow: auto;
border: 1px solid black;
padding: 4px;
background-color: orange;
font-size: 11px;
font-family: 'lucida console',monospaced;
}
*/
