*{margin:0; padding:0;font-family: Helvetica, arial, verdana;}
a img{border: 0;}

body{
	background-color: #231f20;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	
}

#container{
	margin: 0 auto;
	width: 950px;
}

#header{
	float: left;
	top: 0;
	
	width: 950px;
	height: 150px;
	z-index:10;
}
#header img.logo{
	margin-top: 40px;
}
#header #navigation{
	float:right;
	margin-top: 70px;
	background-color: #000000;
	width: 180px;
	height: 24px;
	padding: 0;
	
}

#header #navigation li{
	float:left;
	display:inline;
	margin-left: 15px;
	margin-top: 8px;
	padding: 0;
	line-height: 9px;
}
#header #navigation li a{
	text-decoration: none;
	padding: 0;
	font-size: 9px;
	color: #888888;
	font-weight: 100;
}
#header #navigation li a:hover{
	color: #ffffff;
}
#header #navigation li a.sel{
	color: #00ff00;
}

#container #content{
	float:left;	
	padding-bottom: 50px;
	width: 950px;
}


/*
--------HOME
*/
#container #content #homeHeader{
	float:left;
	width: 950px;
}
#container #content #homeHeader #left{
	float:left;
	width: 245px;
	height: 265px;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
}
#container #content #homeHeader #left h1{
	font-size: 16px;
	color: #dddddd;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 15px;
	
}
#container #content #homeHeader #left p{
	float:left;
	width: 240px;
	font-size: 12px;
	line-height: 17px;
	color: #888888;
	font-weight: 100;	
}
#container #content #homeHeader #left a.button{
	float:left;
	width: 216px;
	height: 35px;
	margin-top: 25px;
	text-decoration: none;
	background: url(../img/button_projecten.png);
	background-repeat: no-repeat;
	
}
#container #content #homeHeader #left a.button:hover{
	background: url(../img/button_projecten_over.png);
	background-repeat: no-repeat;
}
#container #content #homeHeader #left a.button span{
	visibility: hidden;
}

#container #content #homeHeader #right{
	float:right;
	width: 670px;
	height: 265px;
}
#container #content #homeHeader #left a{
	text-decoration: none;
	color: #888888;
	font-size: 12px;
}
#container #content #homeHeader #left a:hover{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
/*
---------HOME Uitleg
*/
#container #content #homeContent{
	float: left;
	margin-top: 90px;
	width: 950px;
}
#container #content #homeContent div{
	float:left;
	width: 275px;
	margin-left: 60px;
	margin-bottom: 30px;
}
#container #content #homeContent div.firstItem{
	margin-left: 0px;
}
#container #content #homeContent div h2{
	float:left;
	font: 30px/27px 'TeXGyreScholaItalic', Times, Times New Roman, Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	color: #dddddd;
}
#container #content #homeContent div p{
	float:left;
	width: 275px;
	color: #888888;
	font-size: 11px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 50px;
}

#container #content #homeContent div.starters{
	margin-top: -60px;
}

#container #content #homeContent div.starters a{
	float:left;
	width: 242px;
	height: 193px;
	background-image: url(../img/startersPakketten.png);
	background-repeat: no-repeat;
}
#container #content #homeContent div.starters a:hover{
	background-image: url(../img/startersPakketten_hover.png);
	background-repeat: no-repeat;
}

#container #content #homeContent div.starters a span{
	visibility: hidden;
}

/*
-------Projecten
*/
#container #content h1{
	float:left;
	font: 25px/27px 'TeXGyreScholaItalic', Times, Times New Roman, Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
}
#container #content h1 strong{
	font: 25px/27px 'TeXGyreScholaBoldItalic', Times, Times New Roman, Helvetica, Arial, sans-serif;
}
#container #content h1+p{
	float:left;
	clear:left;
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #5e5d5d;
	font-weight: 100;	
	margin-top: 5px;
}
#container #content h1+p strong{
	font-weight: 600;
}
#projects{
	float:left;
	width: 900px;
	margin-top: 20px;
	
}
#projects div.projectItem{
	
	width: 150px;
	margin-right: 5px;
	margin-top: 5px;
	float:left;
	
}
#projects div.projectItem a{
	opacity: 0.3; 
	-webkit-transition: opacity 1000ms ease-in;
	-moz-transition: opacity 1000ms ease-in;
	-o-transition: opacity 1000ms ease-in;
	transition: opacity 1000ms ease-in;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#projects div.projectItem a:hover{
	opacity: 1; 
	-webkit-transition: opacity 300ms ease-in;
	-moz-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*
