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

body{
	padding: 0px;
	margin: 0px;
	font-family: 'AftasansRegular';'
	
}
#footer a{
	color: #fff!important;
}
#footer{
	background-image: url(footer.png);
}
#container{
	width: 940px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
}
#logo{
	float: left;
	margin-top: 60px;
}

#menu{
	float: right;
	background-color: #fff;
	box-shadow: 0px 0px 10px #888;
	border-radius: 30px;
	width: 500px;
	margin-top: 100px;
}

#menu ul li{
	list-style: none;
	float: left;
	padding: 10px;
	margin-top: -15px;
}
#menu ul li a{
	color: #dd1616;
	font-size: 13px;
	text-decoration: none;
}
#content{
background-color: #fff;
	-moz-box-shadow: 0px 0px 10px #888; /* Firefox/Mozilla */  
  -webkit-box-shadow: 0px 0px 10px #888; /*Safari/Chrome */  
  box-shadow: 0px 0px 10px #888; /* Opera & hoe het zou moeten */  
  /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=45, Color='#888')";  
  /* Voor IE 5.5 - 7 */  
 filter:
progid:DXImageTransform.Microsoft.Shadow(color=’#888′, Direction=45, Strength=6);

	border-radius: 20px;
	clear: both;
	padding: 15px;
	z-index: 5;
	font-size: 13px;
	
}
#header{
	clear: both;
	height: 170px;
}
#footer{
	height: 290px;
	position: relative;
	width: 100%;
	z-index: -1;
	margin-top: -100px;
}
#copyright a{
	color: #fff;
}
#copyright{
	font-size: 11px;
}
h2{
  font-family: 'HamburgerHeavenRegular';
  color: #dd1616;
  font-size: 29px;
  line-height: 35px;
  margin: 5px;
}

#left{
	width: 280px;
	line-height: 25px;
	float: left;
}
.red{
width: 260px;
padding: 10px;
border-radius: 15px;
background-color: #dd1616;
color: #fff;
margin-top: 20px;
}	
.red h2{
	color: #fff;
}
#right{
	float: left;
	width: 620px;
	line-height: 25px;
}
.longcontent{
	width: 600px;
	padding: 10px;
}
#right img{
padding-left: 5px;
}
#arrow{
	position: absolute;
	top: 137px;
	left: 50%;
	margin-left: 400px;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 35px;
}

@font-face {
    font-family: 'HamburgerHeavenRegular';
    src: url('HAMBH___-webfont.eot');
    src: url('HAMBH___-webfont.eot?#iefix') format('embedded-opentype'),
         url('HAMBH___-webfont.woff') format('woff'),
         url('HAMBH___-webfont.ttf') format('truetype'),
         url('HAMBH___-webfont.svg#HamburgerHeavenRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AftasansItalic';
    src: url('AftaSansThin-Italic-webfont.eot');
    src: url('AftaSansThin-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('AftaSansThin-Italic-webfont.woff') format('woff'),
         url('AftaSansThin-Italic-webfont.ttf') format('truetype'),
         url('AftaSansThin-Italic-webfont.svg#AftasansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AftasansRegular';
    src: url('AftaSansThin-Regular-webfont.eot');
    src: url('AftaSansThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('AftaSansThin-Regular-webfont.woff') format('woff'),
         url('AftaSansThin-Regular-webfont.ttf') format('truetype'),
         url('AftaSansThin-Regular-webfont.svg#AftasansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

