img {
	border:none;
}

#container {
	position: absolute;
	top:420px;
	height: 120px;
	width: 980px;
	left: 0px;
	z-index: 2;
}
#erklaerung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.Bilder_beschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}



#projects {
	position: absolute;
	height: 120px;
	width: 980px;
	left: 0px;
	top: 2px;
}



	
/* simplyScroll */

.logicbox {
	width: 334px; /**/
	height: 120px;
}

.logicbox .simply-scroll-clip {
	width: 980px; /**/
	height: 120px;
}

.logicbox .simply-scroll-list li {
	float: left;
	width: 304px;
	height: 120px;
}

/* Tool Tip */

#tooltip {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 130px;
	padding: 8px;
	border: 1px solid #666;
	color: #000;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Bilder/backo.png);
	background-repeat: repeat;
}

/* Overlay */

#overlay {
	position: absolute;
	z-index: 1000;
	width: 628px;/*;*/
	height: 290px;/*;*/
	display: none;
	left: 80px;
	top: 90px;
	margin-top: -30px;
	margin-left: 320px;
}

	#overlay-clip {
		position: absolute;
		overflow: hidden;
		z-index: 1002;
		width:0;
		height:0;
	}
	#overlay-content {
	position: absolute;
	overflow: hidden; /* set in to auto in JS (firefox bug?) */
	z-index: 1001;
	width:628px;/*;*/
	height:290px;/*;*/
	left: 0;
	top: 0;
	background-image: url(Bilder/backo2.png);
	background-repeat: repeat;
	background-position: left top;
	}
	#overlay-close {
		position: absolute;
		z-index: 1003;
		top: 0;
		right: 0;
		width: 22px;
		height:22px;
		overflow: hidden;
		background-image: url(overlay-close.gif);
		background-position: 0 0;
		
	}
	#overlay-close:hover {
		background-position: 0 -22px;
		cursor: pointer;
	}
.overlay {
	display: none;
	padding: 18px 22px 22px 22px;
}
