/* /// DOBSKY /// */


/* GRUNDEINSTELLUNGEN / HINTERGRUND / BASICS */
* {
  margin: 0px;
  padding: 0px;
}


html {
	/* border: 6px solid #FFF; */
	min-height: 100%;
}
body,td,th,p {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	color: #000;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-decoration:none;
}
body {
	background-color: #FFF;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	}
	
	
	div#content {
		margin: 0 auto;
}

p {
	margin-top: 20px;
}


/* TEXT */
.farbe1 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0.03em;

}

.farbe2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0.03em;
}

.copypaste {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0.02em;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #888;
	text-decoration:none;
}

/* INHALT */

div#logokasten {
	
	height:130px; width:150%; background:#FFF; position:fixed; 
	bottom: -2px; float:left; left:-20px; z-index:1;}


div#kasten {
	width: 200px;
	height: 150px;
	text-align: left;
	float: left;
	border: 0;
	boder-color:#FFF; 
}


div#textkasten {
	width: 200px;
	height: 150px;
	background-color: #FFF;
	color: #000;
	text-align: right;
	float: left;
	letter-spacing: 0.02em;
}


.lbnone { 
	margin:0px;
	width: 200px;
	height: 150px;

}

.lb { 
	margin:0px ;
	width: 200px;
	height: 150px;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;

}


.lb:hover {

  filter:alpha(opacity=100);
  -moz-opacity:100;
  -khtml-opacity: 100;
  opacity: 100;

}


.num { 
	margin:0px;
	width: 200px;
	height: 150px;
	
	
}
	
.lbr {
	margin:0px;
	width: 200px;
	height: 150px;
}

/* FOOTER */
div#footer {
	margin: 20px auto; 
	text-align: left;
	clear: left;
	margin-bottom: 500px;
}


/* LIGHTBOX" */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; border: none; }
#lightbox img{ width: auto; height: auto; border: none;}
#lightbox a img{ border: none;}

#outerImageContainer{ position: relative; background-color: #fff; width: 200px; height: 300px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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-image: url(data:lightbox/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: "Times New Roman", Times, Georgia, serif; font-size: 12px; color: #5C9B9A; font-style: normal; line-height: 20px; letter-spacing: 0.02em; background-color: #fff; margin: 0 auto; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #5C9B9A; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #FFF; }


/* /////////////////////////////////////////////////////// */