/*
	
	Colors:
	-------------------
	Borders: 		#d6d5cd
	Blue:				#00aeef
	H2 gray:		#8f8f8f
	Gray:				#929292
	Slogan gray	#cacaca
	Black logo:	#221f1f
	Rood: 			#db423e
	
*/

/* Fonts */
@font-face {
	font-family: futura;
	src: url('Futura-CondensedMedium.eot');
}

@font-face {
	font-family: futura;
	src: url('Futura-CondensedMedium.ttf');
}

/* Main */
body {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	background: #f0eeeb url(../images/bg.gif) top center;
	overflow-y: scroll;
}
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: left; }
.float-left { float: left; }
.float-right { float: right; }

/* Layout */
#wrapper {
	width: 970px;
	margin: 0 auto;
}
#wrapper-top {
	margin: 10px 0;
	background: #fff;
	border: solid 1px #d6d5cd;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.shade {
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}
#main {
	position: relative;
	background: url(../images/side-bar-bg.gif) repeat-y right;
}

/* header */
#header {
	position: relative;
	height: 120px;
}
#header .logo {
	position: absolute;
	top: 40px;
	left: 38px;
	width: 128px;
	height: 60px;
	text-indent: -9999px;
	outline: none;
	background: url(../images/visited.gif) top no-repeat;
}
#header ul {
	position: absolute;
	top: 40px;
	right: 0px;
	border-bottom: solid 1px #d6d5cd;
	width: 480px;
	height: 30px;
}
#header ul li {
	float: left;
}
#header ul li a {
	display: block;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	letter-spacing: 1px;
	font-family: futura;
	font-style: normal;
	font-size: 16px;
	color: #221f1f;
	text-decoration: none;
}
#header ul li a:hover {
	border-bottom: solid 1px #000;
}
#header ul li.current a {
	color: #00aeef;
	border-bottom: solid 1px #00aeef;
}

/* homepage slider */
#slides {
	position: relative;
}
.slides_container {
	width: 968px;
	height: 253px;
}
.slides_container > div {
	width: 968px;
	height: 253px;
	display: block;
}
#slides .next, #slides .prev {
	display: none;
}
#slides ul.bullits {
	position: absolute;
	left: 0px;
	bottom: 20px;
	z-index: 100;
	background: url(/images/bullit-bg.png);
	padding: 8px 8px 8px 40px;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-right-radius: 14px;
}
#slides ul.bullits li {
	float: left;
	margin-left: 3px;
}
#slides ul.bullits li a {
	display: block;
	line-height: 18px;
	height: 20px;
	width: 20px;
	color: #777;
	text-align: center;
	text-decoration: none;
	outline: none;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#slides ul.bullits li.current a {
	background: #00aeef;
	color: #fff;
}

/* slogan */
#slogan {
	background: #222 url(../images/slogan-bg.jpg);
	min-height: 140px;
}
#slogan-top {
	height: 4px;
	overflow: hidden;
	background: #929292 url(../images/slogan-top.gif) repeat-x;
}
#slogan-bottom {
	height: 4px;
	background: #929292 url(../images/slogan-bottom.gif) repeat-x;
}
#loading {
	width: 0;
	height: 4px;
	background: #7594a0 url(../images/loading.gif) right no-repeat;
}
#slogan-left {
	padding: 10px 30px;
	width: 660px;
	height: 120px;
	cursor: pointer;
}
#slogan-left h1 {
	font-family: futura;
	font-style: normal;
	font-size: 30px;
	color: #cacaca;
	margin-top: 7px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#slogan-left h1 b {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}
#slogan-left p {
	color: #929292;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	width: 600px;
}
#slogan-expand {
	width: 241px;
	height: 140px;
	float: right;
}
#slogan-expand a {
	width: 100%;
	height: 140px;
	display: block;
	font-family: Futura;
	color: #fff;
	font-style: normal;
	line-height: 210px;
	text-indent: 85px;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
#slogan-expand a:hover {
	color: #00aeef;
}
#slogan-hidden {
	display: none;
	padding: 0px 30px 0px 30px;
}
.block {
	height: 120px;
	width: 340px;
	margin-right: 60px;
	float: left;
	text-align: left;
	font-style: italic;
	cursor: pointer;
}
.block img {}
.block h2 {
	margin: 10px 0 5px;
}
.block a {
	color: #14b4f0;
	line-height: 17px;
	font-size: 14px;
	text-decoration: none;
}
.block a:hover, .block a.hover {
	color: #fff;
}
.blocktext {
	width: 240px;
	height: 100px;
	float: right;
	text-align: left;
	color: #aaa;
	line-height: 17px;
	font-size: 12px;
}
.blockwrapper {
	width: 908px;
}

