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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    	font-size : 13px;
    	line-height : 14px;
		padding: 10px;
}

#TB_secondLine {
	    font-size : 13px;
    	line-height : 14px;
}

#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus {
	color: #989898;
	text-decoration: none;
}

#TB_window a:hover {
	color: #0D0D0D;
	text-decoration: underline;
}

#TB_window h1, #TB_window h2, #TB_window h3, #TB_window h4, #TB_window h5, #TB_window h6 {
	color: #232323;
	border-bottom: 1px solid #313131;
	padding: 0px 0px 2px 26px;
}

#TB_window h1{ font-size: 140%}
#TB_window h2{ font-size: 120%}
#TB_window h3{ font-size: 110%}
#TB_window h4{ font-size: 100%}
#TB_window h5{ font-size: 90%}
#TB_window h6{ font-size: 80%}

#TB_window ul li {
    list-style-image: url(li1.gif);
	color: #989898;
}

#TB_window ul li:hover {
    list-style-image: url(li2.gif);
	color: #0D0D0D;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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:#000000;
        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: #FBFBFB;
        z-index: 102;
        color:#535353;
        display:none;
        border: 1px solid #535353;
        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: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:#EEEEEE;
        height:26px;
}

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

#TB_ajaxContent.TB_modal{
        padding:15px;
}

#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_iframeContent{
        clear:both;
        border:none;
        margin-bottom:-1px;
        margin-top:1px;
        _margin-bottom:1px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> boxen anmelden <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> Friendszone <<<-----------*/
#monica, #chandler, #ross, #rachel, #phoebe, #joey {
	display: none;
}
#Staffel1, #Staffel2, #Staffel3, #Staffel4, #Staffel5, #Staffel6, #Staffel7, #Staffel8, #Staffel9, #Staffel10 {
	display: none;
}

/* ----------------------->>> Tutorials<<<---------------------*/
/* ---------->>> Photoshop <<<-----------*/
#TutPS0103, #TutPS0104{
	display: none;
}

#TutPS0201, #TutPS0203, #TutPS0204, #TutPS0205{
	display: none;
}

#TutPS0401, #TutPS0407, #TutPS0408, #TutPS0410, #TutPS0411, #TutPS0412{
	display: none;
}

#TutPS0504, #TutPS0508{
	display: none;
}

#TutPS0603 {
	display: none;
}

#TutPS07Basic, #TutPS07Ergebnis, #TutPS0702 {
	display: none;
}

#TutPS08Basic, #TutPS08Ergebnis, #TutPS0803, #TutPS0804, #TutPS0805 {
	display: none;
}

#TutPS0904, #TutPS0905, #TutPS0907, #TutPS09Ergebnis {
	display: none;
}

#TutPS10Basic, #TutPS10Ergebnis, #TutPS1005 {
	display: none;
}

#TutPS11Basic, #TutPS11Ergebnis, #TutPS1102 {
	display: none;
}

#TutPS12Basic, #TutPS12Ergebnis {
	display: none;
}

#TutPS161, #TutPS162, #TutPS163, #TutPS164, #TutPS165, #TutPS166{
	display: none;
}

#TutPS171, #TutPS172, #TutPS173, #TutPS174, #TutPS17Ergebnis{
	display: none;
}

#TutPS191, #TutPS192, #TutPS193, #TutPS194, #TutPS195, #TutPS196, #TutPS197, #TutPS198, #TutPS19Basic, #TutPS19Ergebnis{
	display: none;
}


/* ---------->>> Gimp <<<-----------*/
#TutGimp0101, #TutGimp0102, #TutGimp0104, #TutGimp0105, #TutGimp0106, #TutGimp0112 {
	display: none;
}

#TutGimp0201, #TutGimp0203, #TutGimp0205, #TutGimp0206, #TutGimp0207{
	display: none;
}

#TutGimp0301, #TutGimp0302{
	display: none;
}

#TutGimp0501, #TutGimp0502, #TutGimp0504{
	display: none;
}

#TutGimp06Basic, #TutGimp06Ergebnis, #TutGimp0602, #TutGimp0603{
	display: none;
}

#TutGimp07Basic, #TutGimp07Ergebnis, #TutGimp0705{
	display: none;
}



/* ---------->>> HTML <<<-----------*/
#TutHTML0101, #TutHTML0102, #TutHTML0103{
	display: none;
}

#TutHTML0201, #TutHTML0202, #TutHTML0203, #TutHTML0204, #TutHTML0205, #TutHTML0206{
	display: none;
}

#TutHTML0302, #TutHTML0305, #TutHTML0307, #TutHTML0309, #TutHTML0310{
	display: none;
}

#TutHTML0401, #TutHTML0402{
	display: none;
}

#TutHTML0501, #TutHTML0502{
	display: none;
}

/* ---------->>> Other <<<-----------*/
#TutOther0102, #TutOther0103, #TutOther0104, #TutOther0105{
	display: none;
}


/* ---------->>> Cyberstamps <<<-----------*/

/*------ Anime-Glitters ------*/
#AG1, #AG2, #AG3, #AG4 {
	display: none;
}

/*------ Endless-Animes ------*/
#EA1, #EA2, #EA3, #EA4, #EA5, #EA6, #EA7, #EA8, #EA9, #EA10, #EA11, #EA12, #EA13 {
	display: none;
}

/*------ Himegami ------*/
#H1, #H2, #H3, #H4 {
	display: none;
}

/*------ Longing-for-love ------*/
#LFL1, #LFL2, #LFL3, #LFL4, #LFL5 {
	display: none;
}

/*------ Mikaris-World ------*/
#MW1, #MW2 {
	display: none;
}

/*------ Nekokuse ------*/
#N1, #N2, #N3, #N4, #N5 {
	display: none;
}

/*------ Rika-Graphics ------*/
#RG1, #RG2, #RG3, #RG4, #RG5 { 
	display: none;
}

/*------ Scarletsreich ------*/
#SR1, #SR2, #SR3, #SR4, #SR5, #SR6, #SR7, #SR8, #SR9, #SR10, #SR11, #SR12, #SR13, #SR14, #SR15, #SR16, #SR17, #SR18, #SR19, #SR20, #SR21 {
	display: none;
}

/*------ Scatted-Memories ------*/
#SM1, #SM2 {
	display: none;
}

/*------ Torihime ------*/
#SM1, #SM2 {
	display: none;
}

/*------ Verschiedene ------*/
#V1, #V2, #V3, #V4, #V5, #V6, #V7, #V8, #V9, #V10, #V11 {
	display: none;
}

/*------ Verschiedene ------*/
#WTS1, #WTS2, #WTS3, #WTS4 {
	display: none;
}


/* ---------->>> DIVERSES <<<-----------*/
#adventskalender{
	display: none;
}