/* Globaalit tyylit
------------------------------------------------------------------*/


/* Resetoidaan marginaalit */
* {
	padding:0;
	margin:0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #0572b0;
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(kuvat/tausta.png);
	background-repeat: repeat;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #53BEEC;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


a {  /* Tällä poistetaan linkkikuvien ympäriltä ikävä reunus */
	outline: none;
}

p {
	margin-bottom: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

p.sininen {
	color: #53BEEC;
}

img {
	border:none;
}

.isoteksti {
	font-size: 1.5em;
}


/* DIVit
------------------------------------------------------------------*/

#main {
	font-family: Verdana, Geneva, sans-serif;
	width: 903px;
	background-color: #0572B0;
	margin-top: 78px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 651px;
	background-image: url(kuvat/sivutausta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	height: 414px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 600px;
	padding-top: 35px;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2em;
}

#sisalto1, #sisalto2, #sisalto3 {
	font-size: 0.7em;
	line-height: 1.3em;
	float: left;
	color: #FFF;
}

#sisalto1 {
	width: 252px;
	padding-left: 58px;
	padding-right: 20px;
}

#sisalto2 {
	width: 252px;
	padding-right: 20px;
}

#sisalto3 {
	width: 270px;
}




/* Linkkityylejä
------------------------------------------------------------------*/

a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #3e9be3;
	text-decoration: underline;
}

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