body{
	/* background-image: url("images/bg.png"); */
	background-color: #000;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	font-size: 1.1em;
	color: white;
	overflow:hidden;
}
img{
	border: 0;
}
#center{
    width: 95%;
	height:95%; 
    position: absolute;
	/* background-color: #333; */
	margin:20px;
}
#menumain {
	position: absolute;
	top: 66px;	left: 0px;
	/* background-image: url("images/bg_menu.png"); */
	width: 330px; height: 33px;
	z-index: 5;
}
#menumain2 {
	position: absolute;
	top: 66px;	right: 0px;
	/* background-image: url("images/bg_menu.png"); */
	width: 330px; height: 33px;
	z-index: 5;
		text-align: right;
}
.list  ul{
	/* position: absolute; */
	list-style: none outside none;
	height: 33px; 	
	left: 10px;
	margin: 0 20px 0 20px;
	padding: 0px;
	z-index: 0;
}
#content{
	position: absolute;
	bottom:20px;
	overflow-y: hidden;
	width: 100%; height:220px;
	overflow-x: scroll; 
	background-color: #111122;
	/* padding: 0px 10px 0 10px; */
}
#preview{
	position: relative;
	width: 100%;
}
#bilderdiv{
	/* background-color: white; */
	height: 180px;
}
.pics{
	height: 180px;
	float:left;
	z-index:20;
}
.prepics{
	z-index:20;
}
.project_title{
	/* position: absolute; */ 
	float:left;
	 height: 10px;

	margin: 0px; 
	padding: 0 0 0 10px;
	color: black;
	
}
ul.project_title{
	list-style-type: none;
	width: 240px;
	/* /* height: 180px; */ float: left;
}
.project_title li.txts span{
	font-style: italic;
	font-weight: bold;
	float:right
}
.project_title li.txts{
	list-style-type: none;
	padding: 4px 0 3px 2px;
	text-transform:uppercase;
	font-weight:bold;
}
#bilderdiv li{
	
	margin: 0;
	
}
#picsFolder{
	position: absolute;
	height: 600px;
	width: 280px;
	z-index: 10;
	bottom: 42px;
	left: 10px;
	background-color: #111122; 
	overflow: auto;
	overflow-x: hidden;
}
#picsFolder .pics  {
	margin: 20px 0 0 10px;
}
a{
	text-decoration: none;	
	color: #ddd;
	font-style: italic;
}
.title{
	color: #fff;
	font-size: 2em;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	font-style: italic;
	position: absolute;
	left: 10px;
}
.txts{
	color: #ddd;
	font-size: 0.8em;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
}
.txtm{
	color: #ddd;
	font-size: 0.9em;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
}
#phpdiv{
	position: absolute;
	width: 800px;
	background-color: #111155;
	z-index: 30;
}
.more{
	color: #999;
	font-style:italic;
}
#Referenzliste{
	width:500px;
	height: 180px;
	overflow: auto;
	background-color: black;
	font-size: 0.6em;
}
tbody{ 
	font-size: 0.8em;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
}
img.ctc:hover{
	cursor: url(images/clicktoclose.png), auto;
}
#bigpic{
/* border: thin solid white; */
position: absolute;
margin: 0px;
padding: 10px;
	background-color: black;
	z-index: 100;
	/* bottom: 200px; */
	width:100%;
	text-align:center;
}
.nexts{
	position: relative;
	bottom: 210px;
	font-size: 2em;
	color: grey;
	font-weight: bold;
}
.closeinfo{
	position: absolute;
	/* left: 340px; */
	top:0px;
	color: orange;
	font-size: 0.6em;
	background-color: black;
	padding:5px 5px 0 5px;
}