/* double colored headings */
#main h1, #side-bar h1, .fancy-title {
	color: #00adee;
	font-size: 20px;
	font-family: futura;
	font-style: normal;
/* 	border-bottom: solid 1px #d6d5cd; */
	padding: 0 5px 0 30px;
	margin: 30px 0 25px;
	text-transform: uppercase;
	display: inline-table;
}
#main h1 span, #side-bar h1 span, .fancy-title span {
	color: #8f8f8f;
}

/* main  */
#main p {
	letter-spacing: 0px;
}
#content {
	width: 695px;
}
#content-text {
	padding: 0 30px 30px 30px;
}
#content-text p{
	line-height: 20px;
	color: #878787;
	margin-bottom: 20px;
}
#content-text h2 {
	font-size: 15px;
	line-height: 30px;
	color: #3a3a3a;
}
#content-text h3 {
	font-size: 13px;
	color: #515151;
	margin-bottom: 7px;
}
#content-text li {
	line-height: 20px;
	margin-left: 20px;
	color: #878787;
	list-style: disc;
}
#content-text a{
	color: #5a5a5a;
}
#content-text a:hover{
	color: #00ADEE;
}

/* columnizer */
.columns {
	width: 639px;
	color: #878787;
	line-height: 20px;
}
html #content-text div.columns div.column {
	width: 50% !important;
}
.column p {
	padding: 0px;
	text-align: justify;
}
.first p {
	padding: 0 17px 0 0;
}
.last p {
	padding: 0 3px 0 15px;
}

/* 2 cols - geen textwrap */
.col {
	width: 302px;
	float: left;
}
.bitriximg {
	padding-left: 60px;
	position: relative;
}
.bitriximg img {
	left: 0;
	top: 10px;
	position: absolute;
}
.bitrixspace{
	width: 30px;
	height: 30px;
	float: left;
}

/* Sub menu */
#right-menu {
	border-top: solid 1px #d6d5cd;
	margin-top: 64px;
}
#right-menu li {}
#right-menu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	border-bottom: solid 1px #d6d5cd;
	text-decoration: none;
	font-style: normal;
	color: #000;
	cursor: pointer;
	letter-spacing: 0px;
}
#right-menu li a:hover {
	background: #E7E7E7;
}
#right-menu li a.current {
	background: #db423e;
	border-bottom: solid 1px #db423e;
	color: #fff;
	height: 31px;
	width: 241px;
	margin: -1px 0 0 -1px;
}

/* footer */
#footer {
	background: #000;
	padding: 20px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	behavior: url(border-radius.htc);
	position: relative;
}
#footer-top {
	height: 4px;
	background: #929292 url(../images/slogan-bottom.gif) repeat-x;
}
#footer-copyright {
	width: 300px;
}
#footer-copyright a {
	color: #00aeef;
	text-decoration: none;
}
#footer-follow {
	color: #929292;
	float: right;
	text-align: right;
	width: 100px;
}
#footer-follow a {
	float: right;
}
#footer-follow a img {
	margin: -4px 0 0 10px;
}
#footer-menu {
	border-top: dashed 1px #929292;
	margin-top: 20px;
	height: 30px;
}
#footer-menu li {
	float: left;
	padding: 0 20px;
	background: url(../images/footer-bullit.gif) no-repeat right center;
}
#footer-menu li:first-child {
	padding-left: 0;
}
#footer-menu li:last-child {
	padding-right: 0;
	background: none;
}
#footer-menu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
}

/* Side bar */
#side-bar {
	width: 270px;
	/* 	border-left: solid 1px #d6d5cd; */
	position: absolute;
	top: 0px;
	right: 0px;
}
#side {}

/* inc_socialmedia */
.fb_iframe_widget {
	margin-left: 30px;
}