-------ProjectDetail
*/
#projectNav{
	float:left;
	clear:right;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 622px;
	width: 94px;
}
#projectNav a{
	float:left;
	width: 47px;
	height: 23px;
	background-image: url(../img/btnPrevNext.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
#projectNav a span{
	visibility: hidden;
}
#projectNav a.next{
	float:right;
	background-position: -47px 0px;
}
#projectNav a.prev{
	background-position: 0px 0px;
}
#projectNav a.next:hover{
	background-position: -47px -23px;
}
#projectNav a.prev:hover{
	background-position: 0px -23px;
}

#projectDetailLeft{
	float:left;
	clear: left;
	width: 650px;
	padding-right: 20px;
}
#projectDetailLeft img{
	margin-bottom: 10px;
}
#projectDetailRight{
	float:left;
	width: 250px;
	height: 400px;
	padding-left: 20px;
	border-left: 1px solid #343434;
}
#container #content #projectDetailRight h1{
	color: #ffffff;
}
#container #content #projectDetailRight h1+p{
	margin-top: 5;
	width: 250px;
	padding-bottom: 10px;
	border-bottom: 1px solid #343434;
}
#projectDetailRight p{
	float:left;
	clear:left;
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #5e5d5d;
	font-weight: 100;
	margin-top: 10px;
}
#projectDetailRight a{
	float:left;
	clear: left;
	text-decoration: none;
	margin-top: 30px;
	width: 86px;
	height: 24px;
	background-image: url(../img/bezoekWebsiteBTN.png);
	background-repeat: no-repeat;
}
#projectDetailRight a span{
	visibility: hidden;
}
#projectDetailRight a:hover{
	background-position: 0 -25px;
}
/*
------Footer
*/
#container #footer{
	float:left;
	width: 950px;
	border-top: 1px solid #343434;
	padding-bottom: 35px;
	padding-top: 25px;
}
#container #footer #footerLeft{
	float:left;
	padding-right: 15px;
	padding-top: 10px;
}
#container #footer #footerLeft a{
	float:left;
	text-decoration: none;
	width: 25px;
	height: 25px;
	background-image: url(../img/fb_twitter_icon.png);
	background-repeat: no-repeat;
}
#container #footer #footerLeft a.twitter{
	background-position: 0 0;
	margin-right: 3px;
	margin-left: 400px;
}
#container #footer #footerLeft a.fb{
	background-position: -28px 0px;
}
#container #footer #footerLeft a span{
	visibility: hidden;
}
#container #footer #footerLeft a.twitter:hover{
	background-position: 0 -25px;
}
#container #footer #footerLeft a.fb:hover{
	background-position: -28px -25px;
}
#container #footer #footerRight{
	float:left;
	border-left: 1px solid #222222;
}
#container #footer #footerRight p{
	float:left;
	font-size: 10px;
	line-height: 14px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #404040;
}
#container #footer #footerRight p a{
	text-decoration: none;
	color: #404040;
	font-weight: 100;
}
#container #footer #footerRight p a:hover{
	color: #ffffff;
}
/*
STARTERSPAKKET
*/
#container #content #pakketten{
	float:left;
	clear:left;
	margin-top: 30px;
}
#container #content #pakketten div.pakket{
	float:left;
	margin-bottom: 0px;
}

#container #content #pakketten div.pakket img{
	float:left;
	clear:left;
	margin-left: 10px;
}
#container #content #pakketten div.pakket div.text{
	float:left;
	clear: none;
	width: 450px;
	margin-top: 50px;
	margin-left: 55px;
}

#container #content #pakketten div.pakket div.text p{
	color: #6a5f61;
	font-size: 10px;
	margin-left: 20px;
	margin-top: 20px;
}
#container #content h3{
	font: 20px/27px 'TeXGyreScholaItalic', Times, Times New Roman, Helvetica, Arial, sans-serif;
}
#container #content h3.pakket1{
	color: #469ed3;
}
#container #content h3.pakket2{
	color: #f4d03b;
}

#container #content #pakketten div.pakket ul{
	margin-left: 20px;
	margin-top: 20px;
}

#container #content #pakketten div.pakket li{
	color: #ffffff;
	font-size: 12px;
	margin-top: 5px;
	line-height: 16px;
	
}
/*
	FB like button
*/
div.fb-like{
	margin-top: 20px;
}
