@charset "utf-8";
@font-face {
	font-family: OswaldLight;
	src: url('fonts/Oswald-Light.ttf'),
		 url('fonts/Oswald-Light.eot');
}
@font-face {
	font-family: Oswald;
	src: url('fonts/Oswald.ttf'),
		 url('fonts/Oswald.eot');
}
@font-face {
	font-family: VinerHand;
	src: url('fonts/VinerHand.ttf'),
		 url('fonts/VinerHand.eot');	   
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	background-color: #242629;
	
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: top;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	margin: 0;
	font-family: OswaldLight, Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
}
h1 {
	font-family: Oswald, Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 37px;
}
h2 {
	font-size: 22px;
}
hr {
	border: none;
	border-bottom: 1px dotted #afb1b2;
}
#container {
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
}
.content {
	width: 960px;
	margin: 0 auto;
}
.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}
.header .container_12 {
	padding-top: 43px;
	font-family: Oswald, Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
}
.header .container_12 a {
	color: white;
	text-decoration: none;	
}
.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header li {
	float: left;
}
.header .right {
	margin-left: 630px;
}
.header .left li {
	margin-right: 5px;
}
.header .right li {
	margin-right: 12px;
}
.header .right li:last-child {
	margin-right: 0;
}
.header_bottom {
	background-image: url(../images/dark-top.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 50px;
	text-align: justify;
}
.header_bottom .container_12 {
	padding-top: 15px;
	color: white;
}
.hr_dark_light {
	background-image: url(../images/hr-dark-light.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.light {
	background-image: url(../images/light-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.hr_light_middle {
	background-image: url(../images/hr-light-middle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.middle {
	background-image: url(../images/middle-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.hr_middle_light {
	background-image: url(../images/hr-middle-light.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.hr_light_dark {
	background-image: url(../images/hr-light-dark.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.dark {
	background-image: url(../images/footer.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 400px;
}
.dark .container_12 {
	color: #fafafa;
	padding-top: 30px;
}
.dark .container_12 hr {
	margin-top: 20px;
}
.hr_copyright {
	background-image: url(../images/hr-copyright.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.copyright {
	background-image: url(../images/copyright-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 40px;
}
.copyright .container_12 {
	color: #b1b5b7;
	text-align: center;
	padding-top: 10px;
}
.copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}
.copyright a:hover, .copyright a:active {
	text-decoration: none;
	color: #b1b5b7;
}
.nav_blok {
	background-image: url(../images/blok-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 300px;
	height: 285px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav_blok.flright {
	float: right;
}
.nav_blok .titel {
	font-family: Oswald, Verdana, Geneva, sans-serif;
	color: #5b656a;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 33px;
	text-align: center;
	margin-top: 35px;
	height: 50px;
}
.nav_blok .inhoud {
	height: 190px;
	text-align: justify;
	line-height: 1.4em;
}
.nav_blok .button {
	margin-left: 75px;
}


.og-grid img.overview {
	opacity: 0.25;
	filter: alpha(opacity=25);
	transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-webkit-transition: opacity 400ms ease-in-out;
}

.og-grid img.overview:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-webkit-transition: opacity 400ms ease-in-out;
}
.og-expanded img.overview {
	opacity: 1;
	filter: alpha(opacity=100);
}


#contact input[type=submit] {
	background-color: #9ba1a5;
	border: 0;
	background-image: url(../images/button-verzenden.png);
	width: 140px;
	height: 31px;
}
	