/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	margin-top:8px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {font-weight: bold; color: #0B426B;}
#TB_window a:visited {font-weight: bold; color: #0B426B;}
#TB_window a:hover {font-weight: bold; color: #09436C;}
#TB_window a:active {font-weight: bold; color: #0B426B;}
#TB_window a:focus{font-weight: bold; color: #0B426B;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.pfeillinks{
	position:absolute;
	left:15px;
	top:35px;
	width:50%;
	height:75%;
	z-index:999;
}

.pfeillinks:hover{
	position:absolute;
	left:15px;
	top:35px;
	width:50%;
	height:75%;
	background-image:url(/img/bildpfeile/home-bildpfeile_3_links.jpg);
	z-index:800;
	background-repeat:no-repeat;
	background-position:left;
}

* html .pfeillinks { /* ie6 hack */

	height:390px;
}

* html .pfeillinks:hover { /* ie6 hack */

	height:390px;
}

.pfeilrechts:hover{
	position:absolute;
	left:307px;
	top:35px;
	width:45%;
	height:75%;
	background-image:url(/img/bildpfeile/home-bildpfeile_3_rechts.jpg);
	z-index:800;
	background-position:right;
	background-repeat:no-repeat;
}

.pfeilrechts{
	position:absolute;
	left:307px;
	top:35px;
	width:45%;
	height:75%;	
	z-index:800;
	background-position:right;
	background-repeat:no-repeat;
}

* html .pfeilrechts { /* ie6 hack */

	height:390px;
}

* html .pfeilrechts:hover { /* ie6 hack */

	height:390px;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* 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: fixed;
	background: #ffffff;
	border: solid #ccc;
	z-index: 102;
	color:#666;
	display:none;
	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: 15px 0 0 15px;
}

* html #TB_window img#TB_Image {
	margin: 5px 0 0 15px;
}

#TB_zurgalerie{
	float:right;
	margin-top:10px;
	margin-right:15px;
	font: 10px Arial, Helvetica, sans-serif;
}

#TB_caption{
	height:25px;
	padding:15px 20px 10px 25px;
	float:left;
}

#TB_ImageOff{
	padding-top:20px;
}


#speichern_button{
	padding-bottom:8px;
}

#gallerytitle{
	font-weight:bold;
	color:#09436C;
}

#imagedesc{
	padding-top:5px;
}


#TB_closeWindow{
	color:#666;
	height:55px;
	padding:15px 25px 15px 0;
	float:right;
	line-height:16pt;
	font: 10px Arial, Helvetica, sans-serif;
}

#TB_closeAjaxWindow{
	padding:10px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#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:16px;
	width:110px;	
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px; /* -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{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
