/* DATEI: default.css - Sitevision */
/* Intersim sitevision */
/* (c) Intersim AG - Burgdorf */

/* Stylesheet für Defaultvorgaben */


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



/* Teaser Definitionen*/

.tImageLink {
	display:block;
	text-align:left;
}

.tImage {
	clear:both;
	border:0px;
}


/* Content Auflistung*/

.cContListImageLink {
	float:left;
}

td.cContListTextCol1  .cContListImageLink {
  float:none;
}

td.cContListTextCol1  .cContListImage {
  float:none;
}

.cBackLink {
	float: right;
}

/* Header Navigation */

.nlglListText {
	vertical-align:top;
	padding: 0px 0px 12px 0px;
}

#divContentBack {
	text-align:right;
}

/* --------- FAQ --------- */
.cTDFaqQuestion {
	font-weight:bold;
	padding: 0px 0px 2px 0px;
}

.cTDFaqAnswer {
	font-weight:normal;
	padding: 0px 0px 10px 0px;
}
.cTDFaqOverview {
	padding: 4px 0px 8px 0px;
   margin: 0px 0px 8px 0px;
}

.cTDFaqDelimiter {
}

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

#imageDataInnerContainer {
	
}

#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;
}