/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, 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: absolute;
	z-index:10;
	top: 0;
	left: 0;
	height: 100%;
	background: url(../img/milchglas.png) 0 0;
}

#TB_window {
	width: 100%;
	text-align: center;
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}


#TB_caption{
	display: none;
}

#TB_closeWindow{
	display: none;
}

#TB_closeAjaxWindow{
	display: none;
}

#TB_ajaxWindowTitle{
	display: none;
}

#TB_title{
	display: none;
}

#TB_ajaxContent{
	margin: auto;
	z-index: 1000;
	text-align:center;
}

#TB_ajaxContent * {
z-index: 1001;
position: relative;
}

#TB_load{
	display: none;
}

#TB_HideSelect{
	display: none;
}

#TB_iframeContent{
	display: none;
}

