.content_area
{
	float:										left;
	position:									relative;
	width:										900px;
	height:										auto;
	margin:										0px;
	margin-top:									15px;
	padding:									0px;
	min-height:									560px;
	overflow:									hidden;
	border:										none;
}

/********** ********** Projekt Liste ********** **********/

.project-sidebar
{
	float: 										right;
	width:										158px;
	height:										auto;
	margin:										0px;
	padding:									0px;
	color:										#0a0a0a;
	border:										none;
	border-radius:								2px;
	-moz-border-radius:							2px;
}

.project-sidebar .preview
{
	float:										left;
	width:										154px;
	height:										auto;
	margin:										0px;
	margin-bottom:								10px;
	padding:									0px;
	color:										#0a0a0a;	
	background:									#1996c8;
	border:										2px solid #1996c8;
	border-radius:								2px;
	-moz-border-radius:							2px;
	-webkit-border-radius:						2px;
}

.project-sidebar .preview:hover
{
	cursor:										pointer;
	color:										#fcfcfc;
	background:									#1996c8;
	border:										2px solid #1996c8;
}

.project-sidebar .selected
{
	cursor:										pointer;
	color:										#fcfcfc;
	background:									#000000;
	border:										2px solid #1996c8;
}

.project-sidebar .preview .title,
.project-sidebar .preview .descr
{
	width: 										100%;
	height:										16px;
	margin:										0px;
	padding:									0px;
	color:										inherit;
	font-size:									10px;
	line-height:								12px;
	text-align:									center;
	border:										none;
}

.project-sidebar .preview .title
{
	font-weight:								bold;
}

.project-sidebar .preview .descr
{
	font-weight:								normal;
}

.project-sidebar .preview .image
{
	width: 										150px;
	height:										120px;
	margin:										0px;
	padding:									0px;
	text-align:									center;
	border:										none;
}

.project-sidebar .preview .image img
{
	width:										150px;
	height:										112px;
	margin:										2px;
	padding:									0px;
	border:										none;
	border-radius:								2px;
	-moz-border-radius:							2px;
	-webkit-border-radius:						2px;
}

/********** ********** Projekt Details ********** **********/

.project-details
{
	float: 										left;
	width:										720px;
	height:										auto;
	margin:										0px;
	padding:									0px;
	color:										#0a0a0a;
	border:										none;
	border-radius:								2px;
	-moz-border-radius:							2px;
	-webkit-border-radius:						2px;
}

/********** ********** Projekt Details: Headline ********** **********/

.project-details .head
{
	width:										100%;
	height:										auto;
	margin:										0px;
	margin-bottom:								20px;
	padding:									0px;
	padding-top:								2px;
	padding-bottom:								2px;
	background:									#1996c8;
	border:										none;
	border-radius:								2px;
	-moz-border-radius:							2px;
	-webkit-border-radius:						2px;
}

.project-details .head .title,
.project-details .head .descr
{
	width:										100%;
	height:										18px;
	margin:										0px;
	padding:									0px;
	color:										#000000;
	text-align:									center;
	background:									none;
	border:										none;
}

.project-details .head .title
{
	font-size:									16px;
	line-height:								18px;
	font-weight:								bold;
}

.project-details .head .descr
{
	font-size:									14px;
	line-height:								16px;
	font-weight:								normal;
}

/********** ********** Projekt Details: Images & Text ********** **********/

.project-details .entry
{
	width:										100%;
	height:										auto;
	margin:										0px;
	margin-bottom:								20px;
	padding:									0px;
	padding-bottom:								10px;
	color:										#000000;
	background:									#1996c8;
	border:										none;
	border-radius:								4px;
	-moz-border-radius:							4px;
	-webkit-border-radius:						4px;
}

.project-details .entry .image
{
	width: 										100%;
	height:										auto;
	margin:										0px;
	padding:									0px;
	padding-top:								10px;
	padding-bottom:								10px;
	text-align:									center;
	border:										none;
}

.project-details .entry .image img
{
	display:									block;
	width:										700px;
	height:										auto;
	margin:										0px;
	margin-left:								auto;
	margin-right:								auto;				
	padding:									0px;
	border:										none;
	border-radius:								4px;
	-moz-border-radius:							4px;
	-webkit-border-radius:						4px;
}

.project-details .entry .descr
{
	width: 										700px;
	height:										auto;
	margin:										0px;
	margin-left:								auto;
	margin-right:								auto;		
	padding:									0px;
	color:										inherit;
	font-size:									12px;
	font-weight:								bold;
	line-height:								14px;
	text-align:									center;
	border:										none;
}
