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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

#bg_image{
	width: 1600px;
	height: 341px;
	bottom:0px;
	left: 50%;
	margin-left: -800px;
	position: fixed;
	background-color: #999999;
	z-index: 0;
	
}

#page{
	width: 900px;
	left: 50%;
	top: 0px;
	margin-left: -450px;
	padding-top: 20px;
	padding-bottom: 50px;
	position: absolute;
	border: 0px #000000 solid;
	z-index: 3;
}

#visuals_sky{
	width: 1600px;
	height: 320px;
	left: 50%;
	top: 0px;
	margin-left: -800px;
	position: fixed;
	border: 0px #000000 solid;
	z-index: 1;
}

#visuals_ground{
	width: 1600px;
	height: 64px;
	bottom:0px;
	left: 50%;
	margin-left: -800px;
	position: fixed;
	border: 0px #000000 solid;
	z-index: 4;
}

#header{
	width: 900px;
	height: 115;
	border: 0px solid gray;
}

#header1{
	width: 305px;
	float: left;
}

#header2{
	width: 260px;
	height: 115;
 	left: 50%;
	margin-top: 5px; /* - */
	padding-top: 79px; /* 79 */
	padding-right: 0px;
	padding-left: 0px;	
	margin-left: auto;
	margin-right: auto;
}
#header2_boven{
	margin-top: 5px;/* - */
	width: 260px;
	height: 8px;
	background-image: url(../images/260_boven.png);
}
#header2_midden{
	width: 260px; /* 260 */
	height: 20 px;	
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/260_midden.png);
	background-repeat: repeat-y;
}
#header2_onder{
	width: 260px;
	height: 8px;
	background-image: url(../images/260_onder.png);
}

#header3{
	width: 305px;
	float: right;
	height: 115;
}
#header3_boven{
	width: 305px;
	height: 8px;
	background-image: url(../images/305_boven.png);
}
#header3_midden{
	width: 305px; /* 285 */
  height: 99px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/305_midden.png);
	background-repeat: repeat-y;
}
#header3_onder{
	width: 305px;
	height: 8px;
	background-image: url(../images/305_onder.png);
}

#containertje{
  width: 900px;
	float: left;
}

#skyscraper{
	width: 190px;
	float: left;
	padding-bottom: 50px;
}
#skyscraper1{
  margin-top: 15px;
	width: 190px;
}
#skyscraper1_boven{
	width: 190px;
	height: 8px;
	background-image: url(../images/190_boven.png);
}
#skyscraper1_midden{
	width: 160px;
	/* height: 600px; */
	padding: 0 15px 0 15px;
	background-image: url(../images/190_midden.png);
	background-repeat: repeat-y;
}
#skyscraper1_onder{
	width: 190px;
	height: 8px;
	background-image: url(../images/190_onder.png);
}

#skyscraper2{
  margin-top: 15px;
	width: 190px;
}
#skyscraper2_boven{
	width: 190px;
	height: 8px;
	background-image: url(../images/190_boven.png);
}
#skyscraper2_midden{
	width: 160px;
	/*height: 600px; */
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/190_midden.png);
	background-repeat: repeat-y;
}
a:link { 
	font-weight: none; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: none; 
	text-decoration: none; 
	color: blue;
	}
a:hover{ 
	text-decoration: underline; 
	color: #00006e;
	}
a:active { 
	text-decoration: underline; 
	color: red;
	}
	
	
	
	
#skyscraper2_onder{
	width: 190px;
	height: 8px;
	background-image: url(../images/190_onder.png);
}

#main{
	width: 695px;
	float: left;
	margin-left: 15px;
	padding-bottom: 50px;
}
#main_boven{
  margin-top: 15px;
	width: 695px;
	height: 8px;
	background-image: url(../images/695_boven.png);
}
#main_midden{
	width: 665px;
	background-image: url(../images/695_midden.png);
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: repeat-y;
}
#main_midden_lijst{
	width: 685px;
	background-image: url(../images/695_midden.png);
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-y;
}
#main_onder{
	width: 695px;
	height: 8px;
	background-image: url(../images/695_onder.png);
}
h1 {
font-size: 20px;
font-family: "Showcard Ghotic", "Rockwell Extra Bold", "Arial Black";
margin-top: 0px;
margin-bottom: 0px;
} 	
h2 {
font-size: 18px;
font-family: "Showcard Ghotic", "Rockwell Extra Bold", "Arial Black";
margin-top: 0px;
margin-bottom: 0px;
}

