* {
	padding: 0;
	margin: 0;
}

body {
	color: #000000;
	background-color: #ffffff;
	text-align: justify;
}

a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
	color: #252525;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:active {
	
}

p {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
}

.brodtext {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #595959;
}

.brodtextfet {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px;
	color: #595959;
}

#container {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	padding-left: 55px;
	padding-bottom: 0px;
	padding-top: 50px;

}

.rub {
	width: 685;
	height: 14px;
	margin-left: 70px;
	padding-top: 60px;
	padding-bottom: 20px;

}

.info {
	width: 210px;
	float: left;
}

.infoclear {
	width: 630px;
	clear: both;
}
.project{
	width: 300px;
	margin-left: 55px;
	margin-top: 6px;
	float: left;
	padding-bottom: 25px;
}

.heading{
	width: 300px;
	margin-left: 55px;
	margin-top: 6px;
	float: left;
	padding-bottom: 25px;
}
 .project_title{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 300px;
	height: 15px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 4px;
	font-weight: bold;
}
.left {
	width: 300px;
	margin-left: 100px;
	margin-top: 6px;
	float: left;
	padding-bottom: 55px;
}

.right {
	width: 300px;
	margin-left: 55px;
	margin-top: 6px;
	float: left;
	padding-bottom: 55px;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 55px;
}

.readmore {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #909090;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	cursor:pointer;
	cursor: hand;
}

.readmore:hover {
	color: #595959;
	text-decoration: none;
	cursor:pointer;
	cursor: hand;
	font-size: 11px;
}

.project img {
	cursor:pointer;
	cursor: hand;
}

