/* diese formate sind immer gueltig */

/******   DIALOG-BOX     *****/

.dialog {
	visibility: hidden;
	position:absolute;
   border:solid 2px; border-color:#EFEFEF #7F7F7F #6F6F6F #DFDFDF ;
   background: #D4D0C8;
   z-index:100;
   }

.dialog_titel {
	background: #000080;
   border-bottom: 1px solid #1F1F1F;
   cursor:move;
   }
.dialog_titel_text {
   font-size: 1em; font-weight: bold; color: white;
   float: left;
   margin-left: 0.4em;
   }
.dialog_text {
   font-size: 1em; font-weight: bold; color: black;
   padding: 0.8em;
   border-top: 1px solid #EFEFEF;
   }
.dialog_close {
	float: right;
   margin: 0.15em;
   width: 1.23em; height: 1.08em;
	}
.dialog button {
	font-family: Arial;
	font-size: 1em;
	background: #C5C0B6;
   border: solid 0.1em; border-color: white #5F5F5F #5F5F5F white;
   margin: 1px;
   /* overflow: visible;*/
   cursor: pointer;
	}
.dialog_td_button {
	padding: 0.7em;
   text-align: center;
	}
.dialog_logo {
	font-size: 4.5em;
   font-family: "COURIER NEW";
   color: red;
}

.normal { font-weight: normal;}
.bold   { font-weight: bold;}
.small  { font-size: 0.85em !important;}
.hand   { cursor:pointer; }

/* blendet neben dem tumbnail ein groesseres bild ein - JS-function zeigeBild(id,schalter) */

div.bildinfo{
    position:relative;
    z-index:1;
	 }
div.bildinfo div{
	position: absolute; bottom:0; left:35px;
	display: none;
	z-index:2;
	}


