

/******* Nieuws *******/
.newsitem.even .inner{
	padding: 0 0px 0px 61px;
	margin-right: 0px;
}

.even .news_text{
	margin-left: 0px;
}

.newsitem {
	width: 100%;
	/*min-width: 1224px;*/
	color: #000; /* temp */
}

.newsitem .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
	position: relative;
	overflow: hidden;
	left: 3px;
}

.news_image {
	width: 866px;
	position: relative;
	z-index: 50;
}

.news_text {
	width: 33px;
	position: relative;
	z-index: 100;
}

.news_text .text {
	width: 448px;
	position: relative;
	z-index: 100;
	padding: 123px 0 94px 0;
}

.news_text h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 0;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #1eb8ea;
	margin-bottom: -8px;
}

.news_title_bottom .cufon{
	margin-bottom: -8px;
	line-height: 0px !important;
}

.news_text p {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.02em;
	margin-top: 37px;
	width: 288px;
	color: #fff;
}

.news_text p a {
	color: #1eb8ea;
}
/* ODD */
.newsitem.odd .inner{
	padding: 0 0px 0 0px;
	
}

.odd .news_image, .odd .news_image img {
	float: left;
}

.odd .news_text {
	float: right;
	right: 60px;
}

.odd .news_text .text {
	float: right;
	position: relative;
	text-align: right;
}

.odd .news_text p {
	float: right;
}

/* EVEN */
.newsitem.even .inner{
	padding: 0 0px 0 0px;
}

.even .news_image, .even .news_image img {
	float: right;
}

.even .news_text {
	float: left;
	left: 63px;
}

.even .news_text .text {
	float: left;
	text-align: left;
}

.even .news_text p {
	float: left;
}


/******* Contact ********/

#cs_google_maps {
	width: 100%;
	height: 920px;
}

.links_block {
	width:100%;
	background: #ECECEC;
	margin:0 auto;
	
}
.links_block ul {
	width: 1024px;
/*	margin: 0 auto;*/
}
.links_block ul li {
	float:left;
	width:256px;
}
.links_block ul li a {
	display:block;
	width:256px;
	height:256px;
}
.links_block ul li a img {
	display:inline;
	text-align:center;
}

.client_link
{
	background-image: url();
}