/* ------ HTML Elements ------ */
#test{
	display: none;
}
body, html {
	color:#fff;
	font-size: 12px;
	overflow: hidden;
}
body,form,select,input,button,textarea {

	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin:0;
	padding:0;
	color: #fff;
	line-height: 17px;
	letter-spacing: 0.02em;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	line-height: normal;
}
p a{
	line-height: normal;
}
a:hover, a:active {
	text-decoration:underline;
	color:#fff;
}
a:focus {
	border: 0;
	outline: 0;
}
em {
	font-style:italic;
}
th {
	font-weight:bold;
}
ol,ul,dl {
	margin-left:15px;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin-bottom:10px;
	color:#fff;
}
strong {
	font-weight:bold;
}
table {
	margin:10px 0 10px 0;
}
td,th {
	padding-right:10px;
}
hr {
	border: none; 
	border-bottom:1px solid #333;
	height:0;
}

/* ------ Page Structure ------ */
#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.fc {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/* ------ Navigation ------ */


ul#menu {
	margin-left:-2px;
}

ul#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0 ;
	float: left;	
	
}
ul#menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 10px 10px 26px 0;
	padding-left: 12px;
	letter-spacing: 0.035em;
	font-weight:normal;
}

ul#menu li.active a {
	letter-spacing: 0;
	font-weight: bold;
	background-position: -54px -59px;
}
ul#menu li.active a:hover{
	text-decoration: none;
}
#menu .portfolio{
	width: 35px;
}
#menu .wat_we_doen{
	width: 80px;
}
#menu .team{
	width: 35px;
}
#menu .opdrachtgevers{
	width: 95px;
}
#menu .werkenbij{
	width: 130px;
}
#menu .contact{
	width: 40px;
}
/* ------ Headings ------ */

h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}

