/* scrollbar------------------------------------*/

#thumbs {
position:absolute;
left:0px;
top:100px; /* vertikale höhe der scrollebene ----ehemals 100--------------------------------*/
height:140px; /* 140px----------------------------------------------------*/
/*border:1px solid blue;*/
padding:10px /* 10px -------------*/
margin; color: #000000:10px;
}

#thumbinfo {left:300px;top:-50px;position:absolute;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:9px;color:#333333;width:600px;}

.thumbtable {border-spacing:0px;; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

/* gezoomtes detailbild------------------------------------*/

#detail {
position:absolute;
left:-1000px;
top:-1000px;
width:1000px;
height:1000px;
cursor: hand;
z-index:1; /* z-index:30
}


.detailtable {
/*-------------------------farbiger Hintergrund----(immoment rot--------*/
background-color:#E1E1E1;
border: 0px solid white; /* 1px------*/
}


/* zoomecken------------------------------------*/

#detTL,#detTR,#detBL,#detBR {width:12px;height:12px;position:absolute;visibility:hidden;}

#detTL {
border-left : 1px solid red;
border-top : 1px solid red;
}
#detTR {
border-right : 1px solid red;
border-top : 1px solid red;
}
#detBL {
border-left : 1px solid red;
border-bottom : 1px solid red;
}
#detBR {
border-right : 1px solid red;
border-bottom : 1px solid red;
}



/* scrollbars wech------------------------------------*/
body,td {
overflow:hidden;
margin:0px;
}

