@font-face {
	font-family: "Myriad";
    src: url('fonts/myriadpro.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/myriadpro.otf') format('opentype'), 
         url('fonts/myriadpro.woff') format('woff'), 
         url('fonts/myriadpro.ttf')  format('truetype'),
         url('fonts/myriadpro.svg') format('svg');
    font-weight:normal;
    font-style: normal;
	-moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

*{
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
}

a:active{
	color: black;
}

h1{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	color: #28676f;
}

p{
	font-family: "Source Sans Pro", sans-serif;
	color: #868686;	
}

#wrapper{
	width: 900px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.temp img{
	margin:30px auto;
	display: block;
}

.current{
	color: #28676f !important;
}

.current_top{
	color: #cfcfcf !important;
}

.inner{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/******** HEADER ********/

#header{
	height: 115px;
}

.topmenu{
	height: 30px;
	background-color: #28676f;
	width: 100%;
	padding-top: 10px;
}

nav.top{
	position: absolute;
	right: 0;
	top:2.5px;
}

nav.top a{
	color: #fff;
}

nav.top ul{
	list-style-type: none;
}

nav.top ul li{
	font-family: "Source Sans Pro";
	font-size: 12px;
	margin-right: 10px;
	float: left;
	display: inline-block;
}

.logo{
	margin:30px 0;
	float: left;
}

.logo img{
	width: 300px;
	height: 50px;
}

#navigation{
	float: left;
	position: absolute;
	top: 52px;
	right: 0;
}

#navigation a{
	color: #cfcfcf;
}

#navigation ul{
	list-style-type: none;
}

#navigation ul li{
	font-family: "Source Sans Pro";
	font-size: 18px;
	float: left;
	margin-right: 20px;
	display: inline-block;
}

#navigation ul li:nth-child(5){
	margin-right: 0;
}

#content{
	clear: both;
	margin-bottom: 65px;
}

/*** HOME ***/

#bigpicture img{
	width: 100%;
}

#footer{
	position: fixed;
	bottom: 0;
	height: 200px;
	background-color: #28676f;
	
}

/*** BEDRIJFSPROFIEL ***/

#topplaatjes{
	height: 276px;
	margin-bottom: 20px;
}

#topplaatjes ul{
	list-style-type: none;
}

#topplaatjes ul li{
	float: left;
	margin-right: 36px;
	width: 276px;
	height: 276px;
}

#topplaatjes ul li img{
	width: 276px;
	height: 276px;
}

#topplaatjes ul li:nth-child(3){
	margin-right: 0;
}

#subcontent{
	margin-top: 35px;
}

#subcontent p{
	margin-top: 30px;
}

/*** MEDIA ***/

#media ul{
	list-style-type: none;
}

#media ul li{
	float: left;
	margin: 0 30px 30px 0;
}

#media ul li:nth-child(3n){
	margin-right: 0;
}

#media ul li img{
	width: 255px;
	height: 191.25px;
}

/*** FOOTER ***/

#footer{
	height: 30px;
	background-color: #28676f;
	width: 100%;
	padding-top: 10px;
	z-index: 999999;
}

#footer p{
	color: #fff;
	text-align: center;
	margin: 0 auto;
}