@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: 69px;
	margin-left: auto;
	margin-right: auto;
}
#header2_boven{
	margin-top: 5px;
	width: 260px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/260_boven.png);
}
#header2_midden{
	width: 260px;
	height: 20 px;	
	padding-right: 30px;
	padding-left: 0px;
	background-image: url(http://www.mariowii.nl/images/260_midden.png);
	background-repeat: repeat-y;
	text-align:center;
}
#header2_onder{
	width: 260px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/260_onder.png);
}

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

#down{
position: absolute;
top: 115px;
right: 20px;
}

#title{
	width: 522px;
  margin-top: 15px;
	margin-left: 0;
	margin-right: auto;
}
#title_boven{
	width: 522px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/522_boven.png);
	background-repeat: no-repeat;
}
#title_midden{
	width: 502px;
	height: 20 px;	
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(http://www.mariowii.nl/images/522_midden.png);
	background-repeat: repeat-y;
}
#title_onder{
	width: 522px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/522_onder.png);
	background-repeat: no-repeat;
}

#main{
	width: 900px;
  margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
#main_boven{
	width: 900px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/900_boven.png);
}
#main_midden{
	width: 870px;
	background-image: url(http://www.mariowii.nl/images/900_midden.png);
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: repeat-y;
}
#main_onder{
	width: 900px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/900_onder.png);
}

#main2{
	width: 900px;
  margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
#main2_boven{
	width: 900px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/900_boven.png);
}
#main2_midden{
	width: 870px;
	background-image: url(http://www.mariowii.nl/images/900_midden.png);
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: repeat-y;
}
#main2_onder{
	width: 900px;
	height: 8px;
	background-image: url(http://www.mariowii.nl/images/900_onder.png);
}
a.nav:link { 
	font-weight: none; 
	text-decoration: underline; 
	color: blue;
	}
a.nav:visited { 
	font-weight: none; 
	text-decoration: underline; 
	color: blue;
	}
a.nav:hover{ 
	text-decoration: underline; 
	color: #0099ff;
	}
a.nav:active { 
	text-decoration: underline; 
	color: red;
	}
a:link { 
	font-weight: none; 
	text-decoration: underline; 
	color: blue;
	}
a:visited { 
	font-weight: none; 
	text-decoration: underline; 
	color: #00006e;
	}
a:hover{ 
	text-decoration: underline; 
	color: #0099ff;
	}
a:active { 
	text-decoration: underline; 
	color: red;
	}	
