/* CSS Document */

/*---TKD Akatemia, YLEISTEN ELEMENTTIEN SAADOT---*/

	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #748392;
	line-height: 1.5em;
	color: #000;
	font-size: 10px;
}

img {
	border: 0;
}

	
/*-------------------------------------------------------------*/


#piilo {   /* piiloitettu varoitus vanhasta selaimesta */
	display: none;
}


#wrap {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 810px;
	background: url(kuvat/tausta.jpg) repeat-y;
}


#innerwrap {
	overflow: hidden;
	width: 810px;
}


#banner {
	height: 280px;
	padding: 0;
	margin: 0px;
	background: url(kuvat/banner4.jpg) no-repeat;
	width: 810px;
}




#kolmaslaatikko{
	
	width: 200px;
	float:left;
}

#kolmastausta{
	margin-left: 10px;
	margin-right: 25px;
}

#neloslaatikko{
	
	width: 610px;
	float:left;
}

#nelostausta{
	margin-left: 45px;
	margin-right: 20px;
}


#footer {
	height: 30px;
	width: 810px;
	background: url(kuvat/footer.jpg) no-repeat;
	clear:both;
}




h1 {
	
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #222;
	margin-top: 30px;
	border-bottom-style: dotted;
	border-bottom-style = solid;  /* IE ruman dotted borderin fixi, korvataan solidilla  */
	border-bottom-width: 1px;
	border-color: #000;
	
}

h2 {
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	margin-top: 30px;
	border-bottom-style: dotted;
	border-bottom-style = solid;  /* IE ruman dotted borderin fixi, korvataan solidilla  */
	border-bottom-width: 1px;
	border-color: #000;
	
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 50px;
	color: #222;
	margin-bottom: 5px;
	border-bottom-style = solid;  /* IE ruman dotted borderin fixi, korvataan solidilla  */

}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #222;
	margin-top: 20px;
	border-bottom-style: dotted;
	border-bottom-style = solid;  /* IE ruman dotted borderin fixi, korvataan solidilla  */
	border-bottom-width: 1px;
	border-color: #000;

}

p {		/* vasen leipätekstin fontti */

	line-height: 15px;
	font-family: arial;
	font-size: 12px;
	color: #444;
}