/* inc_side_news */
#side-news {}
#side-news ul li {
	position: relative;
}
#side-news ul li a {
	color: #8f8f8f;
	font-size: 10px !important;
}
#side-news ul li a:hover {
	color: #000;
}
#side-news ul li a:hover .datum {
	background: #00aeef;
}
#side-news ul {
	margin-top: 0px;
}
#side-news .more {
	color: #8f8f8f;
	display: block;
	margin-top: 10px;
	text-align: right;
	padding-right: 30px;
	text-decoration: none;
	font-style: normal;
}
#side-news .more:hover {
	color: #000;
}
#side-news .datum {
	position: absolute;
	right: 30px;
	top: 0px;
	margin-top: 4px;
}
.datum {
	text-align: center;
	display: block;
	background: #b8b8b8;
	font-style: italic;
	color: #E2E2E2;
	line-height: 10px;
	font-size: 8px;
	float: left;
	height: 19px;
	width: 18px;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.datum span {
	font-size: 14px;
	display: block;
	color: #fff;
	margin-bottom: 0px;
}

/* news archief */
.news-item {
	border-bottom: solid 1px #d6d5cd;
	padding-bottom: 15px;
}
.news-item .datum {
	margin-right: 10px;
}
.news-item .news-item-content {
}
.news-item a {
	font-size: 16px;
	line-height: 23px;
	text-decoration: none;
	font-style: normal;
}

/* news detail */
.news-detail {}
.news-detail .datum {
	margin-right: 10px;
}
.news-detail h3 {
	font-weight: bold;
	font-size: 16px !important;
	line-height: 23px;
	font-style: normal;
}
.datum-detail {
	padding-bottom: 10px;
	display: block;
}

/* inc_bitrix */
.bitrix-partner {
	width: 270px;
	height: 193px;
	line-height: 340px;
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	color: #cf2238;
	text-align: center;
	background: url(/images/bitrix-partner.gif) no-repeat;
	display: block;
	text-decoration: none;
	margin: 10px 0 0 0;
	border-top: solid 1px #d6d5cd;
}
.bitrix-partner span {
	color: #00aeef;
}

/* new projects homepage */
#content-new-projects {
	padding-left: 28px;
}
.new-project {
	border: solid 1px #d6d5cd;
	width: 303px;
	height: 200px;
	margin: 0 28px 30px 0px;	
	float: left;
	cursor: pointer;
	position: relative;
}
.new-project-wrapper {
	border: solid 1px #fff;
	width: 301px;
	height: 198px;
	position: relative;
	overflow: hidden;
}
.new-project-info {
	background: url(/images/black-70perc.png);
	width: 281px;
	padding: 10px;
	color: #fff;
	position: absolute;
	bottom: -60px;
}
.new-project-info h2 {
	font-size: 20px;
	font-family: futura;
	letter-spacing: 1px;
	font-style: normal;
	margin-bottom: 10px;
}
.new-project-info p {
	color: #ccc;
}
.new-project-info a {
	color: #00aeef;
	text-decoration: none;
	text-align: right;
	width: 100%;
	line-height: 20px;
	margin-top: 15px;
	display: block;
}
.nieuw {
	background: url(/images/nieuw.png) no-repeat top right;
	position: absolute;
	top: -3px;
	right: -3px;
	width: 56px;
	height: 55px;
	z-index: 100;
}

/* contact formulier */
.contact-form {
	width: 640px;
}
.contact-form .errortext {
	margin: 10px 0;
}
.contact-form .mf-ok-text {
	margin-bottom: 30px;
}
.contact-form .mf-text {
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #878787;
	margin-top: 10px;
}
.contact-form .mf-text .mf-req {
	margin-left: 5px;
	color: #C30;
}
.contact-form input, .contact-form textarea{
	border: solid 1px #cfcec9;
	padding: 3px;
	width: 632px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form .inputselect{
	border: solid 1px #cfcec9;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form input:focus, .contact-form textarea:focus {
	border: solid 1px #00aeef;	
}
.contact-form input {
	height: 25px;
	line-height: 25px;
}
.contact-form textarea {
	height: 80px
}
.contact-form .submit-btn {
	width: 120px;
	float: right;
	margin-top: 10px;
	background: #00aeef;
	border: #00aeef;
	color: #fff;
	line-height: 25px;
	height: 30px;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.contact-form .submit-btn:hover {
	background: #000;
	border: #000;
}

/* Banner content */
#banner {
	position: relative;
}
.banner-shade {
	height: 30px;
	width: 968px;
	background: url(../images/banner_shade.png) repeat-x top;
	position: absolute;
	top: 0;
	z-index: 200;
}

/* sm side */
#sm-side {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 100%;
	width: 20px;
	z-index: 100;
	overflow: hidden;
}
#sm-side h1 {
	background: #000;
	width: 20px;
	height: 100px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	top: 0px;
	left: 0px;
	position: absolute;
}
#sm-content {
	background: #000;
	width: 300px;
	height: 100%;
	top: 0px;
	left: 20px;
	position: absolute;
}

/* offerte aanvragen */
.offerte-aanvragen {
	border-top: solid 1px #d6d5cd;
	border-bottom: solid 1px #d6d5cd;
	border-left: solid 1px #d6d5cd;
	display: block;
	line-height: 30px;
	height: 30px;
	padding-right: 30px;
	text-align: right;
	text-decoration: none;
	font-style: normal;
	color: #000;
	cursor: pointer;
	width: 175px;
	float: right;
	margin-top: 30px;
}
.offerte-aanvragen:hover {
	background: #00aeef;
	border-color: #00aeef;
	color: #fff;
}
.offerte-aanvragen img {
	margin: 0 10px 0 0;
	position: relative;
	top: 3px;
}

