/* Päähommat */

body {
	font: 12px Verdana, "Trebuchet MS";
	color: #000;
	background-color: #CCCCCC;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 60px 0 5px 50%;
}

/* Sivun tärkeimmät palikat */

#pageHeader {
	height: 76px;
}

#pageHeader span {
	display: none;
}

#container {
	position: relative;
	width: 782px;
	background: url(images/topbanner.png) no-repeat top left;
	margin: 0 0 0 -350px;
	border: 0px;
}

#cornergliders {
	position: relative;
	top: 30px;
}

#innerContainer {
	width: 781px;
	margin-left: 0px;
	margin-top: 0px;
	background: white url(images/leftbanner.png) repeat-y top left;
	border-right: 1px solid black;
}

#mainsite {
	position: relative;
	padding: 15px;
	width: 570px;
	margin-left: 22%;
}

#footer { 
	position: relative; 
	left: 0px; 
	width: 782px;
	height: 70px; 
	padding: 0px 0 0 0px; 
	background: url(images/leftdowncorner.png) no-repeat top left; 
}

.cornergliders {
	position: absolute;
	margin: -55px 0 0 320px;
	z-index: 2;
}

.pkologo {
	display: none;
	position: relative;
	left: 230px;
	top: 15px;
	z-index: 2;
}

/* Linkkijutskat */

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #C00;
}

#container #linkList {
	position: absolute;
	height: 17px;
	left: 18px;
	top: 110px;
	width: 155px;
	font: 10px "Trebuchet MS", Verdana;
}

#linkList ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
}
#linkList ul li {
	padding: 1px 0px 1px 5px;
}

#linkList #lselect {
	color: #666;
}
#linkList ul li a {
	display: inline;
	color: #000;
	text-decoration: none;
}

#linkList #lselect ul li a {
	font-family: 'Arial', 'Times New Roman'; 
	font-size: 12px;
	display: block;
	color: #CCE;
}

#linkList ul li:hover a, #linkList #lselect ul li:hover a {
	color: #000;
}

#linkList ul li:hover {
	background: #FFFFFF;
	color: #000;
	border-top: 1px solid black;
	border-left: 2px solid black;
}

/* Otsikot */

h3 {
	color: #000;
	font: bold 14px "Trebuchet MS", Verdana;
}

h2 {
	color: #000;
	font: bold 16px "Trebuchet MS", Verdana;
	margin: 0px;
}

.etusivuP1 {
	width: 250px;
}

/* Sivukohtaisia pikkupalikoita */

.weatherdata {
	display: block;
	background-color: #EEE;
	margin-bottom: 2px;
	margin-top: 0px;
}

#weather {
	width: 550px;
	background-color: white ;
	margin-top: 35px;
	padding: 5px;
	border-top: 1px solid darkgray;
	font: 11px "Trebuchet MS" ;
}

.fmikuva {
	margin-top: 5px;
	margin-left: 25px;
}

#gallup {
	display: block;
	width: 250px;
	float: right;
	padding: 20px;
	border-left: 2px solid gray;
}

/* Karttapankki-sivun tyylimäärityksiä */

.karttapankkilaatikko, .gpspankkilaatikko {
	padding-left: 20px;
}

.karttapankkilaatikko a, .gpspankkilaatikko a, .karttapankkilaatikko a:visited, .gpspankkilaatikko a:visited {
	color: #000;
	text-decoration: none;
	border-left: solid #DDD 2px;
	padding-left: 4px;
}

.karttapankkilaatikko a:hover, .gpspankkilaatikko a:hover {
	color: #C00;
	border-left: solid black 2px;
	padding-left: 4px;
}

/* Yhteystiedot-sivun tyylimäärityksiä */

.yhteystieto {
border-left: 3px solid gray;
padding-left: 10px;
margin-bottom: 20px;
}

.nimi {
display: block;
Font: bold 1.0em/1.2em "Arial"
}

.toiminimi {
display: block;
Font: italic 1.0em/1.2em "Arial"
}

.email {
display: block;
Font: normal 1.0em/1.2em "Arial"
}

.kirjoittaja {
display: inline;
font: italic;
color: gray;
margin-right: 100px;
}

.nakymaton {
	display: none;
}

