/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
*{padding: 0; margin: 0;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window,#TB_window2 {
	font: 12px Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:2000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	/*background-color:#000;*/
	background-color: #FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     /*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');*/
     /* uk overwrites */
     height: expression(screen.availHeight + document.documentElement.scrollTop +'px');
}

#TB_window,#TB_window2 {
	position: fixed;
	/*background: #ffffff;*/
	/*background:url('../../icons/overlay_bg.png') no-repeat;*/
	height:530px;
	z-index: 2002;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}
#TB_window_bg,#TB_window_bg2 {
	position:absolute;
	z-index:1;
	height:530px;
	width:880px;
	/*background:url('../../icons/overlay_bg.png') no-repeat;*/
	background:url('../../icons/overlay_bg_transp.png') no-repeat;
}

* html #TB_window,* html #TB_window2 { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 4px 5px 5px;
	float:right;
	position: absolute;
	top: 10px;
	right: 11px;
	z-index: 10;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:4px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	/*background-color:#e8e8e8; deaktiviert*/
	/*height:27px;*/
	font-size: 0px;
	line-height: 0px;
}

#TB_ajaxContent,#TB_ajaxContent2 {
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	overflow:hidden;
	text-align:left;
	width: 858px !important;
	height: 509px !important;
	position:relative;
	left: 11px;
	/*z-index:2;*/
	background:url('../../icons/overlay_bg_innen.gif') no-repeat;
}
#TB_ajaxContent_inner {
	position: absolute;
	top:10px;
	left:11px;
	height: 509px;
	width: 858px;
	background:url('../../icons/overlay_eckenmaske.png') no-repeat;
	display:none;/*ie7 bug arrows nicht mehr klickbar*/
}
#TB_ajaxContent.TB_modal,#TB_ajaxContent2.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	background:url('../../icons/loadingAnimation.gif') no-repeat;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* Added by MKL */
/* removed by AK
#TB_ajaxContent ul {
	margin-left:20px;
}
*/

#TB_closeWindowButton {
	width: 22px;
	height: 16px;
	background: url(../../icons/galery_button_x.gif) no-repeat;
	display: block;
}
.tb_header {
	padding: 18px 30px 5px;
	height: 30px;	
	position: relative;
	z-index: 1;
}
.tb_Title {
	font-size: 22px;
}
.tb_Title a {
	font-size: 22px;
	text-decoration: underline;
}
.tb_next, #TB_next {
	position: absolute;
	top: 232px;
	right: -1px;
	width: 21px;
	height: 44px;
	background: url(../../icons/galery_button_next.gif) no-repeat;
	cursor: pointer;
	z-index: 2500;
}
.tb_caption {
	display: block;
	height: 20px;
	overflow: hidden;
	text-align: left;
}
.tb_content_container {
	width: 858px;
	z-index:2;
	position: relative;
}
.tb_content, .tb_content2{
	float:left;
	width: 797px; /*original: 796px. Ein Pixel dazu wg Rundungsproblemen beim Zoomen im Browser*/
	padding: 0 31px 31px;
	overflow: hidden;
}
.tb_content_left {
	float:left;
	/*height: 100%;*/
	/*text-align: center;*/
	/*overflow: hidden;*/
	border-right: 1px solid #CCCCCC;
}
.tb_content_image_container {
	position:relative;
	/*overflow: hidden;*/
}
.tb_content_image {
	position:relative;
}
.tb_content_text {
	/*float:left;*/
	/*position: relative;*/
	/*height:100%;*/
	width: 220px;
	overflow: auto;
	text-align: left;
	padding-left:10px;
	z-index: 10;
}
.tb_content_text_header {
	font-weight: bold;
}
.tb_content_text_inner {	
}
.tb_prev, #TB_prev {
	position: absolute;
	top: 232px;
	left: -1px;
	width: 21px;
	height: 44px;
	background: url(../../icons/galery_button_prev.gif) no-repeat;
	cursor: pointer;
	z-index:10;
}
