/*_________________________________*/
/*___THICKBOX______________________*/
/*___webit!_Website________________*/
/*___zistel@webit.de_______________*/
/*___Mai_2007_-_19.12.2007_16:39___*/
/*_________________________________*/


/*
- LOAD
- OVERLAY
- WINDOW
- CONTENT
  CAPTION
  PAGING
- CLOSEWINDOW
*/


@media print {
	iframe#TBhideSelect, #TBload, #TBoverlay, #TBwindow  {
		display: none !important;
		}
	}

* html body {
	height: 100%;
	}

iframe#TBhideSelect {
	display: none;
	}

/*_________________________________________________________________________________________LOAD___*/

#TBload {
display: none;
	position: absolute;
	z-index: 101;

	width: 208px;
	height: 13px;
	background: url(../img/bas/loadingAnimation.gif) no-repeat;
	_overflow: hidden;
	}

/*______________________________________________________________________________________OVERLAY___*/

#TBoverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;

	width: 100%;
	_height: 100% !important;
	min-height: 100%;
	background-color: #BDBDBD;
	filter: alpha(opacity=50);
	opacity: .5;
	}

/*_______________________________________________________________________________________WINDOW___*/

#TBwindow {
display: none;
	font-size: 85%;
	line-height: 1.455;
	padding: 40px 27px 15px 17px;
	background-color: White;

	position: absolute;
	top: 0;
	z-index: 102;
	margin-top: -57px;
	margin-left: -22px;
	_text-align: left;
	}

#TBwindow img {
	display: block;
	padding: 4px;
	border: 1px solid #DEDEDE;
	}

#TBwindow a {
	color: #65AE24;
	font-weight: bold;
	text-decoration: none;
	}
#TBwindow a:hover,
#TBwindow a:active,
#TBwindow a:focus {
	text-decoration: underline;
	}

/*___IMAGEOFF______________________*/

a#TBimageOff {
	display: block;
	}

/*______________________________________________________________________________________CONTENT___*/

#TBcaption,
#TBsecondLine {
	margin-top: 7px;
	margin-left: 1px;
	width: 508px;
	}

/*___CAPTION_______________________*/

#TBcaption {
	font-weight: bold;
	margin-bottom: -5px;
	}

/*___PAGING________________________*/

#TBsecondLine {
	color: #B2BCC3;
	}

#TBsecondLine span {
	margin: 0 4px;
	}

#TBsecondLine img {
padding: 0;
border-style: none;
	display: inline;
	margin: 0 2px;
	}

/*__________________________________________________________________________________CLOSEWINDOW___*/

#TBcloseWindow {
	position: absolute;
	top: 0;
	right: 0;
	}

#TBcloseWindow a {
	display: block;
	width: 20px;
	height: 18px;
	text-indent: -500em;
	overflow: hidden;
	background: url(../img/bas/TBcloseWindow.gif) no-repeat center;
	}