/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */


#lightboxDiv{
	display:none;
	position: absolute;
	top:30%;
	left:50%;
	z-index:9999;
	width:730px;
	height:600px;
	margin:-220px 0 0 -355px;
	border:1px solid #494949;
	background:#FFF;
	text-align:left;
	font-size:12px;
	color: #002681;
}
#lightboxDiv[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#494949;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightboxDiv.done #lbLoadMessage{
	display:none;
}
#lightboxDiv.done #lbContent{
	display:block;
}
#lightboxDiv.loading #lbContent{
	display:none;
}
#lightboxDiv.loading #lbLoadMessage{
	display:block;
}

#lightboxDiv.done img{
	
}

#lightboxDiv h3 {
	font-size:24px;
	padding:0;
	margin:0 0 30px;
}

#lightboxDiv .popup-left 
{
	position: relative;
	width:450px;
	float:left;
	padding:20px 20px;
	z-index: 101;
}

#lightboxDiv .popup-right 
{
	position: relative;
	width:190px;
	padding:20px 20px;
	float:left;
	text-align:right;
	z-index: 100;
}

#lightboxDiv .popup-right a {
	font-weight:bold;
	font-size:12px;
}

#lightboxDiv .popup-right a:hover {
	text-decoration:none;
}

#lightboxDiv .popup-right .img {
	margin:45px 30px 0 0;
}

#lightboxDiv  p {
	margin:0 0 30px;
}

#lightboxDiv p.grey {
	color:#969696;
	margin:30px 0 0;
}


#lightboxDiv {
display:none;
}

.textRight {
	text-align: right;
	font-weight: bold;
}

.textKlein {
	font-size: 10px;
}

.errorBalloon {
    display: none;
    position: absolute;
    margin-top: -45px;
    margin-left: 170px;
    height: 73px;
    background-image: url(/overstappen/images/error_balloon_left.png);
    background-repeat: no-repeat;
}
.errorBalloon span {
    display: block;
    margin-left: 85px;
    text-indent: -65px;
    padding-top: 20px;
    padding-right: 18px;
    height: 53px;
    background-image: url(/overstappen/images/error_balloon_right.png);
    background-repeat: no-repeat;
    background-position: top right;
	font-size: 13px;
	color: #e60089;
}
* html .errorBalloon {
    margin-top: -45px;
    margin-left: 120px;
    background-image: url(/overstappen/images/error_balloon_left_ie6.gif);
}
* html .errorBalloon span {
    padding-right: 0px;
    text-indent: 0px;
    white-space: nowrap;
    background-image: url(/overstappen/images/error_balloon_right_ie6.gif);
}

.privacyLink, .privacyLink:active, .privacyLink:hover, .privacyLink:visited
{
	color:#969696;
	font-weight: normal;
}