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

/************************************************************************************
TYPE
*************************************************************************************/

body{
	font: 1em/1.5 "futura-pt",sans-serif;
	letter-spacing:0.1em;
	margin: 0;
	padding: 0;
	color:#000;
	background-color:#c7c7c4;
	}


a {
	color:#000;
	text-decoration:none;
	outline:0 none;
	}
ul {
	font: 1em/1.25 "futura-pt",sans-serif;
	letter-spacing:0.1em;
	font-weight: 400;
	color:#000;
	margin:0 0 1.5em 1.25em;
	padding:0;	
	}
p {
	font: 1em/1.25 "futura-pt",sans-serif;
	letter-spacing:0.1em;
	font-weight: 400;
	color:#000;
	margin:0;
	padding:0;	
	}
	
li {
	list-style:disc;
	padding:0;
	margin:0 0 0.25em 0;
	}

			
.com {
	font: 1em/1.25 "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin:0 0 0.25em 0;
	}
h1{
	font: 1em/1.25 "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin: 0;	
}
h2{
	font:1em/1.25 "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
COLORS
*************************************************************************************/
.bleu{
	color:#009ee2;
	}
.grey{
	color:#c7c7c4;
}
.darkgrey{
		color:#aaaaaa;
}


/************************************************************************************
IMAGES
*************************************************************************************/
img{
	border: 0;
	padding:0;
}
/************************************************************************************
LAYOUT
*************************************************************************************/

.wrap{
	height:auto;
	min-height:500px;
	width:auto;
	min-width:575px;
	max-width:950px;
	margin:0 auto;
	padding:0 auto;
}

#header{
	top:0;
	height: 150px;
	position:relative;
	max-width:950px;
	width:100%;
	background-color:#000;
	margin:0;
	box-shadow:5px 5px 10px 0px #aaaaaa;
}
#header h1{
	font: 1.6em/1 "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#FFF;
	margin: 0;	
	position:absolute;
	margin:77px 25px 15px 210px;
}
.logo{
	height:20px;
	width:133px;
	margin:80px 25px 15px 35px;
	position:absolute;
}

#driehoek{
	top:0;
	right:0;
	width: 0;
	height: 0;
	position:absolute;
	border-style: solid;
	border-width: 0 125px 125px 0;
	border-color: transparent #c7c7c4 transparent; 
	outline:0 none;
}
.vert1{
	width:100%;
	height:5px;
	bottom:5px;
	position:absolute;
	background-color:#009ee2;
	}
.vert2{
	width:100%;
	height:5px;
	bottom:0;
	position:absolute;
	background-color:#c7c7c4;
	}
#sidebar	{
	width:200px;
	height:100%;
	position:absolute;
	}	
.hor{
	top:0;
	width:1px;
	height:90%;
	right:0;
	position:absolute;
	background-color:#009ee2;
	margin:25px;
	}	
#menu ul{
	top:100px;
	margin: 0;
	left: 35px;
	width: 150px;
	height:auto;
	padding: 0;
	position:absolute;
}
#menu li {
	list-style:none;
	padding:0;
	margin:0 0 5px 0;
	}
#menu li {
	font: 1.25em/1.0 "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0.1em;
	text-transform:uppercase;			
}
#menu li a.active{
}
#menu li a{
	color: #aaaaaa;
}
#menu li a:hover{
	color:#009ee2;
}
.content{
	height:auto;
	min-height:500px;
	margin:0 auto;
	padding:25px;
	position:relative;
	}

.wit{	
	width:100%;
	height:auto;
	max-width:950px;
	min-height:500px;
	position:relative;
	margin:0;
	padding:0;
	background-color:#fff;
	box-shadow:5px 5px 10px 0px #aaaaaa;
	overflow:hidden;
}
.txt{
	width:auto;
	margin:50px 50px 50px 210px;
	max-width:740px;
	height:auto;
	position:relative;
	overflow:hidden;
	}
.intro	{
	font: 0.95em/1.5 "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:0.2em;
	}
.intro p {
	font: 1.05em/1.5 "futura-pt",sans-serif;
	letter-spacing:0.1em;
	font-style: normal;
	font-weight: 400;
	margin:0;	
	color:#aaaaaa;
	text-transform:none;
}	
#footer	{
	font: 0.8em/1.5 "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:0.15em;
	text-align:center;
	bottom:0;
	width:100%;
	margin:0;
	padding:5px;
	position:relative;
	}
#footer	a {
	color:#000;
}

/************************************************************************************
COLUMN
*************************************************************************************/
.col {
	float: left;
	margin: 0;
	overflow:auto;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}

/* grid2 col */
.grid2 .col {
	width: 44%;
	margin-right:2.5%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 740px) {
	.grid2 .col {
		width: 100%;
	}	/* grid4 */
	
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid2 .col {
		width: 100%;
	}

}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
	/* grid4 */
	.grid2 .col {
		width: 100%;
	}	
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