/* ------ Content Area ------ */
/* Grid */
#grid{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
}
#grid .main{
	cursor: pointer;
}
#grid span{
	display: none;
}
#grid_wrap{
	position: relative;
	overflow: auto;
	height: 100%;
	z-index: 12;
	background: url(/site/gfx/bg_grid.png);
}
#grid_menu{
	float: right;
	height: 85px;
	margin:20px 10px;
}
.expose #grid_menu{
	height: 160px;
}
#grid_menu a{
	cursor: pointer;
	float: left;
	margin-right: 20px;
}
.grid_close{
	background: url(/site/gfx/arrows_sprite.png) no-repeat 0px -138px;
	width: 26px;
	height: 28px;
	display: block;
}
.grid_close:hover{
	background-position: -26px -138px;
}
.grid_toggle{
	background: url(/site/gfx/arrows_sprite.png) no-repeat 1px -103px;
	width: 22px;
	height: 21px;
	display: block;
	margin-top: 3px;
}
#grid .expose .grid_toggle{
	background-position: 1px -82px;
}
#grid .expose .grid_toggle:hover{
	background-position: -20px -82px;
}
#grid .projectwrap a{
	opacity:0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	display: block;
	float: left;
	height: 125px;
	width: 125px;
	overflow: hidden;
}
#grid .projectwrap a:hover{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#grid_wrap.expose{
}
#grid_wrap.expose .projectwrap{
	width: 125px;
	margin:20px;
	height: 160px;
	float: left;
}
#grid_wrap.expose a{
}
#grid_wrap.expose a.sub{
	display: none;
}
#grid_wrap.expose a.main{
	margin-bottom: 10px;
	background: #fff;
}
#grid_wrap.expose span{
	display: block;
}
/* Draggable container */
#draggable{
	background: #C1192E;
	padding:13px 0 25px;
	position: absolute;
	z-index: 2;
	top: 100px;
	width: 100%;
}
#draggable.ui-draggable-disabled .next, #draggable.ui-draggable-disabled .prev, #draggable.ui-draggable-disabled .grid_toggle{
	display: none;
}
#draggable .next, #draggable .prev{
	display: block;
	width: 18px;
	height: 26px;
	position: absolute;
	top: 12px;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	background: url(/site/gfx/arrows_sprite.png) no-repeat;
}
#draggable .next.active, #draggable .prev.active{
	cursor: pointer;
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#draggable .next, #draggable .next:active{
	background-position: -20px -56px;
	right: 60px;
}
#draggable .prev{
	background-position: 0px -56px;
	right: 103px;
}
#draggable a.active.next:hover{
	background-position: -19px -56px;
}
#draggable a.active.prev:hover{
	background-position: -1px -56px;
}
#draggable.map #projecten, #draggable.map .next, #draggable.map .prev, #draggable.map.over_zinnebeeld #over_zinnebeeld_wrap{
	display: none;
}
#draggable .grid_toggle{
	position: absolute;
	right: 16px;
	top: 12px;
	background: url(/site/gfx/arrows_sprite.png) no-repeat 1px -103px;
}
#draggable .grid_toggle:hover, #grid .grid_toggle:hover{
	background-position: -20px -103px;
}
#draggable.map .close{
	display: block;
	top:13px;
}
#draggable #close_map{
	display: block;
	color: #fff;
	width: 26px;
	height: 28px;
	padding: 0;
	position: absolute;
	top: 12px;
	right: 25px;
	background: url(/site/gfx/arrows_sprite.png) no-repeat 0 -28px;
}
#draggable #close_map:hover{
	background-position: -26px -28px;
}
#draggable .handle{
	cursor: move;
	position: absolute;
}
#draggable #handle_white{
	width: 100%;
	height: 15px;
	background: #fff;
	top:-15px;
	left: 0;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);

}
#draggable #handle_lines{
	width: 100%;
	margin-top:-11px;
	left: 0;
	top:0;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#draggable #handle_lines span{
	display: block;
	width: 50px;
	border-top:1px solid #fff;
	margin:0 auto 2px;
	height: 0;
	padding: 0;
}
#draggable #handle_extra{
	width: 90%;
	height: 18px;
	top:0;
	left: 0;
}
.ui-draggable-disabled .handle{
	display: none;
}
#logo_cont{
	float: left;
	width: 150px;
	padding:0 40px 0 0;
	margin-left: 25px;
}
#logo{
	margin-bottom: 26px;
	height: 0;
	overflow: hidden;
	padding-top: 21px;
	width: 132px;
	background: url(/site/gfx/logo.png) no-repeat;
	cursor: pointer;
}
#logo_cont h2{
	font-size: 11px;
}
#projecten{
	margin:0;
	padding:0;
	float: left;
}
#projecten article{
	float: left;
	clear: left;
	display: none;
	margin:5px 0 0;
	padding:0;
}
#projecten article.visible{
	display: block;
}
#projecten article h1{
	padding-bottom: 20px;
	margin-bottom: 0;
	font-size: 17px;
}
article ul li{
	line-height: 17px;
	margin-bottom: 2px;
}
#draggable .arrow, #menu a{
	background: url(/site/gfx/arrows_sprite.png) no-repeat -54px -105px;
	padding-left: 10px;
}
#menu a:hover{
	background-position: -53px -105px;
	text-decoration: none;
}
.content{
	float: left;
	width: 420px;
}
#draggable .content a, #over_zinnebeeld_wrap article a{
	margin:0;
	padding:1px 1px 0px;
	background: url(/site/gfx/dotted_underline.png) repeat-x center bottom;
}
#draggable .content a:hover, #over_zinnebeeld_wrap article a:hover, #menu a:hover span, .arrow:hover span{
	text-decoration: none;
	background: url(/site/gfx/dotted_underline_hover.png) repeat-x center bottom;
}
a.arrow:hover {
	text-decoration: none;
}
#draggable .open_popup{
	margin-left: 75px;
}
/* google maps */

#map{
	width: 100%;
	height: 100%;
	display: none;
}
.gmnoprint img{
	display: none;
}
.gmnoprint div{
	border:none!important;
	background: none!important;
	overflow: hidden !important;
	height: 100px !important;
}
body #info_window{
	background: #fff!important;
/* 	margin:-16px; */
/* 	height: 100px; */
	padding:16px;
	position: absolute;
	display: block;
	border:1px solid #fff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: auto !important;
}
#info_window h1{
	background: url(/site/gfx/maps_logo.png) no-repeat;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	width: 85px;
	margin-bottom: 7px;
}
#info_window p{
	font-size: 11px;
	color: #C1192E;
	line-height: 15px;
	display: block;
}
#info_arrow{
	background: url(/site/gfx/info_arrow.png) no-repeat center top!important;
	height: 26px !important;
	width: 100%;
	position: absolute;
	bottom: -21px;
	left: 0;
}

