@charset "utf-8";
body {
	background-color:#000000;
	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: 95%;
	overflow: visible;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	/*padding: 0px;*/
}

.ylabanneri {
	text-align: center;
	background-image:url(assets/ylabanneri.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;	
}

.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: 30px; 
	/*	margin-left:270px; */
	/*the auto margins (in conjunction with a width) center the page */
	background-position: center;	
}

.Taulukko2 {
	height: 299px;
	margin-left:270px;
	height: auto;
	width: auto;/*	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	background-position: center;
}

.tekstiosuus {
	margin-left:200px;
	
	text-align:left;
	
}

.kuvakeskelle {
	background-position: center;
}

.oneColFixCtrHdr #navipalkki {
	height: 20px; /* the auto margins (in conjunction with a width) center the page */
	background-position: center;/*	border: 1px solid #000000; */
	text-align:center;
}

.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;*/
	/*	background-image: url(assets/alaosantausta.jpg); */
	/*background-position: center;	margin-left:388px; */
	color:#FFFFFF;
	background-position: center;
	text-align: center;	/*	background-color:#000000
	font-size:14px; */
	
/*	height: 491px; */
	
/*	width: 800px; */
	
	
}

.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 */
}

.oneColFixCtrHdr #header h3 {
	color:#CCCCCC;
	font-size:12px;
	font-weight: bold;	/* 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: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	font-size: 15px;
	color: #FFFF33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background-color: #D20005;
}

a:link {
	font-weight: normal;
	color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF33;
	font-weight: normal;
	text-decoration: none;
}
