/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-family:Tahoma, Arial,Helvetica, sans-serif;
	font-size:0.75em;
	color:#2d2d2d;
}

#TB_secondLine {
	font: 10px Tahoma, Arial,Helvetica, sans-serif;
	color:#2d2d2d;
}

#TB_window a:link {color: #ed2817; text-decoration:none;}
#TB_window a:visited {color: #006ab3; text-decoration:none;}
#TB_window a:hover {color: #ed2817; text-decoration:underline;}
#TB_window a:active {color: #ed2817; text-decoration:none;}
#TB_window a:focus{color: #ed2817; text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/internet/media/m_layout/m_layout_img/png/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#c0bb90;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position:absolute;
	background: #ffffff;
	z-index: 102;
	display:none;
	border: 12px solid #fff;
	border-left:16px solid #fff;
	border-right:16px solid #fff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* 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: 40px 0 0 0;
	position:relative;*/
}

#TB_caption {
	height:auto;
  margin: 40px 0 0 0;
  position:relative;
	padding:7px 0 10px 0;
	/*float:left;*/
	}

#TB_closeWindow,
#TB_closeAjaxWindow {
	height:27px;
	padding:0 0 0 0;
	width:100%;
	position:absolute;
	top:2px;
	right:0;
	border-top:1px solid #dbd6c3;
	border-bottom:1px solid #dbd6c3;
}
#TB_closeWindow a#TB_closeWindowButton,
#TB_closeAjaxWindow a#TB_closeWindowButton {
color:#e31c0a!important;
width:auto;
margin:7px 0;
float:right;
background-image:url(/internet/media/m_layout/m_layout_img/m_layout_img_iat/icon_close.gif);
background-repeat:no-repeat;
background-position:right 0.3em;
padding:0 16px 0 0;
}
#TB_closeWindow a:hover,
#TB_closeAjaxWindow a:hover {
text-decoration:none;
}
#TB_closeWindow a.back,
#TB_closeAjaxWindow a.back {
padding:0 0 0 11px;
width:auto;
float:left;
margin-top:6px;
background-image:url(/internet/media/m_layout/m_layout_img/m_layout_img_iat/link_back.gif);
background-repeat:no-repeat;
background-position:left 0.3em;
color:#e31c0a!important;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.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 */
}

* 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{
  border-top:1px solid #dbd6c3;
	border-bottom:1px solid #dbd6c3;
	display:block;
	margin:30px 0pt 0pt 0pt;
	position:relative;
	width:830px;
	height:440px;
	*top:30px;
	*height:440px;
	*margin-bottom:30px;
	overflow-x:hidden;
	overflow-y:auto;
}
#TB_window.iframeVideoContent{
  height:auto;
  width:auto;
}

#TB_window.iframeContent {
	*height:503px;
	*overflow:hidden;	
}
/*F?Opera 7 und Safari*/
html:first-child>b\ody #TB_iframeContent{
overflow:auto;
}

a.drucken {
background-image:url(/internet/media/m_layout/m_layout_img/m_layout_img_iat/icon_druck.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left:21px;
margin-left:12px;
cursor:pointer;
}

