/* Yleiset */

body {
	/* värimäärittelyt yms. */
	background-color: #eae7f9;
	                             
	color: black;
	font-family: verdana, arial, courier, serif;
	/* valkoiset reunat pois */
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;}

p, td {color:black;font-family:verdana;font-size:8pt;}
a:link {color: #fffafa; text-decoration: none; padding-left: 5px; padding-right: 5px;}
a:visited {color: #cccccc; text-decoration: none; padding-left: 5px; padding-right: 5px;}
a:hover {color: #ff9977; text-decoration: none; padding-left: 5px; padding-right: 5px;}

/* Divit */

#hoods {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
	
	
}

#header {

	height: 120px;
	background-image: url(img/header.png);
}

#navig {
	height: 22px;
	background-color: #565b7b;
	padding-top: 2px;
	padding-bottom: 1px;
	font-style: Georgia;
	font-size: 15px;
	text-align: center;
	color: white;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: #fc7f62;
	border-style: solid;
	border-margin: 5px;

}

#navig a:hover {
	color: #fffafa;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: #fc7f62;
}

#keskialue {
	background-color: #f1f0f6;
	                              
	position: absolute;
	                              
	                              
	background-image: url(img/viivat.png);
	background-repeat: repeat;
	/*padding-top: 15px;
	background-color: #eae7f9;*/
	width: 800px;
	min-height: 100%;
	/* seuraavat kaksi riviä vanhemmille selaimille, säilytä järjestys */
	height: auto !important;
	height: height 100%;
}

#subnavig {
	width: 144px;
	height: auto;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	color: white;
	float: left;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: #fc7f62;
	border-style: solid;
	border-margin: 5px;

}

#subnavig2 {
	width: 134px;
	height: auto;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 10px;
	color: white;
	float: left;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #fc7f62;
	border-style: solid;
	border-margin: 0px;

}

#mainhoods {
	padding-bottom: 7px;
	padding-top: 7px;
	margin-left: 8px;
	float: left;
	width: 470px;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 10px;
	border: 1px;
	border-color: #6d6f92;
	border-style: solid;
	


}

#info {
	width: 144px;
	height: auto;
	float: right;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;	
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: #fc7f62;
	border-style: solid;
	border-margin: 5px;
	
}	

#aukiolo {
	height: auto;
	font-size: 10px;
	color: white;	
	padding-top: 10px;
	padding-left: 10px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #fc7f62;
	border-style: solid;
	border-margin: 5px;
}
	
#oranssiviiva {
	
	clear: both;
	
	background-color: #fc7f62;
	width: 800px;
	height: 1px;
}	

#footer {
	background-color: #5ea2ff;
	width: 720px;
	height: 22px;
	background-image: url(img/footer.png);
	font-size: 12px;
	color: white;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 70px;
	padding-right: 10px;
}

#tekstialue {
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

#tekstialue1 {
	width: 300px ;
	align: center;
	padding-left: 8px;
	padding-right: 8px;
}

#current_location {
	text-align: center;
	font-size: 10px;
	text-decoration: underline;
	padding-left: 10px;
}

/*#palsta1 {
	width: 250px;
	height: relative;
	
}*/