@charset "utf-8";
body, address, dd, dl, hr, p, form, li {
	font-family: Helvetica, Sans-serif;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	padding: 15px 30px 0px;
	font-family: Helvetica, Sans-serif;
	text-transform: uppercase;
	color: #000000;
  clear: both;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 h4 h5 h6 {
	font-size: 1em;
}
ul{
margin: 10px;
float: left;
}
a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
p {
	line-height: 1.2em;
	padding-right: 2.2em;
	padding-bottom: 0.5em;
	padding-left: 2.2em;
	text-align: left;
}
body {
	background-color: #D0E0FF;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#wrapper {  
	width: 100%;
    height: auto;
	border-radius: 8px;
	position: relative;

	
}

#header {
	height: auto;
	width: 100%;
	padding: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	position: relative;
}
#header img {
	width: 100%;
	height: auto;
	left: 25%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
}
#promo {
	padding: 0px;
	height: 100%;
	width: 100%;
	clear: both;
	border-radius: 8px;
}
#promo img {
	width: 100%;
	height: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#mainos1200 {
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	border-radius: 8px;
}
.menu {
	width: 100%;
	float: left;
	background-color: #336600;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.menu ul {
	margin: 0;
	padding: 0% 10%;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.menu li {
	margin: 0;
	display: inline;
}
.menu a {
	border:  none;
	padding: 10px 30px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
.menu ul li a:hover {
	color: #000000;
	background-color: #C0FFA0;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	text-decoration: none;
}
.content {
	border-style: none;
	border-radius: 8px;
	border-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 0px;
	padding: 10px;
	float: left;
	width: 64%;
	background-color: #EEEEEE;

}

.sidebar {
	border-style: outset;
  border-width; medium;
	padding: 5px;
	float: left;
	clear: none;
	width: 29%;
	height: auto;
	margin-top: 10px;
	margin-left: 1%;
	margin-bottom: 0px;
	border-radius: 8px;
	background-color: #EEEEEE;
}

.yhteystietobox {
  border-style: outset;
  border-width; medium;
	padding: 1px;
	float: left;
	width: 400px;
	height: auto;
	border-radius: 8px;
	background-color: #C5C5C5;
  position: relative;
  margin: 5px;
  
}
.yhteystietobox img {
	max-height: 175px;
	float: left;
	clear: none;
	border-radius: 8px;
  margin: 0px 0px 0px 0px;
  border-style: outset;
  border-width; medium;
  position: absolute;
  top: 5px;
  right: 5px;
}

.palvelulaatikko {
	float: left;
	height: auto;
	margin-top: 10px;
}
.palvelulaatikko.relative {
	position: relative;
	left: 30px;
}
#footer {
	border-style: none;
	background-color: #336600;
	clear: both;
	width: auto;
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	border-radius: 8px;
  margin-bottom: 10px;
  margin-top: 50px;
}

#content900x600pyora {
	border-style: none;
	border-radius: 8px;
	border-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;;
	padding: 10px;
	float: left;
	width: 900px;
	height: 500px;
	background-image: url(images/pyoratausta.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
}
#mc_embed_signup {
	border: 0px solid #ffffff;
	padding: 5px;
	float: left;
	clear: none;
	width: 240px;
	background-color: #F47D2D;
	height: auto;
	font: 14px Helvetica, Arial, sans-serif;
}
#transbox {
	border: 1px solid black;
	margin: 20px;
	background-color: #ffffff;
	width: 400px;
	float: left;
	opacity: 0.7;
}
#transbox p {
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#transbox h1 {
	padding: 0em 0em 0em 1em;
	font-size: 1.5em;
}
.uutiskirjepainike {
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5%;
	width: 40%;
	float: left;
	transition: all 0.5s;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFBB00;
	clear: both;
	
}
.uutiskirjepainike span {
	cursor: pointer;
	position: relative;
	transition: 0.5s;
}
.uutiskirjepainike span:after {
	content: ">>";
	position: absolute;
	opacity: 0;
	top: 0;
	right: -1%;
	transition: 0.5s;
}
.uutiskirjepainike:hover span {
	padding-right: 20%;
}
.uutiskirjepainike:hover span:after {
	opacity: 1;
	right: 0;
}
.painike {
	border: 1px solid black;
	margin: 5px;
	padding: 10px;
	background: #ffffff none repeat scroll 0% 50%;
	width: 120px;
	height: 30px;
	color: #336600;
	position: absolute;
	font-weight: bold;
	font-size: 1em;
	float: left;
}
.painike:hover {
	background: #336600 none repeat scroll 0 50%;
	font-size: 200%;
	height: 50px;
	opacity: 1;
	width: 220px;
}
.painike p {
	padding: 0;
}

.peruskuva {
	max-width: 250px;
	max-height: 200px;
	float: left;
	clear: left;
	border-radius: 8px;
  margin: 0px 10px 0px 0px;
  border-style: outset;
  border-width; medium;
}

.nav {
    top: 45%;
    float: left;
    left: 7%;
    margin-left: 0px;
    position: fixed;
    width: 100px;
    list-style-type: none;
    list-style-image: none;
	list-style-position: outside;
	display: block;
	z-index: -1;
}
.nav img {
    margin-bottom: 10px;
}
.nav ul li {
	list-style-type: none;
    list-style-image: none;
	display: block;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
