/***************************************
 * 
 *   Last update: 2010-01-28
 *   Created by: Tessa Bakker
 *   Website: http://www.tessabakker.nl
 *
 ***************************************/

#preloader {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: black;
	z-index: 9999;
}

html {
	overflow: auto;
}
body {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}

#main {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 504px;
	display: block;
	background: white;
	margin-top: 0em;
}

#header {
	position: absolute;
	bottom: 375px;
	left: 185px;
}

#header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 19px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header ul {
	margin: 0;
	padding: 0;
}
#header li {
	list-style: none;
	float: left;
	padding-right: 1.6em;
	font-size: 1.0em;
}

#header a {
	text-decoration: none;
	color: black;
	font-size: 12px
}

#header a:hover {
	text-decoration: underline;
}

#timeline {
	position: absolute;
	bottom: 12px;
	left: 200px;
	height: 330px;
	width: 100%;
	margin-left: -200px;
	background: #FFF;
	color: #000;
	overflow: auto;
	z-index: 0;
}

#timeline a {
	padding: 0px;
	margin: 0px;
	width: auto;
}

#timeline img {
	float: left;
	display: inline;
}

#timeline a:focus {
	outline: none;
}

#information {
	position: absolute;
	display: none;
	border: 2px solid #000;
	background: white;
	color: black;
	width: 370px;
	height: 520px;
	top: 60px;
	z-index: 99;
	right: 10px;
}

#balk {
	text-align: right;
	background: #000;
	height: 23px;
}

#info_content {
	padding: 5px;
	overflow: auto;
	height: 487px;
	font-size:small;
}
#info_content h2 {
	font-size: medium;
}

#left { float: left; }
#left_1, #left_2, #left_3, #left_4 {
	position: relative;
	clear: left;
	float: left;
	margin-left: -239px;
	background: transparent top left no-repeat;
}
#left_1 {
	width: 431px;
	height: 186px;
	background-image: url('images/left_1.png');
}
#left_2 {
	width: 332px;
	height: 90px;
	background-image: url('images/left_2.png');
}
#left_3 {
	width: 376px;
	height: 79px;
	background-image: url('images/left_3.png');
}
#left_4 {
	width: 273px;
	height: 147px;
	background-image: url('images/left_4.png');
}

#right {float: right; }
#right_1, #right_2, #right_3, #right_4, #right_5, #right_6, #right_7 {
	position: relative;
	clear: right;
	float: right;
	margin-right: -305px;
	background: transparent top right no-repeat;
}
#right_1 {
	width: 459px;
	height: 187px;
	background-image: url('images/right_1.png');
}
#right_2 {
	width: 492px;
	height: 52px;
	background-image: url('images/right_2.png');
}
#right_3 {
	width: 542px;
	height: 67px;
	background-image: url('images/right_3.png');
}
#right_4 {
	width: 454px;
	height: 56px;
	background-image: url('images/right_4.png');
}
#right_5 {
	width: 325px;
	height: 30px;
	background-image: url('images/right_5.png');
}
#right_6 {
	width: 405px;
	height: 41px;
	background-image: url('images/right_6.png');
}
#right_7 {
	width: 325px;
	height: 69px;
	background-image: url('images/right_7.png');
}

#copyright {
	position: absolute;
	font-size: x-small;
	bottom: -20px;
	right: -50px;
}

#copy, #menu {
	display: none;
}

#navigation {
	position:absolute;
	width:260px;
	height:23px;
	z-index:1;
	left: 35px;
	top: 505px;
}

#arrow {
	display: block;
	width: 42px;
	height: 20px;
	float: left;
}