/* Portfolio detail pagina */
.port_next_prev {
	position: absolute;
	top: 30px;
	right: 305px;
}
.port_prev {}
.port_next {}
.port_prev, .port_next, .port_dummy {
	background: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	outline: none;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
}
.port_dummy {
	background: #fff !important;
}


.portfolio-detail-content {
	padding: 0 30px;
}
.portfolio-detail-content img {
	margin-bottom: 30px;
	float: left;
}
#portfolio-detail-side {
	padding: 0 30px 30px 30px;
}
#portfolio-detail-side p {
	color: #878787;
	line-height: 20px;
}
#portfolio-detail-side a {}
#portfolio-detail-side .website {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	border-bottom: solid 1px #D6D5CD;
	border-top: solid 1px #D6D5CD;
	text-decoration: none;
	font-style: normal;
	color: black;
	cursor: pointer;
	width: 240px;
	margin-left: -30px;
}
#portfolio-detail-side .website:hover {
	background: #E7E7E7;
}
.port-back {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	border-bottom: solid 1px #D6D5CD;
	text-decoration: none;
	font-style: normal;
	color: black;
	cursor: pointer;
	width: 240px;
	margin-left: -30px;
}
.port-back:hover {
	background: #E7E7E7;
}
#projecttype {
	margin: 20px 0;
}
#projecttype h3 {
	font-weight: bold;
	color: #8f8f8f;
}
#projecttype ul {
	margin: 10px 0;
}
#projecttype ul li {
	line-height: 20px;
	color: #878787;
	list-style: disc;
	margin-left: 20px;
}
#projecttype .bookmarks-table {
	float: right;
	margin-top: 20px;
}
.share-window-parent{
	float: right;
	margin-top: 10px;
	margin-right: -20px;
}
.share-dialog-inner {
	border: solid 1px #d6d5cd;
	background: #fff;
	font-family: Arial;
	font-style: normal;
	color: #8f8f8f;
	padding: 3px 3px 3px 0;
	height: 17px;
}
.share-dialog-text {
	padding: 0 3px 0 6px;
	float: left;
	margin-top: 2px;
}
.share-dialog-inner table {
	float: left;
}
.share-dialog-inner td {
	padding-left: 3px;
}
/* fb like btn */
#like {
	width: 170px;
	position: absolute;
	bottom: 15px;
	right: 20px;
	text-align: right;
}

/* contact */
.contact-table td a {
	color: #878787;
	text-decoration: none;
}
.contact-table td a:hover {
	color: #000;
	text-decoration: underline;
}

/* werkwijze */
.werkwijze {
	padding-left: 115px;
	position: relative;
	height: 130px;
	overflow: hidden;
}
.werkwijze img {
	left: 0;
	top: 10px;
	position: absolute;
}
.wekwijze p {
	margin-bottom: 0px !important;
}

/* banner-title */
#banner .banner-title {
	position: absolute;
	top: 20px;
	right: 120px;
	max-width: 500px;
}
#slides .banner-title {
	position: absolute;
	top: 100px;
	max-width: 400px;
	right: 70px;
}
.banner-title div {
	background: #00aeef url(/images/banner-title-stripes.png) bottom right;
	padding: 15px 15px 20px 15px;
	font-size: 26px;
	font-family: Futura;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.banner-title div span {
	border-bottom: dotted 1px #fff;
	padding-bottom: 2px;
}
div.banner-title a {
	text-decoration: none;
	background: #fff url(/images/banner-title-arrow.gif) no-repeat 10px 10px;
	font-family: Georgia;
	font-size: 14px;
	padding: 0 20px 0 25px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #000;
	float: right;
}
.banner-title a {
	color: #00aeef;
}
.banner-title img {
	height: 60px;
	width: 60px;
	float: right;
}

.banner-red div {
	background-color: #ea443f !important;
}
.banner-purple div {
	background-color: #9d36a8 !important;
}
.banner-green div {
	background-color: #36a42b !important;
}
.banner-turquoise div {
	background-color: #489aa1 !important;
}

/* over ons */
.over_ons {
	width: 304px;
	float: left;
}
.over_ons_foto {
	position: relative;
}
.over_ons_title {
	background: #00aeef url(/images/banner-title-stripes.png) bottom right;
	padding: 10px 15px 10px 15px;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.over_ons_title div {
	font-size: 26px;
	font-family: Futura;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.over_ons_title span {
	font-size: 11px;
	font-family: Arial;
	color: #fff;
}
.over_ons_text {
	line-height: 16px;
	margin: 16px 0;
}
.over_ons table {
	width: 310px;
	margin-bottom: 30px;
}
.over_ons table td {
	width: 33.3%;
	padding: 3px 0;
	font-style: normal;
	color: #333;
}
.over_ons table td a {
	text-decoration: none;
	color: #333;
}

