/* DATEI: default_popup.css - Sitevision */
/* Intersim sitevision */
/* (c) Intersim AG - Burgdorf */

/* Stylesheet für Defaultvorgaben von PopUp's */

body {
	background-image : none;
}

/* Auflistung */
UL, OL { /*Achtung: margin kann nicht so margin: 0px 0px 0px 0px; angezeigt werden! */
	margin-top:5px;
	margin-bottom:10px;
	
}

UL, MENU {
	list-style-type:square;
}

UL LI {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

UL LI LI {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
}

UL LI LI LI {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
}

OL {
	list-style-type:decimal;
}

OL LI {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

OL LI LI {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
}

OL LI LI LI {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
}


/* Header Navigation */
.nlglListText {
	vertical-align:top;
	padding: 0px 0px 12px 0px;
}

#divContentMediamanager {
	position:absolute;
	top:145px;
	left:22px;	/* immer left:22px; */
	width:680px;
	height:auto;
	margin:0px 0px 0px 2px;
	z-index: 1;
}

/*------------------------*/
/* Admin Content-Preview  */
/*------------------------*/

/* Content-Box */
body.grid .AdminPreviewCC {background-color:transparent;}
body.grid .AdminPreviewCCSel {background-color:#F0F0F0;}
/* Verschiebe-Reiter */
body.grid .AdminPreviewCT {background-color:#F0F0F0;width:40px;visibility:hidden;}
body.grid .AdminPreviewCTSel {background-color:#D6D6D6;width:40px;visibility:visible;}

/* Normale Zeile */
.AdminTabRowLight {
	background-color:#FFFFFF;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	background-color:#dddddd;
}

/* Vorschau-Grid für Content-Plazierung */
.grid {
	background-image:url(/Design/images/bg_grid.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}

/*rechter rand der Content-Plazierung; nur boder style einstellen!*/
.contPosRightBorder {
	border-right:1px dashed #CCCCCC;
}


/* JSPicPreview                        */
/* --------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10001;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	background-color: #fff;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/MediamanagerIcons/blank.gif) no-repeat; 
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/MediamanagerIcons/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/MediamanagerIcons/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	height:43px;
	line-height: 1.4em;
	overflow:hidden;
	width: 100%;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 50px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 500px;
	background-color: #102026;
}

