html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	background: url(images/bg.png) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;	
}

a:hover {
	color: #9a4392;
	text-decoration: none;	
}

img {
	border: none;
}

.email:link, .email:visited, .email:active {
	color: #969696 !important;
}

.email:hover {
	color: #9a4392 !important;
}

@font-face {
	font-family: 'DINBlack';
	src: url('fonts/ff_din_black-webfont.eot');
	src: local('☺'), url('fonts/ff_din_black-webfont.woff') format('woff'), url('fonts/ff_din_black-webfont.ttf') format('truetype'), url('fonts/ff_din_black-webfont.svg#webfonteTrxt9xW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINBold';
	src: url('fonts/ff_din_bold-webfont.eot');
	src: local('☺'), url('fonts/ff_din_bold-webfont.woff') format('woff'), url('fonts/ff_din_bold-webfont.ttf') format('truetype'), url('fonts/ff_din_bold-webfont.svg#webfonteTrxt9xW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINRegular';
	src: url('fonts/ff_din_regular-webfont.eot');
	src: local('☺'), url('fonts/ff_din_regular-webfont.woff') format('woff'), url('fonts/ff_din_regular-webfont.ttf') format('truetype'), url('fonts/ff_din_regular-webfont.svg#webfonteTrxt9xW') format('svg');
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0px #000;
	font-family: 'DINbold', Helvetica, Arial;
}

#left {
	position: absolute;
	z-index: 100;
	width: 162px;
	padding: 0px 20px;
	height: 100%;
	background: url(images/seperator.png) repeat-y top right;
}

#logo {
	position: absolute;
	top: 30px;	
}

#logo h1 {
	clear: both;
	width: 162px;
	margin: 0;
	padding-top: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #44bac1;
	text-shadow: 1px 1px 0px #000;
	font-family: 'DINregular', Helvetica, Arial;
	line-height: 20px;
}

#twitter {
	position: absolute;
	top: 200px;
}

#twitter img {
	float: left;
}

#twitter h2 {
	font-size: 18px;
	float: left;
	padding-left: 10px;
}

#twitter p {
	clear: both;
	width: 162px;
	margin: 0;
	padding: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #969696;
	text-shadow: 1px 1px 0px #000;
	font-family: 'DINregular', Helvetica, Arial;
	line-height: 25px;
	word-wrap: break-word;
}

#twitter .time {
	font-style: italic;
	font-size: 14px;
	padding: 0 !important;
	font-family: 'DINregular', Helvetica, Arial;
}

#contact p {
	clear: both;
	width: 162px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-family: 'DINregular', Helvetica, Arial;
	line-height: 30px;
}

#contact .adress {
	color: #969696;
	padding-bottom: 10px;
}

#contact {
	position: absolute;
	bottom: 30px;
}

#contactlarge {
	display: none;
	position: absolute;
	left: 204px;
	z-index: 100;
	width: 566px;
	padding: 0px 20px;
	height: 100%;
	background: url(images/seperator.png) repeat-y top right;
}

#contactlarge h2 {
	padding: 30px 0px 0px 0px;
	margin: 0;
	font-family: 'DINregular', Helvetica, Arial;
	font-size: 30px;
	font-weight: normal;
}

#contactlarge p {
	padding: 14px 0px 0px 0px;
	margin: 0;
	font-family: 'DINregular', Helvetica, Arial;
	font-size: 20px;
	font-weight: normal;
	color: #44bac1;
	text-shadow: 1px 1px 0px #000;
}

#contactlarge ul, #contactlarge li {
	margin: 0;
	padding: 0;
}

#contactlarge ul {
	display: block;
	width: 230px;
	margin-bottom: 30px;
}

#contactlarge li {
	list-style: none;
	font-family: 'DINregular', Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	line-height: 20px;
}

#map {
	width: 566px;
	height: 300px;
	border: 0;
	margin: 30px 0px;
	background: url(images/loading.gif) no-repeat center;
}

.right {
	font-family: 'DINregular', Helvetica, Arial;
	float: right;
	color: #44bac1;
}

.right a:link, .right a:active, .right a:visited {
	color: #44bac1;
}

.right a:hover {
	color: #9a4392;
}

.highlight {
	color: #44bac1;
}

#projects {
	position: absolute;
	left: 202px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

/* SCROLLBAAR MAKEN VOOR iPAD e.d. */
@media all and (max-device-width : 1024px) {
	#projects {
		overflow-x: auto !important;		
	}
}

#content {
	height: 100%;
}

.item {
	display: none;
	float: left;
	height: 100%;
	width: 202px;
	text-align: right;
}

.open {
	display: none;
	float: right;
	width: 180px;
	height: 30px;
	margin: 20px;
	background: url(images/open.png) no-repeat top left;
}

.open:hover {
	background-position: bottom left;
}

.open a {
	display: block;
	width: 167px;
	height: 17px;
}

.seperator {
	display: none;
	float: left;
	width: 2px;
	height: 100%;
	background: url(images/seperator.png) repeat-y;
}

.facebook a {
	font-size: 12px !important;
	padding-left: 5px;
}
