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

#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_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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: transparent;
	z-index: 102;
	color:#000000;
	display:none;
	border: 0px solid #525252;
	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');
}

#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:3px 10px 0px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color:#fff;
}

#TB_closeWindowButton {
	display:block;
	padding:0px 17px 0px 0px;
	background:url('../img/box_close_button.gif') transparent;
	background-position:top right;
	background-repeat:no-repeat;
}

a#TB_closeWindowButton, a#TB_closeWindowButton:link, a#TB_closeWindowButton:visited {
	color:#fff;
	text-decoration:none;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:3px 0 0px 10px;
	margin-bottom:1px;
	color:#fff;
}

#TB_title_300, #TB_title_615, #TB_title_640{
	background:transparent;
	height:19px;
	overflow:hidden;
}

#TB_title_300 {
	background-image:url('../img/box_message_300.gif');
}

#TB_title_615 {
	background-image:url('../img/box_message_615.gif');
}

#TB_title_640 {
	background-image:url('../img/box_message_640.gif');
}


#TB_ajaxContenter_300, #TB_ajaxContenter_615, #TB_ajaxContenter_640 {
	padding:0px 0px 14px 0px;
	background:transparent;
	background-position:bottom;
	background-repeat:no-repeat;
}

#TB_ajaxContenter_300 {
	background-image:url('../img/box_message_bottom_300.gif') ;
}

#TB_ajaxContenter_615 {
	background-image:url('../img/box_message_bottom_615.gif') ;
}

#TB_ajaxContenter_640 {
	background-image:url('../img/box_message_bottom_640.gif') ;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	position:relative;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	background:url('../img/box_verlauf.jpg') #fff;
	background-repeat:repeat-x;
	background-position:bottom;
}


#TB_ajaxContent.TB_modal{
	padding:0px;
}

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



#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_iframeContenter {
	padding:0px 0px 11px 0px;
	background:url('../img/box_message_bottom.gif') transparent;
	background-position:bottom;
	background-repeat:no-repeat;
}

#TB_iframeContent{
	clear:both;
	padding:2px 0px 15px 1px;
	position:relative;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	background:url('../img/box_verlauf.jpg') #fff;
	background-repeat:repeat-x;
	background-position:bottom;
}

#thickbox-left {
	float:left;
	width:155px;
	height:200px;
}

#thickbox-right {
	float:left;
	padding:10px 0px 0px 0px;
	width:430px;
}

#thickbox-video {
	background:url('../img/icons/video_big.jpg');
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:10px 0px 0px 140px;
	min-height:250px;
	height:auto !important;
	height:250px;
}

#thickbox-video div.video {
	margin-bottom:20px;
}

#thickbox-mail {
	background:url('../img/icons/mail_big.jpg');
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding:10px 0px 0px 160px;
	min-height:200px;
	height:auto !important;
	height:200px;
}

#thickbox-images {
	background:url('../img/box_message_line.gif');
	background-repeat:repeat-y;
	background-position:373px;
	height:100%;
}

#thickbox-images #thickbox-left {
	width:470px;
	text-align:center;
	position:relative;
	padding-top:10px;
	float:left;
}

#thickbox-images #thickbox-right {
	float:left;
	right:0px;
	width:95px;
	margin-left:25px;
	text-align:center;
	padding-top:10px;
	overflow:hidden;
}


#thickbox-images #thickbox-right #albumname {
	margin-bottom:10px;
}

#thickbox-images #thickbox-right #smallpics {
	position:relative;
}

#thickbox-images #thickbox-right #smallpics #up {
	position:absolute;
	top:0px;
	right:0px;
}

#thickbox-images #thickbox-right #smallpics #down {
	position:absolute;
	bottom:0px;
	right:0px;
}

#thickbox-images #thickbox-right #smallpics #up img, #thickbox-images #thickbox-right #smallpics #down img {
	border:0px;
}

#thickbox-images #thickbox-left #lastpic {
	position:absolute;
	top:120px;
	left:0px;
}

#thickbox-images #thickbox-left #nextpic {
	position:absolute;
	top:120px;
	right:0px;
}

#thickbox-images #thickbox-right img {
	border:2px solid #fae603;
}

