/* 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/tausta2.jpg) repeat-y;
}


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


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

#ekalaatikko{

	width: 200px;
	float:left;
	line-height:20px;
	
	
}

#ekatausta{
	
	margin-left: 35px;
	margin-right:10px;
	
}

#ekatausta img{
	
	margin-bottom: 5px;

	
}


#tokalaatikko{
	
	width: 410px;
	float:left;
}

#tokatausta{
	margin-left: 10px;
	margin-right: 10px;
}


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

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

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

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


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



/*-----------OTSIKKOJEN FONTTIMÄÄRITYKSET---------*/
	
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: 11px;
	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;

}

a {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #0477ba;
	text-decoration:none
	

}

p {		/* vasen leipätekstin fontti */

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


/* lisätty 30102006 */


#kuva {
	float: right;
	width: 200px;
	margin-right: 80px;
	margin-top: 70px;
	display: inline;
}


#kuva p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

#kuva p a {
	text-decoration: none;
	color: #0054A3;
}

#kuva p a:hover {color: #5F9BD3;}



.kuva {		/*  tuotekuvat   */
float: right;
clear: right;
width: 200px;
margin:0 20px 20px 20px;
}

.kuva2 {    /*  henkilökuvat  */
float: left;

width: 60px;
margin-right: 40px;
}

/*kuvagallerian tiedot*/

td.eka { background-color: #fff; }		/* mallikuvataulukon perustila */
td.toka {	background-color: #92BCE4; }	/* mallikuvataulukon hoverväri */

td img {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}



