
	
.wrapper{
	padding-top: 0px;
	width: 100%;
	}
.y-palkki{
	width: 100%;
	}
.left-column{
		width: 100%;
		height: 80px;
		background-color: lightskyblue;
		font-size: 20px; font-style: italic;
		}
	/* unvisited link */
a:link {
  color: darkblue;
}

/* visited link */
a:visited {
  color: darkred;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
} 
	
.right-column .etusivu{
			padding-top: 10px;
			width: 100%;
			height: 460px;
			background-image: url(paijanne.JPG); font-size:23px; font-style:italic; color:darkred;
			}
.right-column .etusivu .H1{font-size:10px; font-style:italic; color:#611B61;
}
.right-column .toimintaa{
			padding-top: 10px;
			width: 100%;
			height: 460px;
			background-color: lightpink;
			background-image: url(myllyt.JPG); font-size:20px; font-style:italic; color: darkviolet;
		
}
.right-column .toimintaa .H1{font-size:10px; font-style:italic; color:darkblue;
}
.right-column .referenssit{
			padding-top: 10px;
			width: 100%;
			height: 460px;
			background-image: url(myllyt2.JPG); font-size:25px; font-style:italic; color: darkblue;
}
.right-column .referenssit .H1{font-size:15px; font-style:italic; color:#611B61;
}
.right-column .yhteystieto{
			padding-top: 10px;
			width: 100%;
			height: 460px;
			background-image: url(paijanne3.JPG); font-size:25px; font-style:italic; color:yellow;
}
.right-column .yhteystieto .H1{font-size:15px; font-style:italic; color:#611B61;
}

			
@media only screen and (min-width: 340px) {
	.y-palkki {
	width: 100%;
	padding-bottom: 0px;
	}
.wrapper{
	padding-top: 0px;
	width: 100%;
	margin: 0;
	}

.left-column{
			padding-top: 0px;
			width 100%;
			height: 80px;
			position: relative;
			overflow: hidden;
			}
.right-column{
		padding-top: 0px;
		width: 100%;
		height: 460px;
		position: relative;
		overflow: hidden;
		}
}


@media only screen and (min-width: 800px) {
	
.wrapper{
	padding-top: 0px;
	width: 100%;
	margin: 0;
	}
	.left-column{
			padding-top: 0px;
			width: 15%;
			height: 460px;
			position: relative;
			float: left;
			overflow: hidden;
			}

	.right-column{
			padding-top: 0px;
			width: 85%;
			height: 460px;
			position: relative;
			float: right;
			overflow: hidden;
			}
			
}			
