/* ----------------------------------------------------------------------- RESET */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

*:focus
{
  -moz-outline: none;
}
  
/* ----------------------------------------------------------------------- */


@font-face {
	font-family: 'DroidSansMono';
	src: url('DroidSansMono.ttf') format('truetype');
} 

html, body {
	font: 10px DroidSansMono, Monaco, Andale, Courier, monospace;
	color: #fff;
	background: #000;
	overflow: hidden;
}

.projectimage {
	margin:0;
	padding:0;
	float: left;
	width: 1500px;
	height: 1021px;
}

#projectcount {
	position: fixed;
	left: 70px;
	bottom: 50px;
	padding: 9px;
	z-index: 5000;
}

#home {
	position: fixed;
	top: 120px;
	left: 140px;
	z-index: 99999;
	cursor: pointer;
}

header {
	position: fixed;
	bottom: 150px;
	left: 70px;
	padding: 10px 0 11px 11px;
	z-index: 5000;
}

#titlebox {
	position: fixed;
	bottom: 150px;
	left: 70px;
	z-index: 5001;
	width: 400px;
	height: 48px;
}

#load {
	display: block;
	position: absolute;
	top: 47%;
	left: 47%;
	z-index: 6000;
}

#next>img {
	position: fixed;
	right: 70px;
	top: 46%;
	z-index: 5000;
	cursor: pointer;
}

#prev>img {
	position: fixed;
	left: 70px;
	top: 46%;
	z-index: 5000;
	cursor: pointer;
}

#next {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5000;
	width: 50%;
	height: 100%;
}

#prev {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 50%;
	height: 100%;
}




#overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 999999;
}

#overlay+a {
	position: fixed;
	top: 45px;
	left: 85px;
	height: 168px;
	width: 163px;
	z-index: 9999999;
}

#nextover {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}



#projectlist {
	position: absolute;
	bottom: -250px;
	left: 0;
	height: 200px;
	width: 100%;
	z-index: 99999;
	background: #000;
	padding: 50px 0 0 70px;
}

#infobox-trigger {
	position: fixed;
	bottom: 45px;
	left: 72px;
	z-index: 9999;
	padding: 3px 5px 2px 5px;
	background: #000;
	color: #fff;
	display: block;
	cursor: pointer;
	/*border: 1px solid #000;*/
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
};

#infobox-trigger:hover{
	
}

a {
	color: #fff;
}


#beschreibungscontainer {
	position: absolute;
	top: 50px;
	left: 70px;
	line-height: 20px;
	color: #fff;
	border-right: 1px solid #fff;
	width: 300px;
	height: 100px;
}


.beschreibungstext {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 0 45px 0 0;
}



#dropdown {
	color: #fff;
	position: fixed;
	top: 50px;
	right: 75px;
	z-index: 99999;
		-webkit-box-shadow: 4px 3px 7px #555;

}


#current {
	padding: 7px 10px 7px 10px;
	color: #fff;
	background: #000;
	cursor: pointer;
	width: 180px;
	/*margin: 0 0 5px 0;*/
}

/*#current:hover {
	font-size: 10px;
	-webkit-box-shadow: 3px 2px 5px #333;
}*/

#liste {
	cursor: pointer;
	list-style: none;
	padding: 7px 10px 7px 10px;
	line-height: 20px;
	background: #000;
	width: 180px;

}

#img-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
