@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background: #666666; */
	background-color:#000000;
	color:#FFFFFF;
	
	margin: 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 	#container selector */
	/*	color: #000000; */
	font-size: 85%;
	overflow: visible;
	width: 100%; 
	height: 100%;
	/*padding: 0px;*/
}

.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%px;
	background: #FFFFFF;
	padding-left: 388px;
/*	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
/*	background-color:#000000
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #Flash {
	position: absolute;	/*	width: 1280px; *//*	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	background-color:#000000
}

.Flashalue {
/*	height: 299px; */
/*	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */

}

.Taulukko {
	/*	height: 299px; */
/*	margin-left:270px; */
	height: auto;
	width: auto;/*	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	
}

.oneColFixCtrHdr #navipalkki {
	
	width: 1280px; height: 31px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-position: center;/*	border: 1px solid #000000; */
	background-image: url(assets/navigaatio.jpg);
}

.oneColFixCtrHdr #header {
	background: #DDDDDD; 
/*	padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

.oneColFixCtrHdr #mainContent {
	/*padding: 100px 200px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	margin: 0 auto;
	width: 1280px;
	background-image: url(assets/alaosantausta.jpg);
	background-repeat: no-repeat;
	background-position: center top;/*	margin-left:388px; */
	color: #FFFFFF;
	/*	background-color:#000000
	font-size:14px; */
	text-align:left;
	/*height: 530px;
	width:1280px;*/
	height: 491px;
}

.oneColFixCtrHdr #header h1 {
	
	font-size:12px
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*  NAVIGAATIO */

a:active{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

a:link {
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

