/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

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

#TB_secondLine {

	float: right;
	font: 11px Arial, Helvetica, sans-serif;
	color:#cf1237;
	margin: 0 4px 0 0;
	padding:8px 0 0 0;
	width: 80px;
	text-align: right;
}

#TB_window a:link {color: #E02239;}
#TB_window a:visited {color: #E02239;}
#TB_window a:hover {color: #E02239;}
#TB_window a:active {color: #E02239;}
#TB_window a:focus{color: #E02239;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: absolute;
z-index:100;
top: 0px;
left: 0px;
background-color:#cf1237;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
min-height:100%;
height: auto;
_height: 100%;
}

/*#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
*/

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #ffffff;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 4px 0 0 4px;
	border: 0;
}

#TB_caption{

	float: left;
	height:25px;
	padding:8px 0px 10px 4px;
	float:left;
	font-style:italic;

	size:30px;
}

#TB_closeWindow{
	height:25px;
	padding:7px 5px 10px 0;
	float:right;
	text-align:right;
}


.zusatz {
	color: #000; 
	font-size: 9px;
}




#TB_caption a {
	color: #696969 !important; 
}

#TB_caption a:hover {
	color: #cf1237 !important; 
}



#TB_closeWindowNeu{
	height:22px;
	padding:7px 5px 10px 0;
	float:right;
}

#TB_schliessenhinweis {
	color:#999;
	font-size:9px;
	padding:3px 4px 3px 0;
	margin:0;
	text-align:right;
	font-style:italic;
	background-color:#fff;
	clear:none;
}


/* Neu*/

#TB_prev, #TB_next {
	clear:left;
	
}

#TB_prev img, #TB_next img, #TB_schliessenhinweis img {
	display:inline;
	margin: 0;
}

#TB_prev img {
	padding: 0 2px 0 5px;
}




#TB_closeAjaxWindow{
	padding:2px;
	margin-bottom:2px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#ffffff;
	
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
