




/*
     FILE ARCHIVED ON 6:22:45 jan 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 8:16:40 jun 20, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "UTF-8";
/* CSS Document */

/*
@font-face {
	font-family: 'StagLight';
    src: url(/web/20160131062245/http://mtwb.nl/basis/fonts/stag-light-webfont.eot);
    src: url(/web/20160131062245/http://mtwb.nl/basis/fonts/stag-light-webfont.eot) format('embedded-opentype'),
         url(/web/20160131062245/http://mtwb.nl/basis/fonts/stag-light-webfont.woff) format('woff'),
         url(/web/20160131062245/http://mtwb.nl/basis/fonts/stag-light-webfont.ttf) format('truetype'),
         url(/web/20160131062245/http://mtwb.nl/basis/fonts/stag-light-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
	font-smooth: always;
}
*/

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(/web/20160131062245/http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-k73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(/web/20160131062245/http://themes.googleusercontent.com/static/fonts/raleway/v6/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(/web/20160131062245/http://themes.googleusercontent.com/static/fonts/raleway/v6/xkvoNo9fC8O2RDydKj12b73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(/web/20160131062245/http://themes.googleusercontent.com/static/fonts/raleway/v6/JbtMzqLaYbbbCL9X6EvaI73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}


body {
	background-image: url(/basis/images/ocean.jpg);
	background-repeat: repeat;
	color:#FFF;
font-family: -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
    "Fira Sans", "Droid Sans", "Helvetica Neue", 
    sans-serif;
/* 	font-family: 'Raleway', Helvetica, Arial, sans-serif; */
	font-weight: 400;
/* 	font-family: 'Raleway'; */
/* 	font-weight: 600; */
	line-height:140%;
/* 	-webkit-font-smoothing: antialiased; */
}
h1 {
	color: #FFF;
	font-size:46px;
	margin-bottom:5px;
}
h2 {
	color:#cccc33;
	font-size:18px;
	margin-bottom:10px;
	float:none;
	display:block;
	clear:both;
	padding-top:50px;
/* 	opacity: 0.8; */
}
a {
	font-size:14px;
	line-height: 100%;
	text-decoration:none;
/* 	text-align: center; */
}
a.site {
	position: relative;
	padding:20px;
/* 	background-color:#80867b; */
-webkit-box-shadow: 0 0 5px 0 #000;
box-shadow: 0 0 5px 0 #000;
	width:100px;
	height:30px;
	float:left;
	margin:0 7px 7px 0;
	display:inline-block;
}
a.site:after {
content: " ";
position: absolute;
left:0;
top:0;
width: 100%;
height: 100%;
background: #fff;
opacity: 0.3;
	z-index: -5;
}
a.site:hover:after {
opacity: 1;
background: #cccc33;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;

}
li {
	color:#FFF;
/* 	display:inline-block; */
}
a:link {
	color:#FFF;
}
a:visited {
	color:#FFF;
}
a.site:hover {
color: #111;
  font-weight: 600;
/* 	background-color:#666; */
}
a:active {
/* 	background-color:#666; */
}
::selection {
	background-color:#cccc33;
	color:#fff;
}
::-moz-selection {
	background-color: #cccc33;
	color:#fff;
}
#header {
/*
	width:100%;
	height:180px;
*/
/* 	background-image:url(/web/20160131062245/http://mtwb.nl/basis/images/shade.gif); */
/* 	background-repeat:repeat-x; */
}
#title-wrap {
/* 	width:960px; */
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
}
#title {
	padding-left:50px;
	padding-right:50px;
}


#wrapper {
	display: table;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	position: absolute;
}
#content {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#content-inner {
	width: 60%;
	margin: 0 auto;
	display:none;/*--voor .fadeIn--*/	
}



.categorie {
	margin-bottom: 50px;
}
.sub {
	font-size:14px;
}