﻿body {
	background-image: url(../images/bg_jeroen.jpg);
	background-position: -395px -220px;
}

h2 {
	clear: both;
}

.hidden {
	display: none;
}

#column {
	position: absolute;
	top: 80px;
	left: 350px;
	width: 613px;
	padding-bottom: 20em;
}

#tabs {
	width: 615px;
	height:75px;
}
#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs ul li {
	float: left;
	display: block;
	margin-right: 1px;
	width: 122px;
	height: 66px;
	position: relative;
}

#tabs ul li a {
	position: relative;
	top: 17px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 122px;
	height: 66px;
	text-indent: -3000px;
}

#tabs ul li #tab-video {
	background-image: url(../images/tab-video.gif);
}

#tabs ul li #tab-kaart {
	background-image: url(../images/tab-kaart.gif);
}

#tabs ul li #tab-adres {
	background-image: url(../images/tab-adres.gif);
}

#tabs ul li #tab-gebouw {
	background-image: url(../images/tab-gebouw.gif);
}

#tabs ul li #tab-binnen {
	background-image: url(../images/tab-binnen.gif);
}

#tab-adres-content,
#tab-gebouw-content, 
#tab-binnen-content
 {
	overflow-y: scroll;
	width:auto;
	padding: 20px;
	padding-right: 0;
	height: 447px;
}

#tabs ul li a.active {
	background-position: left;
}

#primary-content {
	position: relative;
}

#primary-content .content {
	background-color: white;
	position: relative;
	height: 487px;
	clear: both;
	position: relative;
}

#video-control {
	display: block;
	background-color: black;
	height: 380px;
}

#map {
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 487px;
}

#secondary-content .block {
	margin-top: 1em;
	background-color: white;
	position: relative;
}

#secondary-content .block h2 {
	padding: 1em;
	padding-bottom: 0;
}

#secondary-content .block .content {
	padding: 2em;
	padding-top: 0;
}

#secondary-content .block p {
	line-height: 1.5em;
}

#phone {
	padding-bottom: 1em;
}

#phone h2 {
	display: block;
	overflow: hidden;
	position: relative;
	left: 100px;
	top: 20px;
	margin: 0;
	width: 192px;
	height: 59px;
	background-image: url(../images/title_onze_nummers.gif);
	text-indent: -3000px;
	padding: 0 !important;
	float: left;
}

#phone .content {
	float: right;
	left: 330px;
	margin-top: 1em;
	width: 270px;
	padding-right: 2em;
}

#image-phone {
	position: absolute;
	left: -30px;
}

#directions {
	position: relative;
	padding: 20px !important; /* Google modifies the padding. */
}

#form-error {
	display: none;
}

#form-route {
	margin-bottom: 4em;
}

/*
* See http://positioniseverything.net/easyclearing.html
* for a description of this code.
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
	/* Hides from IE-mac \*/
	* html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */


/* ---- T Y P E ----- */

body {
	font-size: 62.5%;
}

a, h2, h3, h4 {
	color: #f42941;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bolder;
}

#secondary-content .block {
	font-family: Arial;
}

#secondary-content .block h2 {
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 2.4em;
	color: #f42941;
}

#primary-content,
#secondary-content .block {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}