/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body{
	background-color: #0083BB;
	font-family: "Trebuchet MS", "Arial";
	color: #252525;
	font-size: 11px;
	background-image: url(../images/layout/bg_gradient.jpg);
	background-repeat: repeat-x;
	line-height: 1.4em;
}

h1 {
	font-size: 26px;
	color: #FFF;
	background-color: #000;
	padding: 7px 11px;
	
	/*display: inline;
	margin-bottom: 300px;*/
	
	display: inline-block;
	margin-bottom: 16px;
}

h1 span {
	color: #98c507;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

h1 a span,
h1 a:link span,
h1 a:visited span,
h1 a:active span,
h1 a:hover span {
	color: #98c507;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	color: #98c507;
	margin-bottom: 10px;
}

p {
	margin-bottom: 11px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #98c507;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: disc;
}

/* WRAPPER */
#wrapper {
	min-height: 100%;
	position: relative;
}

/* CONTAINER */
#container {
	display: block;
	width: 982px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
	
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#wrapper #container {
	padding-bottom: 168px;
}

/* MENU KOLOM */
#menu {
	width: 151px;
	position: absolute;
	top: 0px;
	left: 0;
	padding-top: 30px;	
}

#content {
	width: 808px;
	margin-left: 151px;
}

div.lijn {
	margin-top: 50px;
	margin-bottom: 49px;
}

/* ITEM */
#content div.item {
}

/* TWITTER */
#twitter-top {
	margin-right: 34px;
	text-align: right;
}

/* TWITTER HOLDER + PLACE */
#twitter_holder{
	width: 782px;
}

#twitter_left {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/images/layout/birdy.png);
	color: #303030;
	width: 183px;
	height: 200px;
	float: left;
}

#twitter_div {
	color: #303030;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding: 10px;
	background-color: white ;
	width: 579px;
	float: right
}

#twitter_div a {
	color: #98c507;
}

#twitter_div li {
	margin-left: 15px;
	padding-top: 15px;
	list-style-type: disc;
}

/* CONTACT */

#contact_holder {
	margin-bottom: 15px;
}

#contact_holder div.col1 {
	width: 285px;
	margin-right: 23px;
	float: left;
	clear: right;
}

#contact_holder div.col2 {
	width: 445px;
	float: left;
	clear: right;
}

#contact_holder div.col1 div.element {
	background-color: white;
	padding: 12px;
	margin-bottom: 26px;
}

#contact_holder div.col1 div.opmerking {
	margin-bottom: 0;
}

#contact_holder input {
	width: 255px;
	height: 17px;
	background-color: #DBDBDB;
	border: 1px solid #CDCDCD;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-top: 4px;
	padding-left: 4px;
}

#contact_holder input.button {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-left: 190px;
}

#contact_holder textarea {
	width: 255px;
	height: 62px;
	background-color: #DBDBDB;
	border: 1px solid #CDCDCD;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 11px;
}

#contact_holder div.col2 div.tekst {
	background-color: #FFF;
	margin-bottom: 20px;
	height: 148px;
}

#contact_holder div.col2 div.tekst div {
	padding: 17px;
}

#contact_holder div.col2 div.tekst div img {
	margin-bottom: 10px;
}

#contact_holder div.col2 div.tekst div div.clear {
	padding: 0;
}

#contact_holder div.col2 div.tekst div div.links,
#contact_holder div.col2 div.tekst div div.rechts {
	padding: 0;
	float: left;
	clear: right;
	width: 50%;
}

#contact_holder div.col2 div.map {
	background-color: #FFF;
	margin-bottom: 0px;
	height: 239px;
}

/*#contact_holder div.col2 div.map div {
	padding: 8px;
}

#contact_holder div.col2 div.map div #map {
	height: 190px;
	width: 400px;
	padding: 0;
}
*/

div.map_holder {
	height: 223px;
	width: 429px;
	padding: 8px;
}

#map {
	height: 223px;
	width: 429px;
}

div.contactmelding {
	margin-bottom: 15px;
	width: 733px;
	background-color: #FFF;
	padding: 10px;
}

div.contactmelding li {
	margin-left: 50px;
}

/* CONTENT */

#zwartback {
	padding: 10px;
	width: 762px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: white;
	background-color: black;
}

#zwartback h1 {
	padding-left: 0;
}

#witback {
	background-color: white;
	padding: 10px;
	width: 762px;
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #303030;
}

#witback ul li {

	margin-left: 30px;

	
}

