@charset "UTF-8";

body {
	background-color: #2e4603;
	background-image: url(kuvat/tl_taustametsa.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	color: #fff;
}
#wrapper {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 960px;

}
#header {
	display: block;
	float: left;
	height: 160px;
	margin-top: 0px;
	width: 100%;
	/*background-image: url(kuvat/haivepala.png);  */

}

#header img {
	margin-left: 320px;
	
}

#main {
	display: block;
	float: right;
	width: 960px;
	background-image: url(kuvat/haivepala.png);
	background-color: #2e4603;
	-moz-border-radius: 12px;
	-webkit-radius: 12px;
	border-radius: 12px;


  }
  
  .ingressi {
	  text-align: center;
	   margin-top: 0px;
	  margin-bottom: 15px;
	  
  }
  

  
  .sispala1 {
	  width: 920px;
	  margin-left: 20px;
	  	  min-height: 460px;
	  background-color: #2e4603;
	  margin-right: 20px;
	  background-image: url(kuvat/kantarellit.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	  
  }


  .sispala2 {
	  width: 920px;
	    margin-left: 20px;
	  margin-right: 20px;
	  min-height: 460px;
	  margin-top: 30px;
	  margin-bottom: 30px;
	  background-color: #2e4603;
	  background-image: url(kuvat/mustikat.jpg);
		background-position: center top;
			background-repeat: no-repeat;

	  
  }
  
  .logo  {
	  margin-left: 90px;
	  margin-top: 30px;
	  display: block;
	  float: left;
	   width: 300px;
	   
  }
  .teksti  {
	  
	  width: 350px;
	  margin: 40px;
	  display: block;
	  float: right;
	  background-image: url(kuvat/haivepala.png);
	  	-moz-border-radius: 8px;
	-webkit-radius: 8px;
	border-radius: 8px;
  
  }
  
  
  .tekstivas  {
	  
	  width: 350px;
	  margin: 40px;
	  display: block;
	  float: left;
	  background-image: url(kuvat/haivepala.png);
	  	-moz-border-radius: 8px;
	-webkit-radius: 8px;
	border-radius: 8px;
 
  }
  
h1 {
	font-family: 'Parisienne', cursive, Georgia;
	font-size: 46px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

  
h2, h3, h4 {
	  margin-left: 20px;
	  
  }
  


h2 {
	font-size: 20px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 12px;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}

p  {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	color: #fff;

	
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
	
}

ul li  {

	list-style-position: inside;
	list-style-type: disc;
	color: #fff;
	
}

.clear {
    clear: both;
}

.toteutus {
	display: block;
	float: right;
	margin-top: 8px;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

.toteutus a {
	color: #b5ba7a;
	text-decoration: none;

}
.toteutus a:hover {
	color: #b5ba7a;
	text-decoration: underline;

}

