

/*  Drop-Down Navigation: Touch-Friendly and Responsive demo by Osvaldas Valutis */





		@media only screen and ( max-width: 40.0em ) /* 1000 */
		{

/* =============================OMAT VIRITYKSET============================================ */



BODY { 

background-color: #FFF;

margin:0 0 0 0;

 }

.kuva{
height: 150px;
background: url("img/pianonviritys2.jpg")  ;
width: 100%;	
}


.kuva2{	
	display: none;
	width:90% ;

	height: auto;
	margin-bottom: 20px;
	border: #000 1px solid;
	-moz-box-shadow: 3px  3px  8px  #595959;
	-webkit-box-shadow: 3px  3px  8px  #595959;
	box-shadow: 3px  3px  8px  #595959;
}




.vasenpalsta{
	float: left;
	display: table-cell;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	width: 100%;
	height: ;
	background-color: ;
	}

.keskipalsta{
	float: left;
	display: table-cell;
	padding-left: 10px;
	padding-right: 0px;
	width: 100%;
	height: ;
	color: #000;	
	}


.oikeapalsta{
	float: left;
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	width: 100%;
	height: ;
	color: #000;	
	}

.laita{
	float: left;
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	width: 100%;
	height: ;
	color: #000;	
	}




.puh{
	
	background: #000;
	color: #FFF;
	padding: 5px;
font-size: 28pt;
	text-decoration: none;
	border-radius: 5px;
	}

.botne{

	height: 0px;
	background-color: #FFF;	
}

.sin2 {
		color:#03038D;
font-size: 20px;}



.footer{
float: left;	
	height: 163px;
	text-align: center;
	background-color:#000 ;
	padding-top: 0px;
	width: 100%;
	}

.footerpalikka{		
	height: 30px;
	}

.navi{
	text-align: center;
	text-shadow: 1px  1px  2px  #000;
	background-color: #CCC;
	margin-top: -4px;
margin-bottom: 0px;
	height: 63px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
background: url(img/navipalkkiM.jpg);
background-color: #FFF;
background-repeat: repeat-x;

	
	}

.teksti{
	margin-left: auto;
	margin-right: auto;
	width: ;
	background-color: #FFF;
	

	
	}





			#nav
			{
				width: 100%;
				position: relative;
				margin: 0;
			}
		}


/* PUHELIN */

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}

.kuva3{
width: 95%;
}

/* VALIKKO PULIKKA */
				#nav > a
				{
					width: 80px; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: ;
					position: relative;
text-decoration: none;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #113739;
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;

				}
		}


