@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#topline {
	background-color: #febd26;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 100%;
}
#twitterbird {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 67px;
	position:absolute;
	top: 0px;
	right: 0px;
}

/*
#window {
	height: 500px;
	width: 980px;
	position: absolute;
	margin-left: -480px;
	top: 50px;
	left: 50%;
	background-image: url(../images/bgmain.jpg);
}*/
#window {
	position: absolute; 
	/*top: 18%; */
	top: 10%; 
	left: 50%; 
	margin-left: -480px;
	width: 980px;
	height: 500px;
	background-image: url(../images/bgmain.jpg);
}
#twitterpostit {
	margin: 0px;
	padding: 0px;
	height: 171px;
	width: 182px;
	position:absolute;
	left:308px;
	background-image: url(../images/bgtwitter.png);
	
}
#twitter_update_list {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 130px;
	position:absolute;
	top: 50px;
	left: 25px;
	color:#000;
}

	#twitter_update_list li ,a{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#000;
	}
	
#logo {
	text-align: center;
	top: 40px;
	position: absolute;
	width: 490px;
}
#socialmediaicons {
	width: 400px;
	position: absolute;
	top: 170px;
	padding-left: 130px;
	vertical-align: bottom;
}
#socialmediaicons img {
	padding-left:5px;
} 
#contactleft {
	position: absolute;
	top: 307px;
	left: 25px;
}

#socialmediaicons ul li{
	list-style:none;
	display:table-cell;
	padding-left:5px;
	padding-right:5px;
	}
#refpics {
	position: absolute;
	top: 365px;
	width: 980px;
	left: 197px;
}


#references {
	width: 470px;
	position: absolute;
	top: 55px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
#diensten {
width: 470px;
	position: absolute;
	top: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;

}



#footer1 {
	height: 25px;
	width: 980px;
	position:absolute;
	top: 475px;
	text-align:center;
	color:#FFF;
	
}
#windowleft {
	float: left;
	height: 470px;
	width: 490px;
	position: relative;
}
#windowright {
	float: right;
	height: 470px;
	width: 460px;
	position: relative;
	color: #FFF;
	margin-left: 30px;
	
}
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
	
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 520px;
	height:118px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}
/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 10px 10px 10px;
	/*background-color:#fff;*/
	/*padding:2px;*/
	/*border:1px solid #ccc;*/
	width:110px;
	height:98px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}



