@font-face {
    font-family: 'Dolly-bold';
    src: url('/css/fonts/DollyPro-Bold.otf');
}

/* For modern browsers */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
 
.cf:after {
clear:both;
}
 
 
/* For IE 6/7 (triggers hasLayout) */
.cf {
  *zoom:1;
}      

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.hidden {
	display: none;
}

body{
	background-color: #000;
/*
	background-image: url('/css/img/bg.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	
*/
}

h1,h2,h3,h4,h5,h6{
	font-family: "Oswald", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.057em;
	word-spacing: 0em;
	line-height: 1.4;
	margin-top: 0;
}

h1 {
	line-height: 1em;
	margin-bottom: 16px;
	font-size: 1.4em;
}

h2 {
	color: #0069b0;
	line-height: 1.5em;
	margin-bottom: 0px;
	font-size: 1.2em;	
}

a {
	color: #0069b0;
}

p,span,table, #page .left li{
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.038em;
	word-spacing: 0em;
	line-height: 1.4;
}

p {
	margin-top: 4px;	
}

#page .left ul {
	padding-left: 20px;
}

#wrapper{
	width: 1052px;
	margin-top: 0;
	margin-bottom: 0;
	margin: auto;
}

#content{
	padding-top: 0;
}

#header{
	position: relative;
}

#masthead{
	background-image: url('/css/img/masthead.png');
	height: 214px;
	float: none;
	margin-bottom: 6px;
}

#menubalk a, 
#cta a,
#footer .button {
	height: 32px;
	line-height: 32px;
	text-shadow: -4px 1px 5px #000;
	letter-spacing: 2px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-family: "Dolly-bold";
}
/*

#crowdbutton{
	position: absolute;
	right: 0px;
	top: 270px;	
	width: 180px;
	background-image: url('/css/img/crowdfunding-button.png');
	background-repeat: no-repeat;
	z-index: 2;	
	padding-top: 33px;
}

.crowdfunding #crowdbutton{
	width: 158px;
	background-image: url('/css/img/financieren-button.png');
	padding-top: 38px;
	line-height: 19px;
	height: 46px;
}
*/

#slideshowwrapper{
	margin: auto;
/* 	width: 780px; */
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 4px;
}

#slideshowwrapper ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menubalk {
	border: 2px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

#menubalk,
#slideshowwrapper img{
	display: block;
}

#menubalk{
	height: 32px;
	width: 1048px;
	border-radius: 2px;
	background-color: #e27500;
	margin-bottom: 8px;
	margin-top: 6px;
	position: relative;
}

#menu {
	margin: 0px auto;
}

#menu a {
	float:left;
	padding: 0px 11px;
	text-align: center;
}

#menu a:hover,
#menu a.active {
	background-color: #0069b0;
}

#vlaggetjes{
	position: absolute;
	right: 0;
	height: 32px;
}

#vlaggetjes a{
	float: left;
	width: 43px;
	height: 32px;
}

#vlaggetjes a.nl{
	background-image: url('/css/img/flag_nl.jpg');
}

#vlaggetjes a.de{
	background-image: url('/css/img/flag_d.jpg');
}

#vlaggetjes a.en{
	background-image: url('/css/img/flag_e.jpg');
}

#page{
	background-color: #fff;
	padding: 30px 50px 30px 50px;
}

#page .left,
#page .right {
	float: left;
	display: block;
	width: 450px;
}

#page .left {
	margin-right: 50px;	
}

#cta a {
	padding: 0px 10px;
	border-radius: 2px;
	background-color: #E27500;
	border: 2px solid #FFF;
	border: none;
	border-radius: 0px;
}

#cta {
	margin-bottom: 10px;
	float:left;
	width: 100%;
}

#page .right img {
	margin: 0px 0px 28px 0px;
	width: 100%;
	
}

.clearfix {
	clear: both;
}

/* Two column test layout

#twocol_wrapper .col{
	float: left;
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}

#twocol_wrapper .col:first-child{
	padding: 0;
}
 */

#footer {
	background-color: #0069b0;
	padding-bottom: 30px;
}

#footer h3 {
	margin-left: 50px;
	margin-top: 30px;
	width: 950px;
	float:left;
	color: #fff;
	line-height: 1em;
	margin-bottom: 16px;
	font-size: 1.4em;
}

#footer p,
#footer a {
	color: #ffffff;	
}

#footer .left,
#footer .right {
	float: left;
	display: block;
	width: 450px;
	margin-left: 50px;
	
}

#footer .left {
	position: relative;
}

#footer .button {
	padding: 0px 10px;
	border-radius: 2px;
	background-color: #E27500;
	border: 2px solid #FFF;
	width: auto;
	float:left;
}

#footer .sce-contact {
	position: absolute;
	right: 0px;
	top : 0px;
}