#witback2 {
	line-height: 1.6em;
	background-color: white;
	padding: 10px;
	width: 762px;
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #303030;
}

/* FOOTER */
#footer {
	background: url("../images/footer_bg.png") repeat-x;
	height: 168px;
	display: block;
	width:100%;
	margin-top:20px;
	text-align:center;
	color:#a6a6a8;
}
#footer_projecten {
	background: url("../images/footer_bg.png") repeat-x;
	height: 168px;
	display: block;
	width:100%;
	margin-top:20px;
	text-align:center;
	color:#a6a6a8;
	position:absolute;
	bottom:0px;
}
#footer_text {
	text-align:left;
	margin: 0 auto;
	/*width:685px;*/
	height:168px;
	width: 765px;
	padding-left: 80px;
	
}
#footer_text_left {
	margin-top:30px;
	float:left;
	width:187px;
	padding-left:2px;
	margin-right:50px;
}
#footer_text_right {
	margin-top:30px;
	float:left;
	width:238px;
	padding-left:2px;
}

#footer_text_right ul{
	margin-left:14px;
	line-height:20px;
}

#footer_text li{
	color: #9ac40a;
}

#footer_text_gray {
	color:#a6a6a8;
}
#linkedin_img {
	margin-bottom:-5px;
	margin-left:4px;
}
#footer_headline {
	color: #9ac40a;
	height:20px;
}
#footer_headline_line {
	height:8px; 
	width:187px;
	background: url("../images/footer_bg_dotted.png") repeat-x top;
}
#footer_headline_line_right {
	height:8px; 
	width:232px;
	background: url("../images/footer_bg_dotted.png") repeat-x top left;
}
/* PROJECTEN */
#projecten {
}

#projecten div.project {
	width: 255px;
	float: left;
	clear: right;
	margin-right: 12px;
	margin-bottom: 23px;
	position: relative;
}

#projecten div.project img {
	background-color: #FFF;
	padding: 8px;
}

#projecten div.project div.naam {
	position: absolute;
	right: 0;
	bottom: 24px;
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 7px;
}

#projecten div.project div.naam a,
#projecten div.project div.naam a:link,
#projecten div.project div.naam a:active,
#projecten div.project div.naam a:visited,
#projecten div.project div.naam a:hover {
	color: #FFF;
	text-decoration: none;
}

#projecten div.project div.naam span {
	color: #98c507;
}

#projecten div.project div.naam span a,
#projecten div.project div.naam span a:link,
#projecten div.project div.naam span a:active,
#projecten div.project div.naam span a:visited,
#projecten div.project div.naam span a:hover {
	color: #98c507;
}

div.project-detail {
	background-color: #FFF;
	width: 781px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

div.project-detail div.tekst {
	width: 478px;
	padding: 0 16px;
	float: left;
	clear: right;
	margin-top: 10px;
}

div.project-detail div.blenders {
	width: 271px;
	float: left;
	clear: right;
	margin-top: 10px;
}

#media_holder {
	position: relative;
	display: block;
	width: 764px;
	height: 409px;
	padding: 8px 9px 0px 8px;
	margin: 0;
}

#media_holder div.vorige {
	position: absolute;
	top: 191px;
	left: 4px;
	z-index: 101;
	width: 22px;
	height: 27px;
}

#media_holder div.volgende {
	position: absolute;
	top: 191px;
	right: 4px;
	z-index: 101;
	width: 22px;
	height: 27px;
}

div#my-glider-horizontal div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 764px; 
	height: 409px;
	overflow: hidden;
}

div#my-glider-horizontal div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 764px;
	height: 409px;
	overflow: hidden;
	float: left;
}

div#my-glider-horizontal div.scroller div.content {
	width: 10000px;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
div.social_icons_box {
	width:54px;
	height:23px;
	padding: 3px 0px 3px 6px;	
	background:white;
	margin-left:712px;
	margin-top:8px;
	z-index:9999;
	position:absolute;
}
a.twitter_icon {
	display:block;
	width:23px;
	height:23px;
	background:url("../images/social_icons/twitter_icon.png");
	z-index:99999;
	position:absolute;
}
a.twitter_icon:hover {
	background:url("../images/social_icons/twitter_icon_hover.png");
}
a.facebook_icon {
	display:block;
	width:23px;
	height:23px;
	background:url("../images/social_icons/facebook_icon.png");
	z-index:99999;
	position:absolute;
	margin-left:29px;
}
a.facebook_icon:hover {
	background:url("../images/social_icons/facebook_icon_hover.png");
}
