/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 1em;
	font-weight: bold;
	color: #EFEBE7;
}

#TB_secondLine {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 1em;
	font-weight: bold;
	color: #EFEBE7;
	width: 70px;
	padding: 0;
}

#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:10;
	top: 0;
	left: 0;
	background: url(../img/overlay.png) 0 0 repeat;
	width: 100%;
	height: 100%;
}

#TB_window {
	top: 50%;
	left: 50%;
	background: #424A52;
	z-index: 12;
	color:#000000;
	border: none;
	text-align:left;
	position: fixed;
	display: none;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	padding: 0;
	border: none;
}

#TB_caption #TB_secondLine img {
	margin: 0;
	display: inline;
}

#TB_caption{
	font-weight: bold;
	padding:7px 15px 10px 15px;
	color: #EFEBE7;
	position: relative;
}

#TB_next a,
#TB_prev a {
position: absolute;
top: 0;
width: 17px;
height: 17px;
left: 40px;
text-indent: -999em;
background: url(../img/button_vor.png) 0 0 no-repeat;
}

#TB_prev  a {
left: 0;
background-image: url(../img/button_zurueck.png);
}


#TB_closeWindow a {
position: absolute;
top: 451px;
right: 33px;
}



#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	display: block;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color: #182121;
}

#TB_ajaxContent{
	clear:both;
	padding: 15px 15px 10px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}


#TB_HideSelect{
	display: none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
/*	_margin-bottom:1px; */
}

