@charset "UTF-8";
@IMPORT url("projectList.css");

div.headline {
	height: 360px;
	position: relative;	
}
h1 {
	color: #3D3121;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	bottom: 10px;
}

div.main div.first {
	padding-left: 0;
	padding-right: 0;
	width: 282px;
	color: #BD9965;
}
div.main div.second {
	padding-top: 420px;
	width: 282px;
}
div.second p.date{
	margin: 0px;
	width: auto;
	padding: 0;
}
ul.categorys {
	clear: both;
	overflow: hidden;
	float: right;
	margin-top: 15px;
}
ul.categorys li{
	float: left;
	opacity: 0.55;
	padding-left: 10px;
}
ul.categorys li.current{
	opacity: 1;
}
ul.categorys span{
	display: none;	
}
p.backLink {
	margin: 0;
	padding: 0;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	margin-top: 15px;
}