/* tooltip */
.tooltip{
	position: absolute;
	z-index: 999;
	background: #fff;
	border:1px solid #f9f9f9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tooltip_content{
	background: #f9f9f9;
	padding:6px 10px;
	color: #C1192E;	
	position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.2);
}
.tooltip_content a{
	color:#C1192E;
	display: block;
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(/site/gfx/arrows_sprite.png) no-repeat -54px 0px;
	line-height: 13px;
}
.tooltip_content a:hover{
	text-decoration: none;
	background-position: -53px 0px;
}
.tooltip_bottom{
	background: url(/site/gfx/tooltip_arrow.png) no-repeat center 0px;
	position: absolute;
	bottom: -10px;
	left:0;
	height: 10px;
	width: 100%;
}
.tooltip.twitter{
	width: 200px;
}
.tooltip.twitter .tooltip_bottom{
	background-position: 112px 0;
}
.tooltip.twitter .tooltip_content{
	padding-bottom: 10px;
}
.tooltip.twitter .tooltip_content ul{
	margin: 10px 3px 0;
}
.tooltip_content .tweet{
	list-style: none;
	margin-bottom: 10px;
}
.tooltip_content .tweet_from{
	display: block;
	margin-top: 2px;
}
.tooltip .tooltip_content .tweet a{
	display: inline;
	background: none;
	padding:0;
	margin:0;
	line-height: normal;
	background: url(/site/gfx/dotted_underline_red.png) repeat-x center bottom;	
}
.tooltip .tooltip_content .tweet a:hover{
	background: none;
}
.tooltip .tooltip_content .tweet_from a{
	font-size: 10px;
	color: #888;
	text-decoration: none;
	background: url(/site/gfx/dotted_underline_bw.png) repeat-x center bottom;	
}
.tooltip .tooltip_content .tweet_from a:hover{
	color: #000;
	background: url(/site/gfx/dotted_underline_bw_hover.png) repeat-x center bottom;	
}
.tooltip.twitter a{
	background-position: -54px -1px;
}
.tooltip.twitter a:hover{
	background-position: -53px -1px;
}
.tooltip.twitter .loading{
	background: url(/site/gfx/preloader_small.gif) no-repeat center center;
	height: 30px;
	width: 100%;
}
/* about us */
#about_us{
	background: #000;	
}

#background{
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;	
	z-index: -1;
}
#background img{
	position: absolute;
	display: none;
	left:0px;
}
#background img.visible{
	left: 0;
	display: block;
}
footer{
	width: 100%;
	background: #C1192E;
	position: fixed;
	bottom: 0;
	height: 31px;
	background: #C1192E url('/site/gfx/address.png') 25px 0 no-repeat;
	z-index: 1;
}
footer p{
	margin:2px 0 0 25px;
}
footer p span{
	padding-top:20px;
	display: block;
	float: left;
	background: url(/site/gfx/address.png) no-repeat 0 0;
	height:0;
	overflow: hidden;
}
footer #grafisch_interactief{
	width: 180px;
}
footer #address{
	background-position: -180px 0;
	width: 218px;
}
footer #praten{
	background-position: -398px 0;
	width: 125px;
}
footer #faxen{
	background-position: -523px 0;
	width: 121px;
}
footer #typen{
	background-position: -644px 0;
	width: 140px;
}
footer #twitter{
	height: 0;
	width: 70px;
	overflow: hidden;
	padding-top: 20px;
	position: absolute;
	right: 45px;
	top:3px;
	background: url(/site/gfx/twitter.png) no-repeat right 2px;
}
footer #facebook{
	height: 0;
	width: 23px;
	overflow: hidden;
	padding-top: 20px;
	position: absolute;
	right: 20px;
	top:3px;
	background: url(/site/gfx/facebook.png) no-repeat right 2px;
}
#twitter_cont{
	display: none;
}
/* popup */

#popup{
	display: none;
	background: #F9F9F9;
	width: 100%;
	height: 450px;
	position: absolute;
	top:400px;
	z-index: 4;
}
#popup .image_wrap{
	overflow: hidden;
	float: left;
}
#popup_wrap{
	width: 800px;
	margin: 25px auto;
	position: relative;
}
#popup_content{
	position: absolute;
	top:0;
	right: 0;
	width: 270px;
}
.caption{
	width: 400px;
}
.close{
	position: absolute;
	top:20px;
	right: 25px;
	background: url(/site/gfx/arrows_sprite.png) no-repeat 0 -28px;
	width: 26px;
	height: 28px;
	display: block;
}
#popup .close{
	background: url(/site/gfx/arrows_sprite.png) no-repeat 0 0px;
}
#popup .close:hover{
	background-position: -26px 0px;
}
#popup p, #popup h2, #popup a{
	color:#000;
}
#popup a{
	background: url(/site/gfx/dotted_underline_bw.png) repeat-x bottom;
}
#popup #popup_content a:hover, .tooltip_content a:hover span{
	text-decoration: none;
	background: url(/site/gfx/dotted_underline_bw_hover.png) repeat-x bottom;
}
#popup h2{
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom:18px;
	letter-spacing: 0.02em;
}
#popup p.first{
	display: inline;
}
#popup_wrap .image_wrap, #popup_wrap #captions div{
	display: none;
}
#popup_wrap .image_wrap.active, #popup_wrap #captions .active{
	display: block;
}
#image_dots{
	clear: both;
	margin-top: 10px;
}
#image_dots a{
	float: left;
	margin:0 10px 0 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#image_dots img{
	width: 65px;
	margin: -10px 0 0 -10px;
}
#image_dots a:hover{
	opacity:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#image_dots a.active, #image_dots a.active:hover{
	cursor: default;
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);

}

