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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {

}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {}
#TB_window a:visited {}
#TB_window a:hover {}
#TB_window a:active {}
#TB_window a:focus{}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

* 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: url(../img/thickbox_accred_bg.png) no-repeat 0 0;
	z-index: 102;
	color:#424242;
	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');
background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/thickbox_accred_bg.png", sizingMethod="image");

}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 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;
	display: none;
}

#TB_ajaxContent{
	clear:both;
	padding:9px 0 0 0;
	overflow:auto;
}

html>/**/body #TB_ajaxContent{
	padding:9px 0 0 9px;
}

#TB_ajaxContent span {
	color: #B50000;
}

#TB_ajaxContent .text {
	width: 276px;
	margin: 0 auto;
}

#TB_ajaxContent .warning {
	color: #363D44;
}

#TB_ajaxContent .button_container {
	padding-left: 100px;
	padding-top: 11px;
	
}
* html #TB_ajaxContent .button_container {
	overflow: visible;
	height: 1%;
	position: relative;
	z-index: 1000;
}
#TB_ajaxContent .abort {
	width: 12px;
	height: 12px;
	background: url(../img/thickbox-close.gif) no-repeat 0 0;
	margin: 0;
	display: block;
	float: right;

}

#TB_ajaxContent .submit_ok {
	width: 26px;
	height: 13px;
	background: url(../img/thickbox_submit_ok.gif) no-repeat 0 0;
	display: block;
	float: left;
}

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

* 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;
}

.thickbox_accred {position: relative; line-height: 14px; text-align: left; width: 294px; height: 257px; border: solid 1px #D1D1D1; background: #fff url(../img/thickbox-content-bg.gif) repeat-x 0 0; padding: 14px;}
* html .thickbox_accred {}
p.head {font-weight: bold; border-bottom: solid 1px #D1D1D1; padding: 0 0 8px;}
.thickbox_accred fieldset {padding: 7px 0 0;}
.thickbox_accred fieldset label {width: 75px; float: left; display: block; clear: left; padding: 2px 0 0; }


.thickbox_accred .input-submit {margin: 0; position: absolute; right: 14px; bottom: 43px; width: 26px;}
html>/**/body .thickbox_accred .input-submit {bottom: 47px;}
* html .thickbox_accred .input-submit {bottom: 40px;}
.thickbox_accred input, .thickbox_accred select {margin: 0 0 5px;}
html>/**/body .thickbox_accred input, html>/**/body .thickbox_accred select {margin: 0 0 6px;}
.thickbox_accred select {width: 219px; height: 19px; }
html>/**/body .thickbox_accred select {height: 17px; }
* html .thickbox_accred select {width: 209px; }
html:first-child .thickbox_accred select {width: 217px; }
.thickbox_accred select.anrede {width: 166px;}
html:first-child .thickbox_accred select.anrede {width: 166px;}
.thickbox_accred input.input-text {width: 152px;}
.thickbox_accred input.firma {width: 205px;}
* html .thickbox_accred input.firma {width: 195px;}

.thickbox_login {height: 117px;}
.thickbox_login a {font-size: 11px; font-weight: bold; display: block; margin: 23px 0 0 -2px;}
.thickbox_login ul.loggedlist li a {background: url(../img/link-bg.gif) no-repeat 0 4px;}
html>/**/body .thickbox_login ul.loggedlist li a {background: url(../img/link-bg.gif) no-repeat 0 3px;}
* html .thickbox_login {height: 117px; padding-bottom: 9px;}
.thickbox_login .input-submit {bottom: 55px;}
html>/**/body .thickbox_login .input-submit {bottom: 57px;}
* html .thickbox_login .input-submit {bottom: 54px;}

.thickbox_friend {height: 243px; width: 458px; padding-right: 16px;}
* html .thickbox_friend {height: 243px; padding-right: 16px;}
.thickbox_friend fieldset {padding: 8px 0 0;}
.thickbox_friend fieldset label  {clear: none; width: 73px;}
.thickbox_friend fieldset label.right  {width: 41px; padding-left: 32px;}
* html .thickbox_friend fieldset label.right  {padding-left: 28px;}
.thickbox_friend fieldset input.input-text  {float: left; width: 142px;}
.thickbox_friend p.friend_text {padding: 6px 40px 8px 73px; clear: left;}
.thickbox_friend label.friend_comment {float: none; width: auto; padding: 0 0 0 73px;}
.thickbox_friend .textarea-cont {margin: 6px 0 0 73px;}
.thickbox_friend textarea {width: 328px; height: 74px;}
.thickbox_friend .input-submit {right: 16px; bottom: 36px;}
html>/**/body .thickbox_friend .input-submit {right: 16px; bottom: 35px;}
* html .thickbox_friend .input-submit {bottom: 35px;}