#thickbox-images #thickbox-right img.active {
	border:2px solid #fab703;
}

#thickbox-images #thickbox-folders {
	height:100px;
	width:468px;
	padding-left:2px;
	overflow-y:hidden;
	overflow-x:hidden;
	margin-bottom:30px;
	background-color:#fffae4;
	position:relative;
}

#thickbox-images .arrow-left {
	position:absolute; top:7px; right:2px; text-align:center; line-height:1;
}

#thickbox-images .arrow-right {
	position:absolute; top:40px; right:2px; text-align:center; padding:0px; line-height:1;
}

#thickbox-images .arrow-right a, #thickbox-images .arrow-left a {
	text-decoration:none;
}

#thickbox-images div.comment {
	position:relative;
	background-color:#fff;
	padding:5px;
	margin-top:10px;
}

#thickbox-images div.comment div.img {
	float:left;
	width:75px;
	padding-top:4px;
}

#thickbox-images div.comment div.text {
	float:left;
	width:260px;
}

#thickbox-images div.comment div.datum {
	position:absolute;
	right:5px;
	top:5px;
	color:#878787;
}

#thickbox-folders .gallery-folder, #thickbox-folders .gallery-folder-act {
	margin-right:5px;
}


#thickbox-mail form {
	margin:0px;
	padding:0px;
}

#thickbox-mail form br {
	clear:both;
}

#thickbox-mail #standard label, #gallery-manage #standard label, #comment #standard label {
	font-weight:bold;
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
}

#thickbox-mail input, #thickbox-mail textarea, #gallery-manage input, #comment input, #comment textarea {
	width:100%;
	float:left;
	border:1px solid #999;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12px;
}

#thickbox-mail textarea, #comment textarea {
	height:80px;
	width:100%;
}

#comment textarea {
	height:40px;
}

#thickbox-mail input.error, #thickbox-mail textarea.error, #comment textarea.error, #comment input.error {
	width:100%;
	float:left;
	border:1px solid #ff0000;
	
}

#thickbox-mail input.hidden, #gallery-manage input.hidden, #comment input.hidden {
	display:none;
	
}

#thickbox-mail input.submit, #thickbox-mail input.editreceiver, #gallery-manage  input.submit, #comment  input.submit {
	width:auto;
	float:left;
	padding:3px;
}




#thickbox-mail fieldset, #gallery-manage fieldset, #comment fieldset {
	border:0px;
	margin:0px;
	padding:0px;
}

#thickbox-mail div.aftertext {
	clear:left;
}

#thickbox-friends div.friend, #thickbox-mail div.friend {
    float:left;
    margin:0px 1px 0px 0px;
    padding:20px 0px 0px 0px;
    border:none;
    position:relative;
    height:90px;
    width:60px;
    text-align:center;
}

#thickbox-mail div.friend {
	height:115px;
	padding:0px;
}


#thickbox-friends div.friend div.name, #thickbox-mail div.friend div.name {
    position:absolute;
    bottom:0px;
    left:0px;
    text-align:center;
    width:100%;
    line-height:1.0;
}

#thickbox-mail div.friend div.name input {
	float:none;
}

#thickbox-mail input.submit {
	border:1px solid #999;
	margin:15px 0px 0px 0px;
	padding:2px;
	font-size:12px;
}

#thickbox-mail input[type=submit], #thickbox-mail button, #gallery-manage input[type=submit], #gallery-manage button, #comment button  {
    background:url('../img/button_bg.gif') transparent;
    background-repeat:repeat-x;
    border:1px solid #ccc;
}

#comment button  {
	margin-bottom:15px;
}

#thickbox-mail input[type=hidden], #gallery-manage input[type=hidden], #comment input[type=hidden]  {
    display:none;
}

#thickbox-mail input:hover[type=submit], #thickbox-mail button:hover, #gallery-manage input:hover[type=submit], #gallery-manage button:hover, #comment button:hover {
    background:url('../img/button_bg_hover.gif') transparent;
    background-repeat:repeat-x;
}



#comment {
	margin-top:25px;
	text-align:left;
}
a.jslink {
    cursor: pointer;
    text-decoration:underline;
}