/* Zinnebeeld popup */
#over_zinnebeeld_wrap{
	display: none;
	float: left;
}
#draggable.over_zinnebeeld #over_zinnebeeld_wrap{
	display: block;
}
#logo_cont .ons_werk{
	display: none;
}
#logo_cont .over_zinnebeeld{
	background: url(/site/gfx/arrows_sprite.png) no-repeat -55px -90px;
	padding-left:10px;
}
#draggable.over_zinnebeeld .close{
	background-position: 0px -28px;
	top:13px;
}
#draggable.over_zinnebeeld .close:hover, #draggable.map .close:hover{
	background-position: -26px -28px;
}
#draggable.over_zinnebeeld #logo_cont .ons_werk{
	display: block;
}
#logo_cont a:hover{
	text-decoration: none;
}
#draggable.over_zinnebeeld #projecten, #draggable.over_zinnebeeld .over_zinnebeeld.arrow, #draggable.over_zinnebeeld .next, #draggable.over_zinnebeeld .prev, #draggable .close{
	display: none;
}
#over_zinnebeeld_wrap article{
	display: none;
}
#over_zinnebeeld_wrap article.visible{
	display: block;
}
#over_zinnebeeld_wrap article{
	width:500px;
	float: left;
	clear: left;
}
#over_zinnebeeld_wrap article h1{
	display: none;
}
#over_zinnebeeld_wrap article#team_id{
	width: 600px;
}
#over_zinnebeeld_wrap a{
	font-size: 12px;
	font-weight: bold;
}
#over_zinnebeeld_wrap a.biglink{
	font-size:18px;
	font-weight:normal;
}

#team_id ul{
	margin:0;
}

#team_id ul li{
	list-style: none;
	width: 210px;
	font-style: italic;
	font-size: 11px;
	float: left;
	padding-left: 70px;
	margin:10px 0;
}
#team_id ul li img{
	margin-left: -70px;
	float: left;
}
#team_id ul li .linkedin{
	background: url(/site/gfx/linkedin.png) no-repeat top left;
	width:41px;
	height: 0;
	padding-top:13px;
	margin:0 0 -3px 2px; 
	overflow: hidden;
	display: inline-block;
}
#team_id ul li .linkedin:hover{
	background: url(/site/gfx/linkedin.png) no-repeat top left;
}
#team_id ul li strong{
	font-size: 12px;
}
#team_id ul li strong{
	margin:1px 0;
	display: block;
	font-style: normal;

}
#team_id ul li a{
	margin:1px 0;
	font-style: normal;
	font-size:11px;
	font-weight:normal;
}
#contact_id input[type='text']{
	border: none;
	padding:3px 4px;
}
#contact_id input.submit{
	margin-left: 10px;
}
/* ------ Forms ------ */

button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px;
}
select, input, button, textarea {
	font-size:99%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

/* ------ Contactform ------ */

#contactform textarea,input {
	font-size: 12px;
	color: #23333E;
}
#contactform .formfield {
	display: block;
	height: 20px;
	margin-bottom: 15px;
}
#contactform .formfieldtextarea {
	display: block;
	margin-bottom: 15px;
}
#contactform label {
	display: block;
	float: left;
	padding-top: 6px;
	width: 100px;
	color:#23333E;
}
#contactform .required {
	color: #C43349;
}
#contactform .input_large {
	border: 1px solid #999;
	font-size: 1em;
	padding: 5px;
	width: 250px;
}
#contactform .input_small {
	border: 1px solid #999;
	font-size: 1em;
	padding: 5px;
	width: 100px;
}
#contactform .hiddenfield {
	display:none;
	visibility:hidden;
}
#contactform .errorlabel {
	color:#C43349;
}
#contactform .normallabel{
	color:#23333E;
}
