@charset "utf-8";
/* CSS Document */

@import url('css/960.css');
@import url('css/reset.css');
@import url('css/text.css');


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/																												 /
/												BODY															 /
/																												 /
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



body { font-family: verdana;
	   background-color: #13a1ad;
	   overflow-y:scroll;
		margin-top: 0px; padding-top:0px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/																												 /
/												DIVIT															 /
/																												 /
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ////////////// --------------------------- HEADER / ALKU --------------------------  /////////////////////// */	
#taustaa{background-image: url('img/tausta2.jpg');
   		background-repeat: no-repeat;
		background-position:top center;
		height: 950px;
	}
	
#header {
	background-image: url('img/logo.jpg') no-repeat;
	height: 95px;
	width: 195px;
	padding: 80px 0 0 140px;

	
	}
	
#header h1, #header p {
	text-indent:-9999px;
	display:none;
	visibility:hidden;
	}	
	

/* ////////////// ------------------------- CONTENT / KESKI -------------------------  /////////////////////// */	

#linkit {
	margin: 30px 0 15px 0;
	
	}	
	
#content {height: 280px; overflow: auto; padding-right: 15px;
	}
	
#yhteystiedot {text-align: center;}
	
	
/* ////////////// ------------------------- TAUSTAKUVAT -------------------------  /////////////////////// */	
	

/* ////////////// ------------------------- FOOTER / LOPPU  -------------------------  /////////////////////// */

#footer {margin-top: 110px;}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/																												 /
/												FONTIT															 /
/																												 /
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* ////////////// ----------------------------- OTSIKOT  -----------------------------  /////////////////////// */
h3 {
	margin: 10px 0 0 50px;
	font-weight: bold;
	font-size: 12px;
}


h4 {
	font-family: "Verdana";
	margin-left: 10px;
	font-size: 9pt;
	font-weight: normal;
}

.ml {color: #13a1ad; display:inline;}

	


/* ////////////// ---------------------------- LEIPÄTEKSTI  ----------------------------  /////////////////////// */

#linkit a{ 

			display: inline;
			list-style-type: none;
			margin-right: 0px;
			margin-left: 0px;
			margin-bottom: 0px;
			color: #000;
			font-size: 15px;
			
	
}	

#content p{margin: 10px 0 10px 0px; 

}

#content p.otsikko{
	margin: 10px 0px 15px 0px;
	font-weight: bold;

}

#content p.otsikko2{
	margin: 10px 0px 15px 0px;
	font-weight: bold;
	padding-top:8px;

}

.valiotsikko{
	margin: 10px 0 0 50px;
	font-weight: bold;

}

#yhteystiedot p{ margin-top: 55px; margin-left: 0px;

}

.yhteystieto {font-size: 12px}

.italic{
	margin: 10px 0px 0px 50px;
	font-style: italic;
	padding-bottom: 8px;

}

#menubold{font-weight: bold; 
		padding: 		.3em 1em;
		font-size:		12px;
		line-height: 	20px;
		color:#13a1ad;}


	
/* ////////////// ------------------------------ LINKIT  -------------------------------  /////////////////////// */


a{
	font-family: "Verdana";
	font-size: 11pt;
	color:#000;
	text-decoration:none;
	margin-bottom: 30px;

}

a:link {color:#000;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {color:#13a1ad;}  /* mouse over link */
a:active {color: #13a1ad;}  /* selected link */
	
	
/* ////////////// ------------------------------ LINKIT - TUOTELISTA  -------------------------------  /////////////////////// */

#palvelut_list { list-style-image: url('img/lehtimerkki.png'); margin: 0px 0 0 50px;}
#palvelut_list a {font-size: 13px;}

.alalista { list-style-image: url('img/lehtimerkki.png'); padding-left: 0px; margin-left:0px;}

#linkit ul li ul li a {font-size:12px;}
#content a {font-size: 13px;}

#linkit ul a:hover {color:#13a1ad;}  /* mouse over link */


#content ul {margin-left: 50px; margin-bottom: 20px;}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/																												 /
/												KUVAT															 /
/																												 /
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#content img {margin: 0px 0 0 50px;}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/																												 /
/												FORM															 /
/																												 /
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#formi form {margin: 0px 0 10px 20px;}
#formi {height: 280px; overflow: none; margin: 0px 0 0 0px;
}
#formi p.otsikko{
	margin: 10px 0 0 20px;
	font-weight: bold;
	color: #000;

}
textarea#styled{width: 143px; height: 50px;}



