/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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 {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	text-indent: -3000em;
}

#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:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}


.TB_overlayBG {
background: transparent url(../images/thickbox/blank.png) 0 0 repeat;
/*	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.1;*/
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	height:478px;
	width:639px;
	background: transparent url(../images/thickbox/thickbox-bg.jpg) 0 0 no-repeat;
}

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

#TB_caption{
	height:0;
	padding:0;
	float:left;
}
#TB_closeWindow{
	height:0;
	padding:0;
	float:right;
	text-indent: -3000em;
}

#TB_ImageOff { width: 90%; }

#TB_closeAjaxWindow{
    height: 19px;
    width: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
    text-indent: -3000em;
    margin: 0;
    padding: 0;
}

#TB_closeWindowButton{
    display: block;
    height: 18px;
    width: 82px;
    position: absolute;
    top: -17px;
    right: 80px;
    text-indent: -3000em;
	background: url(../images/thickbox/thickbox-close.png) 50% 50% no-repeat;
	
}

#TB_ajaxWindowTitle{
	height: 0;
}

#TB_title{
	display: inline;
	width: 0;
	height:0;
	padding: 0;
	margin: 0;
	background-color: #44301e;
}

#TB_ajaxContent{
height:477px;
width:639px;

}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	
}

#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 */
}

#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%;
}

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

#TB_next {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 71px;
    height:19px;
    width:28px;
    text-indent: -3000em;
    background: url(../images/thickbox/thickbox-next.jpg) 50% 50% no-repeat; 
   
}
#TB_prev {
    display: block;
    position: absolute;
    bottom: 10px;
    left: -1px;
    height:19px;
    width:28px;
    text-indent: -3000em;
    background:url(../images/thickbox/thickbox-prev.jpg) 50% 50% no-repeat; 
  
}
#TB_prev_rittmo {
    display: block;
    position: absolute;
    bottom: 10px;
    height:19px;
    width:28px;
    text-indent: -3000em;
    background:url(../images/thickbox/thickbox-prev-rittmo.jpg) 50% 50% no-repeat; 
  
}
#TB_ajaxContent h1 {
}

#TB_ajaxContent img {
    float: left;
    margin-top: 70px;
	margin-left: 48px;
}
#TB_ajaxContent img.cv {
	margin:0;
}
#TB_ajaxContent p {
position:absolute;
top:450px;
left:50px;
    color: #fff;
    font-size: 0.95em;
    line-height: 1.8em;
}

#TB_ajaxContent p.orange {
    color: orange;
}
#TB_window #TB_ajaxContent p a { color: #e54f25;}
#TB_window #TB_ajaxContent p a:hover { text-decoration:underline}



