*{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
}
h3 {
	color: #fff;
}
p {
	color: #fff;
}

body {
	background-color: white;

}
p {
	align: center;
	@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
    }

/************* WRAP ALKU ************/


#wrap {
	max-width: 1000px;
	margin: 0px auto;
	background-color: white;	
    }


/************* NAVIGAATIO erillisessä css filessä ************/

#sivujenotsikko {
    background-color: #ffffff;
    @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
    font-size: 2.5em;
    width: 90%;
    padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
    padding-bottom: 30px;
    /*float: left;*/
    height: auto;
    clear: both;
    }
	
#vasenpalsta{
	align: top;
	float: left;
	padding-bottom: 20px;
	
    }
	
	
#aakkoset {
	align: top;
	float: left;
	padding-left: 80px;
}	

#oikeapalsta {
	background-color: #ffffff;
    @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
	font-size: 1.3em;
    float: left;
	padding-left: 20px;
    padding-bottom: 20px;
	
	}
	
#kuva {
    width: 100%;
	height: auto;
	}
	
#kuva img {
    max-width: 100%;
    height: auto;
}

#pkuva {
	float: left;
	border: 5px solid #000;
	width: 100%;
    height: auto;	
    }

	
	
	aside {
	padding: 5px 0px 5px 5px;
	
	
}
.image {
	height: 200px;
	width: auto;
	
	margin: 0px 5px 5px 0px;
	float: left;
	border: 7px solid #fff;
}
.image img {
	height: 200px;
	width: auto;
}


#teksti {
	width:80%;
	color: 000000;
	padding: 0px 15px 0px 15px;
    text-align: center;
    margin-bottom: 20px;
	font-size: 1.5em;
	@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
    }
	
#karttateksti {
	width:80%;
	padding: 0px 15px 0px 15px;
    text-align: center;
    margin-bottom: 20px;
	font-size: 1.0em;
	@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
    }	
	
#hautanumero {
	background-color: #ffffff;
	@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
	font-size: 1.8em;
	padding top: 30px;
	height: auto;
	}
	
	/* unvisited link */
a:link {
  color: blue;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: red;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

selected link 
a:active {
color: green;
text-decoration: none;
} 


footer {
	clear: both;
	height: 40px;
	background-color: #000000;
	margin-top: 30px;
	
}
footer p{
	text-align: center;
	padding-top: 18px;
